PDF MCQs Solution
PDF MCQs Solution
vii) Which of the following needs pressing Enter Key from the
keyboard?
a. getch( )
b. getche( )
c. getchar( ) ✓
d. gets( )
ix) Which operator add the first operand to the second operand
and gives the result to first operand.
a. *=
22. "do while" loop's statements block is executed at least one time.
23. A "break" statement terminates the loop or switch statement and
transfers control to the statement immediately following the loop or
switch statement.
24. A "continue" statement causes the loop to skip the remaining
statements of its body and immediately transfers control to the top of
the loop.
25. A "goto" statement jumps or
transfers control unconditionally from the "goto" to a labeled
statement in the same function.
26. A "return" statement terminates the execution of a function and
transfers program control to the statement just after the function call
statement in the calling function.
27. The exit is used to terminate a C++ program.
Unit 05
Multiple Choice Questions And Fill In The Blanks
a) A + B
b) B.A
c) A.B
d) A.B ✓
Unit 06
Multiple Choice Questions And Fill In The Blanks
iii) Repeat 10, forever and if ... then codes are available in:
a) Motion
b) Control ✓
c) Look
d) Sensing
a) Look
b) Motion ✓
c) Sound
d) Control
a) Event
b) Motion
c) Control ✓
d) Looks
a) x = 100, y = -100 ✓
b) x = -100, y = 100
c) x = 100, y = 100
d) x = -100, y = -100
HINT: