Computer problem-solving process Flashcards

1
Q

What is the first phase?

A

Analysis and Specification

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

What is the second phase?

A

Algorithm development

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

What is the third phase?

A

Implementation

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

What is the fourth phase?

A

Maintenance

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

What is the first step in the process?

A

Analyze

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

What is the next step after analyze?

A

Specification

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

What is the next step after Specification?

A

Develop the algorithm

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

What is the next step after Develop algorithm?

A

Test the algorithm

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

What is the next step after testing the algorithm?

A

Code the program

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

What is the next step after coding the program?

A

Test the program

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

What is the next step after testing the program?

A

Use the program

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

What is the next step after using the program?

A

Maintaining the program

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

What happens in the analyze step?

A

Understanding (defining) the problem

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

What happens in the specification step?

A

Specifying the problem that the program needs to solve.

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

What happens in the Development of the algorithm step?

A

Developing logical sequence of steps to solve the problem

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

What happens in the testing the algorithm step?

A

Following the steps as outlines to see if it solves the problem

17
Q

What happens in the coding step?

A

Translating the algorithm into a programming language.

18
Q

What happens in the testing step?

A

Have the computer follow the instructions and check the results and make corrections until it is correct.

19
Q

What happens in the use the program step?

A

Well. Using the program (Duh!)

20
Q

What happens in the maintenance phase?

A

Modify the program to meet changing requirements or to correct any errors