Class 10th Computer chapter 3


Total Marks: 10

1. _______ statements describe the sequence in which statements of the program should be executed.
Loop Control All of these Condition
2. In if statement , what happens if condition if false?
Program crashes Index out of bound error Further code executes Compiler asks to change condition
3. An if statement inside another if statement is called ______ structure
Nested Boxed Repeated Decomposed
4. In order to solve a problem , there is a need to control the flow of ________ of a program.
Execution Data Condition All of these
5. Which one from the following is a type of C language?
Sequential Control Statements Selection Control Statements Repetition Control Statements All of these
6. Which one from the following is NOT a type of C language?
Sequential Control Statements Selection Control Statements Repetition Control Statements Check Statements
7. According to the _________ all the statements are executed in the given sequence.
Sequential Control Selection Statements Loop Statements Conditional Statements
8. The statements which help us to decide which statements should be executed next , on the basis of conditions, are called.
Conditional Statement Selection Statement Reputation Statement Random Statement
9. Types of selection statements are ________ .
If statement If else statement Both A & B loop Statement
10. Properly indent the instructions under if statement using ____________ .
caps shift control tab