CIT Programming Notes Flashcards
Program Development Life Cycle (PDLC)
Step 4 in the system development cycle.
Debugging
Get rid of errors
Documenting
The grunt work of the programming cycle
Control strucutres
Sequence, selection, repitition
Conditions
If then else, If I have enough money, I can buy….
Do while
Cycling through the “meets condition”…… If it makes the condition, it cycles through
Do until
Entry, statements, meets conditions… false- start over
Structure/Hierarchy flowcharts
Visual representation about how the program will work.
Flow charts help you see the flow. Lets you evaluate all of the conditions.
Computer Language
Coding
COBOL
C++
JAVA
Visual Basic
Syntax Error
Not followinf rules of the language (misspelled or nonreserved word)
Logic Error
Project will run, but will yield negative results.