0% found this document useful (0 votes)
87 views2 pages

1st Puc Computer Science MCQ Questions Chapter 10 Control Statements

Uploaded by

tanisha1697
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
87 views2 pages

1st Puc Computer Science MCQ Questions Chapter 10 Control Statements

Uploaded by

tanisha1697
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
Chapter 10. CONTROL STATEMENTS Multiple Choice Questions 1. The statements that alter the sequence of flow of instructions in C++. ‘J Control statements b)Compound statement c) Update statement d)Alter statement 2. Which of the following is a group of statements that are separated by semicolon and enclosed within curled braces? a) Control statements Compound statement c) Update statement d) Alter statement 3. What is the numerical equivalent of TRUE and FALSE? “land 0 b)0 and 1 ©) land 2 d)land 3 4. The statement allows us to select a statement or set of statements for execution based on some condition & Selection statement b)Iteration stztement c) Sequence statement d)AIl of the above 5. The statement allows us repeated executior. of set of instructions certain condition is satisfied; a) Selection statement —_-4Sfiteration stztement c) Sequence statement d)All of the above 6. Which selection statement does C++ provide? a)if b)Nested if ¢) switeh ~AFAll of the above 7. Which selection statement not C+ + provide? aif b)Nested if ©) switch for 8. Name the one-way branch statement? Sit b)Nested if ©) ifelse d)switch 9, Name the two-way branch statement? aif b)Nested if ) ifelse d)switch 10. Which of the following is called as else-if ladder? a) if byelse-if-else Mifelse-if — d)ifelse 11, Which of the following is if statement is within another if statement? aif Bjnested if c)if-else-if _d)switch 12. Which of the following is multiple branch selection statement? a)if bynested if c)ifelse-if — “eswitch 13. Which statement is a bit peculiar within C++? a)if bynested if c)iftelse-if — ~AJswitch 14, What type of value can be taken by case labels? int / char b)float / string ©) void d)Only float 15. Name the iteration statement provided by C++. a) while b) do-while ©) for

You might also like