________ can change while a program is running
Constants
Variable
Sub program
Integer
Which code shows assignment of a variable or constants in pseudo code?
SET Num to 5
RECEIVE name FROM Keyboard
SET name TO "BOB"
RECEIVE name From KEYBOARD
A constants must not change while a program is running ?
Which arithmetic operator would you use to return the remainder after a division ?
DIV
/
REM
MOD
What relational operator would you use for not equal to?
<
<>
>
==
<=
Which arithmetic operator would you use to find exponential powers ?
^
**
What conditions would need to be entered to print the result True?
4
5
2
6
3
12
10