MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

ALGORITHMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This is an example of pseudocode:OUTPUT “Enter your name”
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -These include while, do, for, if, switch.

Detailed explanation-2: -Common pseudocode notation OUTPUT – indicates that an output will appear on the screen. WHILE – a loop (iteration that has a condition at the beginning) FOR – a counting loop (iteration) REPEAT – UNTIL – a loop (iteration) that has a condition at the end.

There is 1 question to complete.