1 |
How many types of function. |
|
2 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
3 |
A float uses __________ bytes of memory: |
|
4 |
Which symbol is used to represent the OR operator ? |
|
5 |
_______ structure allows repetition of a set of instructions: |
- A. loop
- B. conditional
- C. control
- D. data
|
6 |
If we need to repeat one or more statements, than we use. |
- A. Index
- B. array
- C. Iteration
- D. Loop
|
7 |
If the definition of called function appears after teh definition of calling function, then..... is required. |
- A. Function signature
- B. Call
- C. Read
- D. Function
|
8 |
Software that allows programmers to write and edit computer progams: |
- A. editor
- B. code
- C. software
- D. programmer
|
9 |
If statement is used within another if statement is called: |
- A. nested if
- B. simple if
- C. many if
- D. multiple if
|
10 |
We can call a suer -defined function from another user defined function, same as we call other functions in ........... function. |
- A. Main
- B. Call
- C. Define
- D. Out
|