1 Identify the Problem
2 Design the solution
3 Write the Program
4 Test the program
5 Document and Maintain the Program
What is Programming Process?
100
Once the programming language has been determined this must be followed precisely.
What is syntax?
100
to solve problems
Why programs are created?
100
A mix of english and code that represents what you want the program to do
What is Pseudocode?
100
proper documentation programs do not make sense, especially if you return to them later
Why documentation is important?
200
a list of instructions that contain data for a computer to follow.
What is a computer program?
200
a set of steps that create an ordered approach to a problem solution.
What is an algorithm?
200
Extensive and detailed so nothing can confuse the program or a person.
What is the way algorithms should be written.
200
It helps you determine how you want the program to work as well as what variables and methods/functions you will want to include
What is Pseudocode?
200
Helps you to remember what every single line does.
What is the purpose of documentation?
300
The most frequently used design in the programming process
What is the Top-Down Design?
300
The chosen programming language should suit this.
What are the needs of the user?
300
This tells your program what to do and how.
What is algorithm.
300
visual representation of the algorithm or process.
What is a flowchart?
300
Internal documentation that uses a '
What is commenting?
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
A program test that uses real data.
What is a beta test?
400
This must be considered before you choose the algorithm you want to use to continue developing your program.
What are advantages and disadvantages of an algorithm?
400
This indicates the control of flow in a flowchart.
What are Arrows?
400
User manuals
What are use cases?
500
English or outline form, Psuedocode, and Flowchart.
What are the ways to write an algorithm.
500
This is crucial for user information as well as for programmer understanding.
What is Documentation?
500
to solve a problem are written out and numbered in the order in which they should be executed.
What are steps?
500
Pseudocode and flowcharts can be both used to help find this.
What is The solution to any Programming problem
500
the functions that the software/system is intended to perform.