Show:
Questions
Responses
Print
Programming Process Steps
More Programming Process
Algorithms
Pseudocode and Flowcharts
Documentation and Use Cases
100
Natalie Schultz and Michaela Daniels
Who created this?
100
A list of instructions to contain data for a computer to follow
What is a computer program?
100
A set of steps that create an ordered approach to a problem solution.
What is an algorithm?
100
A mix of English language and code that represents what you want your program to do.
What is a pseudocode?
100
commenting
In programming documenting, what is your code referred to as?
200
Identify the problem
What is the first step of the Programming Process?
200
Syntax or logic errors
What should the program be tested for?
200
English or outline form
What can an algorithm be written in?
200
symbol
Flowcharts use ____ and text to give a visual representation of a solution to a problem.
200
confusion
Any line that causes _______ should be commented.
300
Top-down design
What is the most frequently used design in the programming process?
300
Pseudocode and flowcharting
What are two methods for designing a programming algorithm?
300
lines with arrows
What is used to indicate flow of control?
300
Defines the interactions between the "actor" and the system
What do use cases do?
400
Step 3
What number step is writing the program?
400
dynamic
Programming is a ______ process
400
how
An algorithm tells your program what to do and ___ to do it
400
Start/End
What does an oval symbolize?
400
In easy and understanding language
How are use cases written?
500
Documentation and Maintinence
What is the last step in the programming process?
500
A solution method is broken down into smaller sub-problems, which in turn are broken down into smaller sub-problems
What is modularization?
500
Unambiguous
An algorithm has to be ________.
500
Decisions
What does a diamond symbolize?
500
The functions that the software/system is intended to perform.
What are functional requirements?