1 |
How many types of selection structure. |
|
2 |
If statement is used within another if statement is called: |
- A. nested if
- B. simple if
- C. many if
- D. multiple if
|
3 |
Conditional logic helps in, _________: |
- A. decision
- B. iterations
- C. traversing
- D. all
|
4 |
In whihc statement we -specify a condition, and assoclate a code to it. |
- A. go to
- B. selection
- C. If
- D. loop
|
5 |
Whihc of the following is a decision statement is called. |
- A. Nested if
- B. Simple if
- C. Many if
- D. Multiple if
|
6 |
An if statement inside another if statement is called _______ structure: |
- A. nested
- B. boxed
- C. repeated
- D. decomposed
|
7 |
_______ statement excutes the set of statements under if statements if the condition is true and execute the set of statemetns under else other wise, |
- A. if - else
- B. condition
- C. while
- D. compound
|
8 |
How many types of selection structure ? |
|
9 |
Which of the followingt is the default control structrue in C language. |
- A. Sequenctial Control Statements
- B. Selection Control statements
- C. Repetition Control Statements
- D. Error Control Statements
|
10 |
__________ statements describe the sequence in which statements of the program should be executed: |
- A. loop
- B. conditional
- C. control
- D. all
|