1 |
In whihc statement we -specify a condition, and assoclate a code to it. |
- A. go to
- B. selection
- C. If
- D. loop
|
2 |
An if statement inside another if statement is called _______ structure: |
- A. nested
- B. boxed
- C. repeated
- D. decomposed
|
3 |
A condition can be any ____________ expression: |
- A. arithmetic
- B. relational
- C. logical
- D. arithmetic, relational or logical
|
4 |
The statements which help us to decide whihc statements should be executed next, on the basis of conditions, are called. |
- A. Error Control Statements
- B. Selection statements
- C. Sequential Control Statements
- D. Repetition Control Statements
|
5 |
Which of the following is the default control structure in C language ? |
|
6 |
In If statement, what happens if condition is false ? |
- A. program crashes
- B. index out of bound error
- C. further code executes
- D. compiler asks to change condition
|
7 |
__________ statements describe the sequence in which statements of the program should be executed: |
- A. loop
- B. conditional
- C. control
- D. all
|
8 |
Which of the following is a decision making statement ? |
- A. if
- B. getch()
- C. getche()
- D. break
|
9 |
A set of multiple instructions enclosed in braces is called a block or. |
- A. if
- B. if -else
- C. while
- D. compound
|
10 |
How many types of selection structure ? |
|