Design Flashcards
1
Q
Identify the data types needed to solve a problem
A
character string integer real Boolean
2
Q
Identify the data structures needed to solve a problem
A
1-D array
3
Q
Structure diagrams
A
Structure diagrams graphically show the steps needed to solve a problem.
4
Q
Flowcharts
A
Flowcharts are a way of designing the steps of a program graphically.
5
Q
Pseudocode
A
a way of designing the steps of a program using phrases that resemble lines of program code.
6
Q
Use wireframes for user-interface design
A
wireframe can be used to design the user-interface of a program.