Pseudocode Flashcards

1
Q

What is the formal pseudocode word to set a variable that we can use for later?

A

SET

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

What is the formal pseudocode word to start of the program?

A

START

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

What is the formal pseudocode word to retrieve input from user?

A

GET

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

What is the formal pseudocode word to display output to user?

A

PRINT

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

What is the formal pseudocode word to retrieve a value from a variable?

A

READ

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

What is the formal pseudocode word to show conditional branches in logic?

A

IF/ELSE

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

What is the formal pseudocode word to show. looping logic?

A

WHILE

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

What is the formal pseudocode word to end the program?

A

END

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

In a flow chart, what shape shows start/stop?

A

A oval

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

In a flow chart, what shape shows a processing step

A

A rectangle

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

In a flow chart, what shape shows an input/output step?

A

A rhombus

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

In a flow chart, what shape shows a decision?

A

A diamond

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

In a flow chart, what shape shows a connector?

A

A circle

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