Quiz Complete, well Done!
What is pseudocode?
Pseudocode helps to plan and organize the logic of a program before writing the actual
.
Which of the following is NOT a feature of pseudocode?
Flowchart
Which of the following is an example of a syntax error?
Variable
Program Code
Input
is used to ensure that user input meets certain criteria.
Is pseudocode executed by a computer?
Which of the following is NOT a written description?
Binary search is an efficient algorithm for finding a specific
in a sorted list.
What is the purpose of a written description of an algorithm?
Loop
Which of the following is an important part of program code?
A variable is used to store a
that can be modified during program execution.
What is the process of converting written descriptions to code called?
What does pseudocode use to represent repetition?
Which one is more visual?
An
allows the program to make decisions based on certain conditions.
What is the purpose of pseudocode?