Programming Process Steps
More Programming Process
Algorithms
Pseudocode and Flowcharts
Pseudocode and Flowchart II
100
The first step in computer problem solving

Definition of the problem

100
what is step number one of the programming process?
Identify the problem
100

What is an algorithm?

Step by step solution to solve a problem

100
What does a diamond signify in a flowchart
A Decision
100

Start and Stop appears in which flow chart symbol

Oval

200

How many steps are there in the computer programming process?

8

200

At which stage of the problem solving is an IPO created ?

stage 2

200

True or false, a good algorithm should be finite

True

200

What does "pseudo" mean

fake

200
What do all comments begin with
an '
300

At which stage of the problem solving is an algorithm developed

Stage 4

300
When testing the program, What type of errors should you check for?
Syntax and Logic
300

True or false, a good algorithm Psuedocode is Ambiguous 

False....should be unambiguous 

300
What does an oval represent in a flowchart
Start/Stop
300

Set A TO 10 Will appear in what flow chart symbol

Rectangle

400

This is a set of clear step by step to solve a problem

Algorithm

400
What happens when you don't carefully design the solution?
If you mess up you get lost and the program could be ruined
400
What is a disadvantage of an algorithm?
An algorithm could be interpreted incorrectly
400

What indicates the flow of logic in a flowchart

Arrows/flow line

400

if A < 10 then 

print A 

the above statement is an example of which part of a Pseudocode algorithm 

Decision 

500

An _________________ diagram is a table with three columns showing the input, output and processing parts of the problem.

IPO Chart
500
If you are working on a program what should you do to let other people know what each line of code means?
Comment or document what the code means
500

The name of the identifier that can change its values is _____

Variable

500

Read n1, n2 will go in which flow chart symbol

Parallelogram

500

What is the name of the Identifier that holds the same value throughout the entirety of the program?

Constant

M
e
n
u