Which command prints results to the screen?

Prepare for the IGCSE Algorithms and Pseudocode Exam. Study with comprehensive questions covering key algorithms and pseudocode techniques. Access hints and explanations to gear up for your exam success!

Multiple Choice

Which command prints results to the screen?

Explanation:
Displaying information on the screen is done with an output operation. The command that prints results to the screen is the output command, which sends data to the display directly. Conditional statements like if decide whether to run code, and loops like while and for repeat code, but they do not print by themselves; they control how often or whether the code runs. An output instruction inside any of these can show something on screen, but the one that prints data itself is the output command.

Displaying information on the screen is done with an output operation. The command that prints results to the screen is the output command, which sends data to the display directly. Conditional statements like if decide whether to run code, and loops like while and for repeat code, but they do not print by themselves; they control how often or whether the code runs. An output instruction inside any of these can show something on screen, but the one that prints data itself is the output command.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy