Programming Process steps
More Programming process steps
Algorithms
Flowcharts & Psudocode
Documentation &
Use Cases
100
Seamus and Dakota
What is the creators
100
one of these is the use of a flow chart.
What is the 3rd tool in programming?
100
a list of steps to solve a problem written in plain English.
What is an algorithm
100
This is the shape of a terminating function in a flow chart
What is an oval
100
if you do this then future users of the program won't have to figure out what it does.
Why is it important do document your program?
200
this many steps are in the programming process.
What is 5
200
this is when the instructions arent clear enough and you get stuck in an infinite circle of the same step.
What is a loop
200
The algorithm will tell your program what to do an how to do it
What will the algorithm do
200
This is a mix of code and english
What is Pseudocode
200
this is referred to as commenting
What is documenting referred to in programming
300
you use this step to have a backbone for your code, or so you know what to program.
What is designing the solution
300
a series of repeated instructions.
What is a loop
300
Algorithms are written in this language
What is English
300
This helps you to determine how you want the program to work.
What is pseudocode
300
these begin with an apostrophe " ' "
What do comments begin with
400
This step Defines what your program needs to do (the desired output )
What is Identifying the solution
400
this represents the computers ability to make a decision.
What is Conditional Control Structure
400
these are the 3 essential concepts in an algorithm
What is detailed, unambiguous, and working
400
the use of symbols and text to give a visual representation of a solution to the problem.
What is a flowchart
400
an example of this is a user manual
What is a good example of a use case
500
this step needs you to beta test your program
What is test the program
500
Simple sequence Conditional control structure. and Iteration control structure.
What are the basic control structures
500
This is the maximum amount of steps in an algorithm.
What is infinite
500
arrows show this
What flowchart symbol uses lines and arrows to show the flow of control
500
the functions that the software/system is intended to do.
What is a functional requirment