- The flowchart symbol for input/output is:
Oval
Diamond
Parallelogram
Rectangle
- The flowchart symbol for processing is:
Oval
Diamond
Parallelogram
Rectangle
- The flowchart symbol for start/stop is:
Oval
Diamond
Parallelogram
Rectangle
- Pseudocode starts with
Begin
Start
End
Get going
- Python is:
A programming language
A type of snake
Both A and B
None of the above
- If square = num * num, you need to know the value of ___ to calculate the value of ___.
num, square
square, num
num, num
square, square
- In the above problem, ___ is dependent on ___.
num, square
square, num
num, num
square, square
- Pseudocode is:
A programming language
Very similar to French
Very similar to English
A language which has symbols and shapes
- You need to display the cube of a number. You will put the statement "Print cube" in a /an:
Rectangle
Oval
Parallelogram
Diamond
- Which is not a symbol in flowcharts?
Parallelogram
Rectangle
Oval
Triangle