Font size
WorksheetsYear 10 EOT1 Revision Nov 2022
Total questions: 90
Worksheet time: 45mins
What is meant by sampling resolution (bit depth)?
The number of bits per sample.
The number of bytes per sample.
The number of pixels per sample.
The number of data per sample.
Bitmap images are made up of (a)
The number of bits used to represent each color is called the (a)
What is an Image Resolution?
Number of pixels in an image.
Number of bits in an image.
Number of bytes in an image.
Number of data in an image.
Main drawback of high resolution images?
Increase in file size
Increase in pixels
The quality of Image.
No drawbacks.
How many bits are used in ASCII?
(a)
How many Bytes are used in Unicode?
(a)
What is the maximum number of values that can be represented in 8 bits
16
256
65,536
128
A character set is...
What language can be used in a computer system
The fonts the computer has installed
The possible characters that can be represented by a computer system
How many colours can be represented with a 4 bit colour depth?
(a)
What unit is a sound's sample rate measured in?
bits per second (bps)
Hertz (Hz)
Megabits per second (Mbps)
Which is larger?
Megabyte
Gigabyte
Which is the smallest form of data?
Bit
Byte
Nibble
8 Binary Digits
How many Kilobytes are in a Megabyte
10
100
1,000
10,000
Which is larger?
Megabyte
Gigabyte
How many Bits are in a Byte
2
4
10
8
How many Byte are in a Megabyte?
1,000
1,000,000
1,000,000,000
How many Megabytes are in a Gigabyte?
1,000
10,000
1,000,000
1,000,000,000
How many Byte are in a Megabyte?
1,000
1,000,000
1,000,000,000
how many terabits in 2 terabytes
12
16
17
15
24
how many megabibits in 56 megabits
53.4058
53.4059
53.4060
53.4057
how many tebibits in a terabit
90.9494
90.9498
90.9497
90.9495
What type of transmission is used in walkie-talkies?
Simplex
Full Duplex
Half Duplex
Complex
Why is parallel data transmission faster than serial data transmission?
Because multiple channels are used in parallel data transmission.
Because multiple bits are sent over a single channel in parallel data transmission.
Because data might be skewed in serial data transmission slowing the rate of transmission.
None of the other answers are correct.
What type of transmission is used to transfer data from computer to printer?
(a)
What type of transmission is USB?
Synchronous parallel transmission
Asynchronous serial transmission
Asynchronous parallel transmission
Synchronous serial transmission
Which of the following correctly represents the data 1101011 if odd parity is used?
01101011
11101011
11010110
11101011
In which of the following methods, is an ACKNOWLEDGEMENT sent to the sender for error-checking?
Automatic Repeat Request
Checksum
Echo Check
The types of transmission that devices can use are:
Serial and Parallel
Simplex
Duplex
Full Duplex
--------- transmission is when multiple bits of data are sent at the same time along different channels in the same cabling
(a)
In a half duplex transmission two way communication is possible, it is not possible to transmit in both directions at the same time
TRUE
FALSE
Which Transmission device is the newest technology?
Serial Port
Parallel Port
Universal Serial Bus (USB)
Which of the following are methods for error detection?
Parity Check
Data Check
Echo Check
Checksum
What is an Automatic Repeat Request ARQ used for?
Data Checking
Error checking
Check Digit
Encrypting data
Which of the following is not part of the Data Packet?
Router
Trailer
Payload
Packet Header
What does the Packet Header contain?
Destination address
A Packet Number
Senders address
Packet switching
How big is a packet of transmitted data normally?
64gb
64 Kib
128Kib
512mb
A network .......... can be defined as the connection point among network devices such as routers, printers, or switches that can receive and send data from one endpoint to the other.
CPU
Node
RAM
USB
What does a router do?
A router is something that helps plan your car destination from A to B
A router allows the wifi to extend around your house
A router takes data packets from devices and directs them to the right place.
It tells the ROM chip on a computer to Fetch Decode and execute instructions
What is sample resolution?
The number of bits used to store each sample
The number of times a wave is sampled
How loud a sound is
How quiet a sound is
What is the sample rate?
The number of times a sound wave is sampled per second
The number of bits used to store each sample
How loud a sound is
The size of the sound wave
What is sample rate measure in?
Bits
Hertz
GB
amps
What is used to convert a sound wave in to a digital format?
A sound wave converter
A router
An amplitude to digital converter
Analogue to digital converter
What is the formula for finding a sound files size?
size = rate * resolution * seconds
size = rate * resolution * minutes
size = amplitude * bits * seconds
size = sample * frequency * bits
What is amplitude?
Number of samples taken
The number of bits per sample
The height of the sound wave
The pitch
Which is the smallest form of data?
Bit
Byte
Nibble
8 Binary Digits
Convert 129 to binary
10000001
01111110
01000000
11001100
How many bits per pixel do you need to make 4 colours?
colour depth of 1
colour depth of 2
colour depth of 3
colour depth of 4
Bitmap Colour Depth is
the colour of each pixel.
the density of pixels in an image.
information stored in an image to help recreate the image.
the number of bits used for each pixel.
What is the file size in bits, of a 10x10dpi bitmap image with a colour depth of 4 bits?
4000 bits
1000 bits
1600 bits
400 bits
Increasing Colour Depth and Resolution
increases the File size
decreases the File size
increases memory
decreases sound
How would decreasing the DPI of an image affect the image quality?
It would make it more colourful
It would make it more detailed
It would make it less colourful
It would make it less detailed
How many bits was used to encode the original ASCII character set?
7
8
16
4
How is Unicode different from ASCII
Unicode represents fewer characters
Unicode represents more characters
Unicode isn't for letters
Unicode doesn't have numbers
A sound clip uses a sample rate of 4000Hz, an 8 bit sample resolution, and is 10 seconds long. What is the file size in bits?
4,000
32,000
40,000
320,000
Which car will the following python code print?
cars=["Mercedes","Toyota","KIA","Hyundai"]
Output the 4th car in the list.
print(cars[3])
Toyota
Hyundai
Mercedes
Kia
What is an overflow error?
When you type too many letters in a table and the text wont wrap around
When the denary you input goes outside the current data register
When the binary code exceeds the cpacity of the current register
When too many hexadecimal letters are used in an 8 bit register
What is one use of Hexadecimal in the real world?
To read encrypted codes
To give each computer a unique identification (MAC Address)
To convert data transmissions into plaintext
To identify samples of captured sound
