Question 1 (2 points)
What is a written list of instructions (recipes, assembly instructions, etc.)?
Question 1 options:
Algorithm
Syntax
Flowchart
Pseudocode
Question 2 (2 points)
What is a series of instructions that are used to solve a specific problem?
Question 2 options:
Algorithm
Pseudocode
Syntax
Flowchart
Question 3 (2 points)
What is a graphical representation of a computer program in relation to it works?
Question 3 options:
Flowchart
Pseudocode
Algorithm
Syntax
Question 4 (2 points)
What is the sequence of words/symbols that are used to form a correctly structured sentence/program called?
Question 4 options:
Syntax
Pseudocode
Flowchart
Algorithm
Question 5 (2 points)
IF/THEN statements are part of what we know as Syntax.
Question 5 options:
True
False