NEW
Font size
WorksheetsPythonProgramming
Total questions: 15
Worksheet time: 15mins
Which symbol represents the start/end of a program?
print(3+4)
print(Hello world!)
Which of the following is not an advantage of a flowchart?
Better communication
Efficient coding
Systematic testing
Improper documentation
A box that can represent two different conditions.
Rectangle
Diamond
Circle
Parallelogram
A is diagram that depicts the flow of a program.
Algorithm
Hash Table
Graph
Flowchart
The following symbol denotes:
Module
Terminal
Process
i/o operation
What type of structure is this?
sequence
case
repetition
process
What type of a structure is this?
sequence
case
repetition
Process
Which of the following is not a keyword?
Read
Write
start
endif
begins with lower case letters.
Keywords
Variables
Tokens
Functions
Which of the following is incorrect? Algorithms can be represented:
as pseudo codes
as syntax
as programs
as flowcharts
