Font size
WorksheetsYear nine revision for summer assessment
Total questions: 36
Worksheet time: 19mins
What are the individual elements in the image called?
Resolutions
Pixels
Sample frequency
Images
There are 448 individual elements in this image. What is this number called?
Pixels
Images
Pictures
Resolution
This image allows two colours, therefore its colour depth is
0
1
2
11
10
In a bitmap graphic each pixel is represented in _______
Denary
Binary
Hexadecimal
By letters
An image with 4 colours will have a colour depth of:
1
2
3
4
What is the colour depth of the image?
colour depth of 1
colour depth of 2
colour depth of 4
colour depth of 16
A Byte consists of this many bits
2
4
8
16
Which is larger?
Bit
Byte
On an image each colour will have its own binary code?
True
False
To calculate the file size of an image you:
resolution (column * rows) *colour depth
Number of colours used * resolution
Resolution + colour depth
Number of colours used + resolution
The sample interval is
The time gap between taking a sample .e.g sampled every 5 milliseconds
How many samples are taken in a second. 44.1khz means 44,100 are taken per second
How many bits are recorded for each measurement
The sample rate is
The time gap between taking a sample .e.g sampled every 5 milliseconds
How many samples are taken in a second. 44.1khz means 44,100 are taken per second
How many bits are recorded for each measurement
File size for sound is calculated as:
sampling rate + Sample size + duration of clip
sampling rate * Sample size * duration of clip
sampling rate / Sample size / duration of clip
Standalone malware computer program that replicates itself in order to spread to other computers. Often, it uses a computer network to spread itself, relying on security failures on the target computer to access it.
Malicious Code
Computer Worm
Anti Virus Software
Computer Virus
type of malicious software program (malware) that, when executed, replicates by reproducing itself (copying its own source code) or infecting other computer programs by modifying them.
Computer Virus
Computer Worm
MyDoom
Malicious Code
Which are common types of malware?
Adware
Ransomware
Key Logger
Mouse Hacker
Windows Breaker
The technology and process that is designed to protect networks and devices from attack, damage, or unauthorized access
Cyber Security
White Hat Hacker
Domain Name Server
All of the above
What are the motives behind cyber crime?
Demanding ransom
Propagating religious or political beliefs
Financial loss to the target
Information thefts and manipulating data
All of the above
If you want to create an empty list called colours in Python, which of the following is correct?
colours = [ ]
colours = ( )
colours = { }
colours = <>
What is the final value of the variable 'number'?
(a)
