Vidyalelo
Computer Fundamentals · Q767

Computer fundamental

Computer Related · Computer Fundamentals · question 767

Q767

The binary equivalent of the Hexadecimal number 7BD is

A.
11110111101
Answer
B.
1.1101E+11
C.
1.0111E+11
D.
All of the above
E.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
The binary equivalent of the Hexadecimal number 7BD is 11110111101. The binary equivalent of the Hexadecimal number 7BD is 11110111101. The hexadecimal system is commonly used by programmers to describe locations in memory because it can represent every byte.
7 = 111
B = 11 = 1011
D = 13 = 1101
= (11110111101)