SDD - Design Flashcards
1
Q
What are the data types
A
Character
String
Integer
Real
Boolean
2
Q
Examples of the character data type
A
“a”,”b”, “z”
3
Q
Example of the string data type
A
“Hello”, “World”
4
Q
Examples of integer
A
10, -8
5
Q
Example of real
A
3.2, 16.755
6
Q
Example of Boolean
A
True, False
7
Q
what is the data structure needed for national 5
A
array
8
Q
what is an array
A
holds multiple data of the same type
9
Q
Ways to design solutions
A
- Structure Diagrams
- Flowcharts
- Pseudocode
10
Q
How to read a structure diagram
A
read from the top down from left to right
11
Q
How to read a flowchart
A
read from top to bottom
12
Q
what is pseuodcode
A
a textual based design solution
13
Q
what is a wireframe used for
A
to show the design for user-interface