Pseudocode Flashcards

1
Q

What is pseudocode?

A

Pseudocode is not a programming code but uses english words and phrases clear enough to be converted into programming code

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

What is the purpose of pseudocode?

A

Pseudocode is used as a detailed step in developing a program

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

What are the three types of statements?

A

Assignment
Output
Input

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

What are control statements?

A

These statements are used to control the amount of time a statement or sequence of statements is carried out based on some condition.

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

Three main types of control structures

A

Sequence
Selection
Repetition

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

if then statements

A

if then statements suggest that one or two more statements will only be considered based on a condition or the answer to the question

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