SDD - Design Flashcards

1
Q

What are the data types

A

Character
String
Integer
Real
Boolean

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

Examples of the character data type

A

“a”,”b”, “z”

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

Example of the string data type

A

“Hello”, “World”

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

Examples of integer

A

10, -8

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

Example of real

A

3.2, 16.755

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

Example of Boolean

A

True, False

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

what is the data structure needed for national 5

A

array

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

what is an array

A

holds multiple data of the same type

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

Ways to design solutions

A
  1. Structure Diagrams
  2. Flowcharts
  3. Pseudocode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How to read a structure diagram

A

read from the top down from left to right

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

How to read a flowchart

A

read from top to bottom

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

what is pseuodcode

A

a textual based design solution

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

what is a wireframe used for

A

to show the design for user-interface

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