Unit 1 SDD - Design - Interface, Flowcharts & Structure Diagrams Flashcards

1
Q

Why is designing the user interface for a program important?

A

It is how the user interacts with the program and relies on it for input and output.

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

What do designers refer to when creating user interfaces?

A

Functional requirements written during the analysis stage.

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

What are wireframes?

A

Simple sketches showing the positioning of main elements in a user interface.

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

What additional information can be added to wireframes?

A

Annotations to explain items that are not immediately obvious.

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

How does the choice of programming language affect user interface complexity?

A

Certain languages allow for more complex interfaces; e.g., Visual Basic allows Windows-based screens, while Python may limit to text-based unless complex extensions are used.

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

What is the general rule for reading structure diagrams?

A

Follow each branch to the bottom from left to right.

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

What is the primary use of structure diagrams?

A

Refining programs by breaking them into easier parts.

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

What is a flowchart?

A

A graphical design notation showing the order that instructions are carried out in a program.

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

What shapes are used in flowcharts?

A
  • Arrows (flow line)
  • Elongated hexagons
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What must programmers consider during the design phase?

A

The purpose and functional requirements identified during the analysis phase.

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

What design techniques must be understood and identified?

A

Structure diagrams, flowcharts, pseudocode.

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

What is required when given a problem in terms of design techniques?

A

Create the design using one of the identified techniques.

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

What is the purpose of structure diagrams?

A

To visually show the steps needed to solve a problem.

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

How should you read a structure diagram?

A

Start at the top and work towards the bottom; read left to right at each level with multiple branches.

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