CIT Programming Notes Flashcards Preview

CIT Notes > CIT Programming Notes > Flashcards

Flashcards in CIT Programming Notes Deck (12)
Loading flashcards...
1
Q

Program Development Life Cycle (PDLC)

A

Step 4 in the system development cycle.

2
Q

Debugging

A

Get rid of errors

3
Q

Documenting

A

The grunt work of the programming cycle

4
Q

Control strucutres

A

Sequence, selection, repitition

5
Q

Conditions

A

If then else, If I have enough money, I can buy….

6
Q

Do while

A

Cycling through the “meets condition”…… If it makes the condition, it cycles through

7
Q

Do until

A

Entry, statements, meets conditions… false- start over

8
Q

Structure/Hierarchy flowcharts

A

Visual representation about how the program will work.

Flow charts help you see the flow. Lets you evaluate all of the conditions.

9
Q

Computer Language

A

Coding

COBOL

C++

JAVA

Visual Basic

10
Q

Syntax Error

A

Not followinf rules of the language (misspelled or nonreserved word)

11
Q

Logic Error

A

Project will run, but will yield negative results.

12
Q
A