Show:
Questions
Responses
Print
Programming Process
Program Documentation
Flow Charts
Algorithms
Psuedocode/ more programming process
100
Gracie Koch and Manu Kakani
Who created this?
100
Without proper documentation the code may be hard to understand.
Why is it important?
100
use of symbols and text to give a visual representation of a solution to a problem.
What is a flow chart?
100
a set of steps that create an ordered approach to a problem solution.
What is an algorithm?
100
English and code.
What is psuedocode a mix of?
200
Identify the problem
What is first step of the programming process?
200
'
How does a comment begin
200
the visual representation of the algorithm or process
What is flowcharts?
200
a list of steps to solve a problem written in plain English.
What is an algorithm?
200
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 psuedocode?
300
Checking your program for logic errors.
What is Testing a program?
300
when the code may cause confusion
When should you comment on something?
300
inputs, processes and outputs of the program
What do flowcharts describe?
300
1. walk outside 2. go to your car 3. drive
What is an algorithm
300
different languages are suited to handle different types of data.
Why do you have to chose the correct programming language?
400
Documentation and Maintence
What step is commenting in?
400
the functions that the software/system is intended to perform.
What is a functional requirement?
400
shows processes
What is an rectangle?
400
shows each option
What is advantages and disadvantages?
400
A method to break problems down into sub-problems?
What is modularization?
500
Choosing a correct programming language
What is Writing the program?
500
the interactions between the “actor” and the system
What is a use case?
500
shows the start and end
What is an oval?
500
not only going to tell your program what to do but how to do it.
How to do an algorithm?
500
guidelines that tell the user how to use the program
What is user guidelines?