Designing a Program Flashcards

(9 cards)

1
Q

5 phase process for creating a program that works correctly

A

Program development cycle

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

What are the 5 phases of the program development cycle?

A
  1. Design the program
  2. Write the code
  3. Correct syntax errors
  4. Test the program
  5. Correct logic errors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A mistake that does not prevent the program from running, but causes it to produce incorrect results

A

Logic error

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

When the programmer finds and corrects logic errors in the program

A

Debug

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

The person, group or organization that is asking you to write a program

A

Customer

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

A single task that the program must perform in order to satisfy the customer

A

Software requirement

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

A set of well-defined steps that must be taken to perform a task

A

Algorithm

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

Fake code; an informal language that has no syntax rules and is not meant to be compiled or executed

A

Pseudocode

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

A diagram that graphically depicts the steps that take place in a program

A

Flowchart

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