WorksheetsSeatwork 2 - Flowcharting
Total questions: 26
Worksheet time: 13mins
In flowcharting, what symbol is used for the input and output operations?
Parallelogram
Rectangle
diamond
Circle
The statement, ans = n1 + n2; is an example of what operation?
processing
input operation
output operation
none of the choices
The statement, print ans; is an example of what operation?
processing
input operation
output operation
none of the choices
The statement, Enter first number; is an example of what operation?
processing
input operation
output operation
none of the choices
The role of creating a correct algorithm or flowchart is needed before the actual coding.
TRUE
FALSE
A graphical representation of an algorithm to follow and program to execute.
Algorithm
Pseudocoding
Flowcharting
USE CASE
Which of the following symbol represents off page connector?
Arrows are use to..
confuse the programmer
guide the user
implement a code
connect the boxes or symbols in a flowchart
In flowcharting, PROCESS is represented by___.
Oval
Parallelogram
Rectangle
Diamond
The Input/Output box is used when a question is asked to the user, or something is printed on the screen.
TRUE
FALSE
What symbol is shown here
Process
Decision
Terminator
Input/Output
What symbol is shown here
Process
Decision
Terminator
Input/Output
What symbol is shown here
Process
Decision
Terminator
Input/Output
What symbol is shown here
Process
Decision
Terminator
Input/Output
A symbol that represents preparation or initialization of variables.
Diamond
Parallelogram
Rectangle
Hexagon
The decision flowcharting symbol MUST have 2 exit points.
TRUE
FALSE
Which of the following performs any calculations that are to be done?
Decision
Processing
Terminal
Input/Ouput
What is flowchart?
pictorial representation
English-like representation
step by step procedure
In basic flowchart symbol, a circle is called ______
Start/Stop
Comment
Connector
A paralellogram represents what function in the flowchart?
Input/Output
Process
Start/Stop
Is it important for a programmer to plan the logic of his program?
Yes
No
What does the Arrow illustrate in a flowchart?
Move to the next step
Yes/No or True/False questions
Actions
Beginning and end points
The circle is referred to as an off-page connector.
TRUE
FALSE
A symbol that represents preparation or initialization of variables.
Diamond
Parallelogram
Rectangle
Hexagon
Which is the best illustration of a flowchart?
