Show:
Questions
Responses
Print
Programming Process Steps
More Programming Process Steps
Algorithms
Flowcharts & Pseudocode
Documentations & Use Cases
100
Who made this?
Who are Ben W and David B
100
What can be inserted into a program to help users who are not familiar with the program understand its functions?
What are comments
100
In what step of the programming process are algorithms utilized?
What is Step 2 Design the Solution
100
What does a circle represent in a flowchart?
What is a start or end
100
With what do you begin a comment in a program?
What is an apostrophe
200
What are the two parts to the first step of the programming process?
What are requirements and specifications
200
Which two steps of the programming process usually take 80% or more of the time spent in creation and development?
What are steps 1 and 2 Identifying the Problem and Designing the Solution
200
What is a conditional control structure?
What is a decision
200
What represents a decision in a flowchart?
What is a diamond
200
What color text are comments typically written in?
What is green
300
What is the most frequently used design in step 2 of the programming process?
What is Top-Down design
300
What is the 4th step in the programming process?
What is Test the Program
300
What is an Iteration control structure?
What is a loop
300
Where is pseudocode located in a flowchart?
What is the text inside the chart
300
What two types of comments can be used in documentation?
What are line comments and multi-line or block comments
400
Problems are broken down into smaller sub-problems in what design process?
What is modularization
400
In which step of the programming process are User Guides written?
What is Step 5 Documentation and Maintenance
400
Name two forms in which an algorithm could be written.
What are plain english, outline form, flowchart or pseudocode
400
Street directions are an example of what type of control structure?
What is simple sequence
400
What is an Actor?
What is any person using a system
500
What is used in a beta test that is not involved in a debugging?
What is real-world data
500
In step 4 of the programming process, what are being eliminated from the program?
What are logic errors
500
What two things do you have to consider before adding each step in an algorithm?
What are advantages and disadvantages
500
What do parallelograms represent in a flowchart?
What is input and output
500
What is a common comment at the top of a program?
What is last revised date or program version