Programming Process Steps
More Programming Process
Algorithms
Pseudocode and Flowcharts
Documentation and Use Code
100
Who created this?
What is Caylah R. and John F.
100
What is number 3 in the programming process?
What is Write the program
100
What is a list of steps to solve a problem?
What is an algorithm
100
What is a mix of English language and code that represents what you want your program to do?
What is pseudocode
100
The sequence of steps between the user and the system necessary to complete a goal.
What is User case
200
How many steps are there in the programming process?
What is 5
200
What is it called when you break down a problem in to smaller sub-problems?
What is modularization.
200
An algorithm can be written in...
What is English or outline form
200
What do the parallelograms represent in flowcharts?
What is Input/ output
200
The functions that the system/software is intended to perform.
What is Functional Requirements
300
What are problems broken down into?
What is sub-problems
300
Why is it good to follow good programming style?
What is To avoid errors
300
How detailed do algorithms need to be?
What is necessary to outline the solution
300
What does pseudocode reduce?
What is number of errors and rewrites
300
What does a comment begin with?
What is apostrophe
400
To document a program, you use...
What is User guides, use case, and comments
400
What is an error that happens when you run your program but get an unexpected answer?
What is logic error.
400
What does an algorithm do?
What is telling your program what to do and how to do it.
400
What does the diamond represent in a flowchart?
What is decisions
400
When are comments necessary?
What is any line with an operation or confusion
500
What is used to plan your program?
What is Pseudocode and flowchart
500
What is it called when you put an example of what to input in your instructions? i.e. (mm/dd/yyyy)
What is User Guides.
500
When is an algorithm made?
What is before coding
500
What are the 3 control structures of a flowchart?
What is simple sequence, conditional, and iteration
500
Where can comments be?
What is on their own line or after a line of code