CIT Programming Notes Flashcards

1
Q

Program Development Life Cycle (PDLC)

A

Step 4 in the system development cycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Debugging

A

Get rid of errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Documenting

A

The grunt work of the programming cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Control strucutres

A

Sequence, selection, repitition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Conditions

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Do while

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do until

A

Entry, statements, meets conditions… false- start over

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Computer Language

A

Coding

COBOL

C++

JAVA

Visual Basic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Syntax Error

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Logic Error

A

Project will run, but will yield negative results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly