Quiz Complete, well Done!
Syntax
Which one is used for planning and designing programs?
Which one is easier to understand?
A program is created by writing
using a programming language.
What happens if there is a syntax error in program code?
Which of the following is an important part of program code?
Variable
What is the purpose of a written description of an algorithm?
Psuedocode
Which of the following is NOT a written description?
What is program code?
Which of the following is an example of a syntax error?
An
allows the program to make decisions based on certain conditions.
What is the purpose of a written description?
What is pseudocode?
Loop
What is the purpose of syntax in program code?
Flowchart
Loops are used to repeat a set of
until a specific condition is met.
What does pseudocode use to represent repetition?