Programming Process Steps
More Programming Process Steps
Algorithms
Flowcharts and Psuedocode
Document and Use Cases
100
Who created this
What is Zachary Fagan, Shota Namba
100
What is the process of breaking down the solution method until each problem can be solved in a few steps?
What is modularization?
100
What is a set of steps hat create a ordered approach to a problem solution called?
What is a algorithm?
100
A mix of English language and code that represents what you want your program to do.
What is psuedocode?
100
Without proper documentation programs do not make sense, especially if you return to them later.
Why is Documentation important?
200
What is a computer program?
What is a list of instructions that contain data for a computer to follow?
200
What should a good program include?
What is correct program language, correct syntax, good programming style?
200
Several methods for designing a programming algorithm.
What is english or outline form, psuedocode, flowcharting?
200
A display that uses symbols and text to give a visual representation of a solution to a problem.
What is a Flowchart?
200
Commenting, and commenting will turn the text green once entered into the program.
What is coding referred too?
300
List all five steps for the computer programming process?
What is 1. Identify the Problem 2. Design the solution 3. Write the program 4. Test the program 5. Document and maintain the program
300
What are the several steps to testing the program?
What is debugging, check for logic errors, and beta test?
300
Basic steps on listing steps to solve a problem in a algorithm format.
What is the algorithm should be as extensive as necessary to outline the solution, and not only does the algorithm tell your program what to do but how to do it?
300
A simple sequence control structure, conditional control structure, and iteration control structure.
What is the three basic control structures?
300
Commenting should be used for operations only.
What is the general rule for green text commenting?
400
What is the two parts to the first step of the computer programming process?
What is Requirements and Specifications?
400
Is programming static or dynamic?
What is dynamic process?
400
Consider each option with there advantages/disadvantages before choosing the algorithm.
What is process before creating a algorithm?
400
Instructions that would continue without a way out.
What is a infinite loop?
400
Class of users; role users play
What does the word "Actor" mean in computer programming?
500
What is most frequently used design in the programming process is called?
What is Top-Down Design?
500
What are the requirements of identifying the problem
What is find needed parts of solution, find the desired output, understand the reasons for creating the program, audience, and ensure program can handle data requirements?
500
characteristics of a algorithm.
What is steps written in plan English?
500
The shapes of diamond, rectangle, parallelogram, and oval in a flowchart.
What is decision, process, input/output, and start/end?
500
A Use Case is written in easy for other users to follow and understand the directions in his or her language.
What is a Use Case?
M
e
n
u