2nd Quarter COMP/ROB (W1- Programming Process) Flashcards

1
Q

Determining what the computer program will be used for, and what specific needs it will fill in

A

Step 1: Problem Definition

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

Designing the solution

A

Step 2: Program Design

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

Actual coding of the program

A

Step 3: Program Coding

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

To verify the results or the output of the program

A

Step 4: Program Testing

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

Reading through or checking of the program to make sure that it is free of errors and that the logic works.

A

Desk-checking-

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

Process of detecting, locating and removing all errors in a computer program

A

Debugging-

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

involves the program being tested in real-life data

A

User acceptance testing-

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

Necessary for the users to know how the program works and how it should be used.

A

Step 5: Program Documentation

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

A list of instructions that the computer must follow in order to process data into information

A

Program-

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