Font size
WorksheetsEnd of Year 8 Quiz
Total questions: 65
Worksheet time: 40mins
Read the Python program below: When this program is executed, what will be displayed on the screen?
I live in Leeds
I live in location
'I live in', 'Leeds'
'I live in', location
Read the Python program below: When this program is executed, what will be displayed on the screen, as a result of executing line 3?
I’ve never been to location
I’ve never been to input()
I’ve never been to and whatever the user has typed at the keyboard
It is not possible to know the output without executing the program.
Read the Python program below: When this program is executed, what will be displayed on the screen?
The Answer is answer
The Answer is 48
The Answer is 42
The Answer is 3 + 13 * 3
Read the Python program below: When this program is executed, what will be displayed on the screen?
a b
13 42
There is an error in the program because variables a and b are not assigned values in the right order.
42 13
Read the Python program below: When this program is executed, what will be displayed on the screen?
42 13
There is an error in the program because variables a and b are not assigned values in the right order.
There is an error in the program because when line 1 is executed, variables a and b have not been assigned values.
13 42
Read the Python program below: When this program is executed, what will be displayed on the screen?
42
13
13 42
There is an error in the program because variable a cannot hold two values at the same time.
Read the Python program below: When this program is executed, what will be displayed on the screen?
42 13
13 13
13 42
42 42
Read the Python program below: When this program is executed, what will be displayed on the screen?
There is an error in the program because when line 3 is executed, variable a no longer has a value.
13 14
13 a+1
a b
Read the Python program below: When this program is executed, what will be displayed on the screen?
13 14
14
13
There is an error in the program because there are no values for variable a that could be used in the equation in line 3.
Read the Python program below: When this program is executed, what will be displayed on the screen?
There is an error in the program because variable b cannot hold two values at the same time.
14
43
14 43
Who should know your passwords?
Only you!
Your best friends
Anyone
Which of these is NOT a good password?
#LooneyToons23
Ilovecats!95
password
#Iasw,aA!
What is the role of the CPU?
The CPU is a circuit board and foundation of a computer that is the biggest board in a computer chassis.
The CPU is a low-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.
The CPU performs the basic arithmetical, logical, and input/output operations of a computer system
The CPU is a high-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.
Which of these is not an input device?
Keyboard
Monitor
Touch screen
Microphone
What is an operating system?
the low-level hardware that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.
The low-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.
The high-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.
the middle-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.
What is an algorithm?
The increase in volume (causing an increase in pressure) of the fuel mixture in an internal combustion engine before ignition.
A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
A process of breaking down a complex problem or system into smaller parts that are more manageable and easier to understand.
The reduction in volume (causing an increase in pressure) of the fuel mixture in an internal combustion engine before ignition.
What is decomposition?
A search algorithm that finds the position of a target value within a sorted array
The process of breaking down a complex problem or system into smaller parts that are more manageable and easier to understand
The process of combining complex problems or systems into larger parts that are more challenging.
A simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order
What is OUTPUT?
1
0
What is OUTPUT?
1
0
What is OUTPUT?
1
0
What is OUTPUT?
1
0
What is OUTPUT?
1
0
What is OUTPUT?
1
0
What is OUTPUT?
1
0
What is OUTPUT?
1
0
Which logic gate is associated with the truth table?
NAND
OR
NOT
AND
Match the following Part 2
What tag contains all the contents that is to be shown on a website?
<body>
What tag contains the title and meta information of the document?
<head>
What tag identifies a paragraph?
<p>
What tag states you are using HTML?
<html>
What tag declares you are creating an HTML document?
<title>
<!Doctype html>
<head>
<html>
What tag creates the page title that is seen in the title bar?
<title>
<html>
<head>
<meta description
= “…”>
What tag identifies a heading?
<title>
<html>
<head>
<h>
What tag contains all the contents that is to be shown on a website?
<title>
<html>
<!Doctype html>
<body>
What tag is used to insert a link?
<img src = "...">
<a href = "..."> ... </a>
<iframe...> </frame>
<ol> ... </ol>
<ul> ... </ul>
What tag is used to insert an image?
<img src = "...">
<a href = "..."> Title </a>
<iframe...> </frame>
<ol> ... </ol>
<ul> ... </ul>
What package do we use when creating spreadsheets?
Excel
PowerPoint
Acess
Publisher
Each column is given a...
Letter
Number
Each row is given a...
Letter
Number
What do we use at the beginning of a formula?
+
=
-
What column is this cell in...N17
N
M
I
What type of chart is this?
Pie
Line
Bar
What type of chart is this?
Line
Bar
Pie
Binary is the language (a) use to communicate. They only use 1s and 0s.
(b) use 1's,10s,100s,1000s. This is called base 10. Computers use base 2 as they only (c) two numbers. 1 for (d) and 0 for (e)
Select the number that is shown in image
50
60
70
80
Put the binary Numbers in order from smallest to largest.
0001
0010
0011
0100
0101
HINT: It has an 8 and a 4 in it!
What is the decimal equivalent of the binary number 1010?
2
5
8
10
0010
2
0100
4
1000
8
1010
10
0001
1
Base 10
Decimal
Base 2
Binary
Binary
0 and 1
Denary
0,1,2,3,4,5,6,7,8,9
1111
15
Each 1 and 0 represented in binary is called a bit
True
False
numbers humans use in every day life
Denary
numbers computers use
Binary
Off
0
On
1
How does the rule 1 + 1 + 1 work?
0 carry 1
1 carry both 0s
1 carry 1
0 carry 1
01
11
Use binary addition rules + whiteboards!
1001
1011
Use binary addition rules + whiteboards!
1111
1011
Use binary addition rules + whiteboards!
01111
11011
Use binary addition rules + whiteboards!
01111
11011
Use binary addition rules + whiteboards!
Question 1: Subtract the binary numbers 1011 and 1101.
1110
010
1001
0010
Question 2: What is the result of subtracting 1001 from 1110 in binary?
101
110
100
1111
Question 3: Find the difference between 10101 and 1101 in binary.
10111
01010
10000
11111
Question 4: Subtract the binary numbers 11100 and 1011.
10100
11111
10001
11001
