Worksheets2025 G09 CS UT Combined Revision
Total questions: 34
Worksheet time: 19mins
Which flowchart symbol as shown in the image
is appropriate for the pseudocode below
CALL Account
A
B
C
D
Which flowchart symbol as shown in the image
is appropriate for the pseudocode below
IF A >= B
A
B
C
D
Which flowchart symbol as shown in the image
is appropriate for the pseudocode
Account <-- 10000
A
B
C
D
Which flowchart symbol as shown in the image
is appropriate for the pseudocode
DECLARE Seats: Integer
A
B
C
D
Which flowchart symbol as shown in the image
is appropriate for the pseudocode
X == 80
A
B
C
D
Which flowchart symbol as shown in the image
is appropriate for the pseudocode
X = 80
A
B
C
D
Which flowchart symbol as shown in the image
is appropriate for the pseudocode
OUTPUT Total_price
A
B
C
D
Python ___________ parameter gets values but does not return a value.
FUNCTION
PROCEDURE
INPUT / OUTPUT
SUBROUTINE
Python ___________ parameter gets values and and returns a value to the main program.
FUNCTION
PROCEDURE
INPUT / OUTPUT
SUBROUTINE
Which among the choices is the correct Python Array declaration
Array_name=array.array(“type code”, range(number of elements))
Array_name=array.array(“type code”, range[number of elements])
Array_name=array(“type code”, range(number of elements))
None
of the
choices
Which flowchart symbol as shown in the image
is appropriate for the pseudocode
INPUT Firstname
INPUT Lastname
A
B
C
D
A set of statements to be executed in order
Sequence
Selection
Iteration
totalling
counting
adding together a number in a list of numbers
Sequence
Selection
Iteration
totalling
counting
carrying out an action multiple times within a loop
Sequence
Selection
Repetition
totalling
counting
tracking the number of iterations a program has performed in a loop
Sequence
Selection
repetition
totalling
counting
branching off to take a course of action depending on the answer to a repetition.
Sequence
Selection
repetition
totalling
counting
it checks that the number is in between the upper value and a lower value.
RANGE Check
LENGTH Check
PRESENCE Check
FORMAT Check
TYPE Check
It checks that the number is in a pre-defined pattern.
RANGE Check
LENGTH Check
PRESENCE Check
FORMAT Check
TYPE Check
it checks to ensure that some data has been entered and has been left blank.
RANGE Check
LENGTH Check
PRESENCE Check
FORMAT Check
TYPE Check
it checks that data contains an exact number of characters, for example a password entry.
RANGE Check
LENGTH Check
PRESENCE Check
FORMAT Check
TYPE Check
A temperature gauge has a range measurement from 0 to 100 Degrees Centigrade
Which of the following option below is considered as
NORMAL Test Data
45 degrees centigrade
0 to 5 degrees centigrade or 95 to 100 degrees centigrade
124 degrees centigrade
None of the choices.
A temperature gauge has a range measurement from 0 to 100 Degrees Centigrade
Which of the following option below is considered as
EXTREME Test Data
45 degrees centigrade
0 to 5 degrees centigrade or 95 to 100 degrees centigrade
124 degrees centigrade
None of the choices.
A temperature gauge has a range measurement from 0 to 100 Degrees Centigrade
Which of the following option below is considered as
ERRONEOUS/ABNORMAL Test Data
45 degrees centigrade
0 to 5 degrees centigrade or 95 to 100 degrees centigrade
124 degrees centigrade
None of the choices.
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
1
10
5
2
None Error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
1
10
5
7
None Error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
1
10
5
7
No Error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
4
10
5
7
No Error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
(a)
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
(a)
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
(a)
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
16
3
7
No error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
16
2
7
No error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
9
16
2
7
No error
Click on the image and find the error on the Python codes.
Which Line number has an error?
Think what the error is and why?
9
16
2
7
No error
