Font size
WorksheetsYear 10 Lent
Total questions: 52
Worksheet time: 52mins
Which of these cables usually have the best broadband speed?
Coaxial Cable
Fibre-optic cable
twisted-pair copper cable
Radio waves
In ASCII "F" is equal to 70 (denary). What number is "D" in denary.
What happens if 1 computer fails in a star topology network?
Nothing
The entire system collapses
Only that computer fails
What are the benefits of a star topology
If 1 computer fails the rest are fine
If the central node collapses the rest of the network is fine
Computers have fast access to the server
Very easily scalable
A school with 20 stand alone PCs is considering networking them together and adding a file server. Choose the 2 correct statements.
All 20 can print through a single printer
All 20 can share a internet connection
The students files will be less safe.
Students won't be able to have their own space on the file server.
True or false: A star network is more expensive than a mesh
true
false
what is the definition of a pixel
the basic unit of programmable colour in a digital image
a dot on a display that has a capacity to change colour
a measurement for the size of a monitor or display
the colour depth of an image is the
amount of colours there is
size of the image
number of bits used for each pixel in an image
the resoloution of the image
if the resolution of the image is 200 by 200 and the colour depth is 4 bits what is the size of the image?
512 bytes
128 kilobytes
200 bytes
20 kilobytes
300 bytes
Which of these are LAN's
home network
school network
hotel network
The internet
What does WAN stand for
(a)
Which of these is NOT true about using subprograms?
They save the programmer time
You can't have a function inside another function
The code is shorter when using subprograms
They help reduce repetition
True or false: Python has no built-in functions
true
false
What algorithmic concept do sub-programs / procedures demonstrate
Decomposition
Iteration
Repetition
A record is an organised collection of related elements that share a single identifier and are of a (a) data type.
Given an image with dimensions 1565x880 and a colour depth of 24 bits how would you get the get the file size into kiB
1565x880*24/8
1565x880*24/(8*1000)
1565x880*24/(8*1024)
1565x880*24/(8*1024*1024)
1565x880*24/(1000*1000)
How would you convert bytes into mebibytes
/(1024*1024)
/(8*1024*1024)
/(8*1000)
/1024
/(1000*1000)
What is a pixel?
A coloured dot on an image
an animated object that moves
the smallest controllable element of a digital image otherwise known as a picture element
What is meant by colour depth?
the total number of different colours in an image
The number of bits for each pixel in an image
How many pixels there are in an image
Which one of these python terms would you use if an arrow goes back to a previous part of the flowchart?
if
while
input
import
Data storage is measured in binary…
Multiples
Duplicates
Digits
which of these is the largest binary multiple?
Kibibyte
Byte
Tebibyte
Gibibyte
Which of these is not considered personal data?
Phone number
Clothes worn
biometric data
A first name
Which of these was NOT in the general data pretection regulations (2018)?
consent must be freely given
consent must be possible to be revoked
consent for different activities only need one consent
consent must be informed and specific
