Font size
WorksheetsYear 10 PPE Quiz of all quizizz
Total questions: 141
Worksheet time: 2hrs 58mins
What is a database?
A database is an organised collection of data
A database is a backup of a data file stored on a computer
A database is a book that contains a log of weather data
What is an example of a computerised database?
Website
Library system
Powerpoint
Word
What is an example of a paper based database?
Telephone directory
Book
Menu
encyclopedia
which would be used as field names?
Address
Town
Title
Apple
Primary key means
normal key
unique key
subordinate key
candidate key
IF A and B are ON, the output would be...
ON
OFF
If A is OFF but B is ON, the output would be...
ON
OFF
print "Hello"
Why do computers use algorithms?
To give computers precise steps to solve a problem.
Because they are easy to use
It is the language that computers understand
To help them predict the future
What does sequence mean?
To create a pattern
To do something in order
To do something randomly
To repeat something over and over again
What does selection mean?
Selection is following instructions in order.
Selection is to repeat something over and over again
Selection is when you have a choice of options
Selection is choosing the best option
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
4 5 9 6 2 7
4 5 6 2 7 9
4 5 2 6 7 9
4 8 6 2 5 7
4 8 6 2 5 7
4 6 8 2 5 7
4 8 3 9 2 6
2 8 3 9 4 6
2 3 8 9 4 6
1 4 2 9 3 8 5
What does the list look like after one pass of the bubble sort algorithm.
1 4 2 9 3 8 5
What does the list look like after one pass of the selection sort algorithm.
1 4 2 9 3 8 5
What does the list look like after one pass of the insertion sort algorithm.
2
11
2
21
2
3
11
2
3
21
print(str(i) * 5)
print("i" * i)
print("i" * i)
print(str(i) * i)
HINT: It has an 8 and a 4 in it!
HINT:
1 + 0 = 1
0 + 1 = 1
1 + 1 = 10
