Font size
WorksheetsIGCSE Y1_DATA TRANSMISSION
Total questions: 70
Worksheet time: 35mins
When data is sent over a network, it is first:
A. Compressed into a file
B. Stored as a single block
C. Broken down into packets
C. Compressed into a file
A message sent to the receiver indicating that data has been received correctly (used in the ARQ error detection method)
timeout
ISBN 13
Modulo-11
Acknowledgement
A walkie-talkie uses which type of transmission?
Half Duplex
Simplex
Series
Full duplex
a mobile cell is example of.
Simplex.
Half duplex.
Full-duplex.
None of the above
smallest unit of data in computer.
Bit.
Byte.
Mega Byte.
Kilo Byte.
Half-duplex mode occurs when data can be sent in BOTH DIRECTIONS AT THE SAME TIME
True
False
A video conference call can be used as tool for synchronous Communication
True
False
Which of the following is NOT an example of synchronous Communication?
A lesson in a classroom
LIVE zoom call
Watching a video
LIVE forum
Data transmission can transmit data like
text, audio
images, video
both a and b
__________ transmission enables moving data bit by bit
Full duplex
Asynchronous
Parallel
Serial
Telephone is an example of ______________
Half Duplex
Full Duplex
Simplex
a and b
_________________ is Perfect for transmitting over longer distances as there are no synchronisation issues
Serial
Parallel
Multiple bits are sent simultaneously down different wires (channels) within the same cable
MIDI Interface
Serial
Parallel
Lower costs but also slower speed of transmission
Serial
Parallel
Over long distances synchronization errors may start to occur
Serial
Parallel
Used in Integrated Circuits and Buses
Parallel Data Transmission
Serial Data Transmission
Bits are set sequentially down the same wire
Serial
Parallel
Data transfer interface could be...
Parallel and perpendicular
Parallel and serial
Serial and Continuos
Serial parallel and continuous
The types of transmission that devices can use are:
Serial and Parallel
Simplex
Half Duplex
Full Duplex
All the bits of data are transmitted simultaneously on separate communication lines
In serial transmission
In communication transmission
In parallel transmission
In transfer transmission
In serial transmission, the various bits of data are transmitted serially one after the other.
True
False
__________ transmission enables moving data bit by bit
Full duplex
Asynchronous
Parallel
Serial
What does a packet header usually contain?
A. Only the payload
B. Destination and origin addresses
C. Error messages
D. A backup of data
Which of these is part of a packet structure?
A. Sender, receiver, protocol
B. Source, sink, buffer
C. Header, payload, trailer
D. RAM, ROM, cache
The payload in a packet refers to:
A. The destination address
B. The actual data being transmitted
C. The checksum
D. The header information
What is stored in a packet trailer?
A. Router address
B. Originator’s address
C. Packet number
D. Error detection information (e.g., checksum)
What is the main role of a router in packet switching?
A. To store packets permanently
B. To decide the route each packet takes
C. To encrypt the packets
D. To create headers for packets
After all packets arrive at the destination:
A. They are reassembled in the correct order
B. They are deleted
C. They are transmitted back
D. They remain unordered
Packet switching is used in:
A. Only small local networks
A. Most computer networks including the Internet
C. Only USB devices
D. Optical discs
One advantage of packet switching is:
A. Packets never need reordering
B. Guaranteed fixed route
C. Efficient use of network paths
D. Only one packet at a time is sent
Which part of the packet ensures it reaches the correct destination?
A. Payload
B. Destination address in header
C. Trailer
D. Packet size
A packet number is included to:
A. Help reassemble packets in order
B. Encrypt data
C. Speed up transmission
D. Reduce errors
Which transmission is better for long distances?
A. Serial transmission
B. Parallel transmission
C. Simplex transmission
D. Half-duplex transmission
Which is an example of simplex transmission?
A. Keyboard to computer
B. Telephone call
C. Chat messaging
D. Video conferencing
Which of these is a drawback of USB?
A. Limited cable length
B. Cannot supply power to devices
C. Requires parallel transmission
D. Needs different connectors for each device
Which version of USB supports the highest speed among these?
A. USB 1.1
B. USB 2.0
C. USB 3.0
D. USB 1.0
A device that only sends signals, never receives, should use:
A. Simplex transmission
B. Full-duplex transmission
C. Half-duplex transmission
D. Parallel transmission
A header in a packet helps because:
A. It encrypts the packet
B. It stores the user data only
C. It contains routing and addressing information
D. It compresses the data
The trailer in a packet is used for:
A. Error checking (e.g., checksum)
B. Destination address
C. Payload information
D. Packet number
The key difference between packet switching and circuit switching is:
A. Packets can take different routes vs. fixed route in circuit switching
B. Packets always follow one route
C. Packet switching is slower
D. Circuit switching reorders packets
How many bus lines are used in serial transmission?
1
2
3
4
Which error checking method involves counting the number of 1s to find whether it is even or odd?
Check digit
Checksum
Echo Check
Parity Check
Which is a disadvantage of parity checking?
We cannot locate where the error is
It takes a long time to calculate
It can only be done once
It is expensive to design
An echo check involves...
...counting the number of odd digits in a sequence
...requesting a copy of sent data form the receiver and comparing it with the original
...calculating the last number
...waiting for a timeout
How does an ARQ check work?
The sender resends the data if it does not receive confirmation after a certain amount of time
The sender compares the sent data to the original and sees if an error occurred
The receiver checks with the sender to find out whether the data was sent correctly
The sender checks whether the receiver has received the data by performing a calculation on a check digit
Why is it necessary to check for errors after data transmission?
A. Errors can occur due to interference or noise
B. Errors only occur during data entry
C. Errors cannot be detected otherwise
D. To speed up transmission
Which of these is not a possible error during transmission?
A. Data loss
B. Data gain
C. Data change
D. Data encryption
Which situation best describes data change?
A. A bit is altered from 1 to 0 or vice versa
B. A bit is deleted
C. A timeout occurs
D. An ARQ is applied
In an even parity system, the number of 1s in the data including the parity bit should be:
A. Odd
B. Even
C. Zero
D. Unknown
In an odd parity system, the number of 1s in the data including the parity bit should be:
A. Odd
B. Even
C. Zero
D. Eight
What is a parity byte or block check?
A. A type of ARQ
B. A type of checksum
C. Adding parity bits to rows and columns for extra checking
D. A type of encryption
What is the main purpose of a checksum?
A. To detect errors by adding up data values and sending the total
B. To encrypt the data for security
C. To increase transmission speed
D. To compress data
What is the main purpose of a checksum?
A. To detect errors by adding up data values and sending the total
B. To encrypt the data for security
C. To increase transmission speed
D. To compress data
In ARQ, what does a negative acknowledgement (NAK) mean?
A. The sender must stop transmission
B. The data was perfect
C. The data was received with errors and must be resent
D. The checksum was correct
What is the function of a public key in asymmetric encryption?
A. It replaces the checksum
B. It decrypts data from the private key
C. It encrypts data that can only be decrypted with the private key
D. It acts as a check digit
In asymmetric encryption, there are:
A. Two keys: public and private
B. Only one shared key
C. Only public keys
D. No keys required
In symmetric encryption, the key used to encrypt is:
A. The same key used to decrypt
B. A public key only
C. A private key only
D. Random each time without sharing
Why is encryption needed when transmitting data?
A. To reorder packets
B. To speed up transmission
C. To detect errors
D. To ensure only intended recipients can understand it
What happens if the receiver sends a positive acknowledgement (ACK)?
A. The sender knows the data arrived correctly
B. The sender resends the data
C. The transmission stops
D. The checksum is recalculated
ARQ relies on a:
A. Barcode scanner
B. Data encryption key
C. Timeout mechanism
D. Check digit
ARQ ensures data is received correctly by:
A. Resending data until an acknowledgement is received
B. Using only parity bits
C. Ignoring errors
D. Compressing data
A check digit is primarily used to:
A. Encrypt data
B. Detect errors in data entry
C. Speed up transmission
D. Reorder packets
How is a check digit calculated?
A. By using a public key
B. By adding an extra parity bit
C. By echoing the data back
D. By applying a mathematical formula to the other digits
