DATA REPRESENTATION AND NUMBER SYSTEMS
TWOS COMPLEMENT AND FLOATING POINT REPRESENTATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Denary = 255Hex =?
|
AF
|
|
1F
|
|
FA
|
|
FF
|
Explanation:
Detailed explanation-1: -Any eight bits in a byte becomes either a one-digit or two-digit hexadecimal numeral. For example, a byte with four bits off and four bits on is expressed in binary as 00001111, and converts to f in hexadecimal, while byte of eight bits “on” is 11111111 in binary and ff in hexadecimal.
There is 1 question to complete.