NEW
Font size
S
M
L
XL
WorksheetsAlgorithms
Total questions: 11
Worksheet time: 6mins
Name
Class
Date
1.
What is pseudocode?
a)
Simplified programming language, that is not a specific language
b)
Complicated programming language
c)
Simple programming language, which is linked to a specific language
d)
A type of cheese
2.
What flowchart symbol does this represent?
a)
Input/Output
b)
Start/End
c)
Decision
d)
Process
3.
What is this symbol?
a)
Decision
b)
Input/Output
c)
Start/End
d)
Process
4.
What does this pseudocode do?
print "Hello"
print "Hello"
a)
Nothing
b)
Prints the word "Hello" to the output
c)
hello is print in pseudocode
d)
The code won't work
5.
Abstraction is the representation of real world problems in a computer
a)
True
b)
False
6.
What is decomposition?
a)
Breaking down of soil
b)
Breaking down of a problem into smaller chunks
c)
Making a problem a bigger deal
d)
Breaking smaller chunks of problems into one large problem
7.
A linear search is when a list is split into 2 and compared?
a)
True
b)
False
8.
What is a binary search?
a)
Each item is checked in order
b)
The list is split into 2 and compared
c)
The first 2 values are compared and moved
d)
Nothing happens
9.
Bubble sort takes the first two values of a list, and swaps them if wrong?
a)
True
b)
False
10.
Merge Sort is?
a)
When a list is kept as one and compared
b)
List is split into 2 and merged together
c)
List is split into 2 and kept seperate
d)
Nothing
11.
An Insertion sort builds the final list two items at a time
a)
True
b)
False
Reset
