0% found this document useful (0 votes)
1 views7 pages

MCQS (2210)

The document contains a series of multiple-choice questions (MCQs) related to computer science topics, including binary, denary, and hexadecimal number systems, as well as concepts like MAC addresses and logical shifts. Each question is followed by four answer options, with a corresponding answer key provided at the end. The questions assess knowledge on number conversions, color representation in HTML, and binary operations.

Uploaded by

Muhammed Halimah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views7 pages

MCQS (2210)

The document contains a series of multiple-choice questions (MCQs) related to computer science topics, including binary, denary, and hexadecimal number systems, as well as concepts like MAC addresses and logical shifts. Each question is followed by four answer options, with a corresponding answer key provided at the end. The questions assess knowledge on number conversions, color representation in HTML, and binary operations.

Uploaded by

Muhammed Halimah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

MCQS (COMPUTER SCIENCE)

1) What is the denary equivalent of the binary number


1011?
A) 6
B) 9
C) 11
D) 13

2) What is the binary representation of the denary number


25?
A) 00011001
B) 00110100
C) 00101100
D) 011001

3) What is the hexadecimal representation of the denary


number 142?
A) 8E
B) 9C
C) AE
D) BE

4) What is the denary equivalent of the hexadecimal


number 1A?
A) 20
B) 25
C) 26
D) 26

5) What is the hexadecimal representation of the binary


number 111001?
A) 19
B) 29
C) 39
D) 39
6) What is the binary representation of the hexadecimal
number A5?
A) 1010010
B) 10100101
C) 1010101
D) 10101010

7) What is the denary equivalent of the binary number


11010?
A) 14
B) 18
C) 21
D) 26

8) What is the binary representation of the denary number


42?
A) 101010
B) 110110
C) 111100
D) 100101

9) What is the hexadecimal representation of the denary


number 63?
A) 27
B) 3F
C) 42
D) 4E
10) What is the binary representation of the hexadecimal
number D7?
A) 1101010
B) 1110110
C) 1111000
D) 11010111

11) What is the purpose of a Media Access Control (MAC)


address?
A) It identifies the network interface card (NIC) of a device.
B) It provides internet connectivity to a device.
C) It encrypts data transmitted over a network.
D) It determines the IP address of a device.

12) How many bits are typically present in a MAC address?


A) 32 bits
B) 48 bits
C) 64 bits
D) 128 bits

13) What information does the first half of a MAC address


represent?
A) The serial number of the device
B) The type of device connected to the network
C) The network address of the device
D) The identity number of the device manufacturer

14) In HTML, which combination of hexadecimal values


represents the primary color green?
A) #FF0000
B) #00FF00
C) #0000FF
D) #FF00FF
15) How many possible colors can be represented using
combinations of the three primary colors in HTML?
A) 3 colors
B) 6 colors
C) 9 colors
D) Almost any color the user wants

16) What is the maximum denary value that can be


represented by an 8-bit binary number?
A) 128
B) 255
C) 256
D) 255 (28−1 )

17) What is the term used to describe the situation when a


binary number exceeds the maximum value that can be
represented by the given number of bits?
A) Overflow error
B) Underflow error
C) Bit error
D) Overflow error

18) What does a logical shift on a binary number in a


computer involve?
A) Multiplying the binary number by 2
B) Dividing the binary number by 2
C) Adding or subtracting the binary number
D) Moving the binary number to the left or right
19) What is the result of a shift left operation on a binary
number?
A) Multiplying the binary number by 2
B) Dividing the binary number by 2
C) Adding the binary number by 2
D) Moving the binary number to the left

20) What happens to the empty positions during a logical


shift operation on a binary number?
A) They are replaced with ones
B) They are replaced with zeros
C) They are shifted to the next position
D) They are removed from the binary number
ANSWER KEYS

1) D 11) A
2) D 12) B
3) A 13) D
4) D 14) B
5) D 15) D
6) B 16) D
7) D 17) D
8) A 18) D
9) B 19) D
10) D 20) B

You might also like