Chapter 3 Functions in Depth-1
Chapter 3 Functions in Depth-1
GRADE 8 (CODING)
BRAIN STORMING
Topics: Functions in depth 4. These are the blocks of different data types in functions.
A. Tick () the correct option. 5. A function cannot return a value.
1. Name the block of code made up of set of steps that result in single
specific action _. C Fill in the blanks.
a. Arrays b. Operator c. Flag d. Functions 1. is the keyword of function in python.
2. The readability of a program in a function .
2. The block of code that may be repeated whenever required in a
program is known as .
a. Sequence b. Function c. Operation d. Operator 3.
This block is used for of the function block.
3. To use a function, you need to that function to 4. An can be defined as an action that happens on its own or
perform a defined task. due to some external source.
a. Delete b. Operate c. Parameters d. Call 5. If you have a set of words to sort, then you can arrange them in
order.
4. The values passed to a function on which the function performs the
action are called . D. Match the following.
a. Operator b. Parameters c. Execution d. Sequences
5 Redundancy when the same line of code are repeated. 1. Function Call a.
a. Error b. Execution c. Decreases d.
Increases 2. Advanced b.