NEW
Font size
WorksheetsComputer Programming - Algorithm and Flowcharting - 2
Total questions: 40
Worksheet time: 13mins
Programmers use flowchart for:
Stay connected with the program.
writing several codes
Program-planning
none of the above
OVAL is the flowchart symbol for?
to begin and end
to make decisions
to determine true or false
to answer yes or no
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
Which is NOT the correct way to draw a flowchart?
This symbol is called..
Arrow
Connector
Electric Flow
Direction
The process box is used when something happens, normally as a result of something in the program and is represented with this symbol.
Which is the best illustration of a flowchart?
Which is the best illustration of a flowchart?
What is iteration?
This is choosing what to do next
This means doing something in order
It is repeating something over and over again.
It is writing pseudocode
How do you repeat things in a Flowchart?
Loop
Start/Stop
Play
How many arrows should come out of a decision symbol in a flowchart?
0
1
2
3
What are the multiple way algorithms can be represented?
Natural language, like English
Visually, using flowcharts
Actual executable code (a program that runs on the computer)
All of these
The advantages of programmers writing an algorithm in natural language, like English, and/or a flowchart is because
They’re easier to understand.
They’re flexible.
They’re less complex.
All of these
The symbol for the point where decision must be made.
The symbol for activity within a larger process.
Which level of a programming language is Machine Code?
Low
High
Which level of a programming language is Assembly Code?
Low
High
Which level would create the fastest code to execute?
Low
Assembly
High
Which level would create the easiest code for humans to understand?
Low
Assembly
High
Python is an example of a High Level programming language
True
False
Which generation?
Machine Code - Low
Assembly Code - Low
High Level
Which generation?
Machine Code - Low
Assembly Code - Low
High Level
Which generation?
Machine Code - Low
Assembly Code - Low
High Level
Computers must translate everything into binary
True
False
