Programming Process Steps
More Programming Process
Algorithms
Pseudocode and Flowcharts
Documentation and Use Cases
100
Faith K. and Paulina A.
Who is the creators?
100
Debugging and Beta testing the program happens during this phase of the programming process
What is Testing the program?
100
A list of steps to solve a problem written in plain English.
What is Algorithm?
100
A mix of English language and code that represents what you want your program to do.
What is Pseudocode?
100
Comments begin with this character
What is apostrophe (')?
200
Identify the Problem
What is the first step of the programming process?
200
When testing the program, it should be checked for errors, specifically _________.
What is logic errors
200
Two methods of an algorithm
What is Pseudocode and Flowcharting?
200
Shape used to start and end a flowchart.
What is Oval?
200
User of the system
What is actor?
300
"Grammar" of the programming language
What is Syntax?
300
Comments are important in the phase of ________.
What is Documentation and Maintenance?
300
Three characteristics of a good algorithm
What is correct, unambiguous, and detailed?
300
Connects a flowchart
What is arrows?
300
Line that preforms operations...
What is should be commented?
400
The step in which syntax is important
What is Writing the Program?
400
A solution method is broken down into smaller sub- problems which in turn are broken down into smaller sub- problems continuing until each sub- problem can be solved in a few steps.
What is Modularization?
400
Algorithms should be created in this step of the programming process
What is Design the Solution?
400
Meaning of the Prefix Pseudo
What is false?
400
Importance of documentation
What is in certain events you may have to return to a program later or someone will take over the project and it has to make sense?
500
Five steps of the programming process in order.
What is Identify the Problem, Design the Solution, Write the Program, Test the Program, and Document and Maintain the Program?
500
The most frequently used design in the programming process.
What is Top-Down Design?
500
Algorithms should tell the computer what to do and...
What is how to do it?
500
Advantages of a flowchart over pseudocode
What is visual representation?
500
A way to diagram the way the user and the provider are connected
What is Use case?