_Programming Process Steps
More Programming Process Steps
Algorithms
Flowcharts and Psuedocode
Documentation and Use Cases
100
Whose jeopardy is this?
What is Ana and Olivia
100
What is it called when a problem is broken down into smaller and smaller sub problems?
What is Modularization
100
What is a set of steps that create an order approach to a problem solution?
What is an algorithm
100
What is a mix of English language that represents what you want your program to do?
What is psuedocode?
100
Whats the purpose of documentation?
What is Programs don't make sense without it?
200
What is the first step in the programming process?
What is Identify the Problem.
200
What is the 4th step in the programming process?
What is Test the Program
200
What is an Algorithm written in?
What is plain English or outline form
200
what do flowcharts do to give a visual representation of the solution?
What is symbols and text?
200
Where should comments be in code and how should they be marked?
What is on their own line or after a line of code and begin with an ' ?
300
What are the requirements to identifying the problem?
What is What needs to be apart of the problem, the desired output, reason for the program's creation, and make sure the program will handle the data correctly
300
What is the key element when designing a solution?
What is creating an algorithm
300
How is an algorithm written?
What is written out and numbered in the order in which they should be executed?
300
What do the direction of the arrows show?
What is the flow of logic?
300
What colors will comments turn?
What is green?
400
The program should be tested for all syntax errors.
What is debugging
400
Once the programming language has been determined what do you follow precisely?
What is Syntax of the programming language.
400
What should you consider before you choose the algorithm you want to continue developing with?
What is advantages and disadvantages of algorithms?
400
What shape represents input and output?
What is parallelogram?
400
What are some general rules for commenting?
What is any line that causes confusion should be marked, where there's an action is where it should be marked, and at the top of the program, there should be comments on its purpose and scope of the program?
500
What is the most frequently used programming process?
What is Top-Down design- a solution method is broken down into smaller sub problems until each problem can be solved in a few steps.
500
What is the agreed upon rules to make reading code easier?
What is follow good programming style.
500
What are the two other methods of creating an algorithm?
What is flowcharts and psuedocode?
500
What are the three patterns of flowcharts?
What is simple sequence control structure, conditional control structure, and Iteration control structure?
500
What describes the sequence of steps between the user and the system necessary to complete a goal?
What is User Case?
M
e
n
u