Computer Science, asked by kamillesiena23, 11 months ago

What is the proper interpretation of 8-bit data, 10101100?

Answers

Answered by anamika233
2

Explanation:

10101100 is the binary representation of a negative integer, in 8-bits.

Answered by lovingheart
0

It can be represented in other 3 computer number system

The above number represents numbers in the binary system. This number system has 4 Number Systems. Decimal number system, Octal number system, Binary Number System and Hexadecimal Number System. The given number is in Binary number system which can be represented in Decimal, Octal or an Hexadecimal number based on the Number System Relationship.

Decimal – 172 – The base is 10

Binary – 10101100

Hexadecimal – AC

Octal – 254

Similar questions