Join Telegram Join Now
NCERT MCQ App Install Now

Control Statement

1. 
What is the range of signed ( one’s complement ) integral

2. 
What is the alternative keyword for A?

3. 
What is the range of unsigned int?

4. 
What is the alternative keyword for ! = ?

5. 
What is the character size in bits?

6. 
What is the alternative keyword for –?

7. 
What is the range of unsigned char ?

8. 
What is the alternative keyword for & = 1 ?

9. 
The ………………… statement tests the value of a given variable against a list of case values and when a match is found, a block of statements associated with that case is executed.

10. 
Which of the following is an example of Post Test loop?

11. 
Which of the following statement is also called as conditional statement?

12. 
Which of the following is not a jumping statement?

13. 
switch-case is similar to ________________ statement

14. 
The statements within a block are put inside __________.

15. 
Leading whitespace (spaces and tabs) at the beginning of a statement is called ________.

16. 
This kind of repetition is also called __________ .

17. 
The statements in a loop are executed again and again as long as particular logical condition remains true.

18. 
What will happen when condition becomes false in the loop.

19. 
Which of the following is not a Python loop?

20. 
What does range() function returns ?