IGCSE Computing Topic 1 Number Conversion and Topic 2 Data Transmission Flashcards
What is the binary equivalent of the decimal number 10?
1010
True or False: The hexadecimal system uses base 16.
True
Convert the binary number 1101 to decimal.
13
What is the octal equivalent of the binary number 111?
7
Fill in the blank: The decimal number system is based on base __.
10
Which of the following is a valid hexadecimal number? A) 1G B) 1F C) 1Z
B) 1F
Convert the hexadecimal number 1A to decimal.
26
True or False: A byte consists of 8 bits.
True
What is the decimal equivalent of the binary number 101011?
43
Fill in the blank: Data is transmitted in the form of __.
bits
What is the primary purpose of data transmission?
To transfer data from one device to another.
Which protocol is commonly used for secure data transmission over the internet?
HTTPS
True or False: Serial transmission sends multiple bits simultaneously.
False
What does the term ‘bandwidth’ refer to in data transmission?
The maximum rate of data transfer across a network.
What is the difference between analog and digital data?
Analog data is continuous, while digital data is discrete.
Fill in the blank: The speed of data transmission is measured in __.
bits per second (bps)
Which type of data transmission is faster: Serial or Parallel?
Parallel
What is a common method of error detection in data transmission?
Checksums
True or False: Data packets can be lost during transmission.
True
What is the role of a ‘router’ in data transmission?
To direct data packets between networks.
Convert the decimal number 255 to binary.
11111111
What is the term for the process of converting data into a coded format?
Encoding
Fill in the blank: The maximum number of unique values in an n-bit binary number is __.
2^n
What is the hexadecimal representation of the decimal number 255?
FF
True or False: Data transmission can occur over wired and wireless mediums.
True
What is a ‘protocol’ in the context of data transmission?
A set of rules governing data communication.
Convert the octal number 17 to decimal.
15