Design Notations Flashcards

1
Q

What are structure diagrams?

A

A graphical representation of the top down design process where blocks in the program correspond to modules in the program

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

Data flow diagrams are used to…

A

Represent how data is passed between modules

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

What is meant by Pseudocode?

A

Pseudocode is an informal description of the logic of each module which is then used to write source code

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

What is a wireframe?

A

A graphical notation which not only helps the developer plan the application but also allows the client to influence the design and navigation at an early stage

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

What are wireframes used in?

A

Web Development as well as program design

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

Top down design

A

The design approach of breaking a large and complex problem down into smaller, more manageable problems

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

What happens with modules in a structure chart?

A

They become modules in the finished program

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

Give three examples of graphical design notation

A

Wireframe
Structure Diagram
Data flow diagram

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

Which design notation requires data structures to be decided on before it can be created?

A

Data flow diagram

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

Which design notation would you use to design a user interface?

A

Wireframe

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

Which design notation is the simplest to create source code from?

A

Pseudocode

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

What is stepwise refinement?

A

The creation of Pseudocode from the structure diagram and data flow diagram

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

Why are Graphical Design Notations used in the design process?

A

To help the developers break the problem down into manageable sub problems

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