Design Flashcards

1
Q

Identify the data types needed to solve a problem

A
character
string
integer
real
Boolean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Identify the data structures needed to solve a problem

A

1-D array

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

Structure diagrams

A

Structure diagrams graphically show the steps needed to solve a problem.

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

Flowcharts

A

Flowcharts are a way of designing the steps of a program graphically.

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

Pseudocode

A

a way of designing the steps of a program using phrases that resemble lines of program code.

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

Use wireframes for user-interface design

A

wireframe can be used to design the user-interface of a program.

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