Definition of the problem
What is an algorithm?
Step by step solution to solve a problem
Start and Stop appears in which flow chart symbol
Oval
How many steps are there in the computer programming process?
8
At which stage of the problem solving is an IPO created ?
stage 2
True or false, a good algorithm should be finite
True
What does "pseudo" mean
fake
At which stage of the problem solving is an algorithm developed
Stage 4
True or false, a good algorithm Psuedocode is Ambiguous
False....should be unambiguous
Set A TO 10 Will appear in what flow chart symbol
Rectangle
This is a set of clear step by step to solve a problem
Algorithm
What indicates the flow of logic in a flowchart
Arrows/flow line
if A < 10 then
print A
the above statement is an example of which part of a Pseudocode algorithm
Decision
An _________________ diagram is a table with three columns showing the input, output and processing parts of the problem.
The name of the identifier that can change its values is _____
Variable
Read n1, n2 will go in which flow chart symbol
Parallelogram
What is the name of the Identifier that holds the same value throughout the entirety of the program?
Constant