Pseudocode Flashcards

0
Q

Give an example of pseudocode.

A

Input num1
Input num2

Total:= num1 + num2
Output total

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

What is pseudocode?

A

A language used to define algorithms that is close to both english and program code.

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