The binary equivalent of decimal number 17 is
10001
To find the binary equivalent of a decimal number, we use the method of repeated division by 2. In this process, we repeatedly divide the decimal number by 2 and record the remainder at each step. The process continues until the quotient becomes 0. The binary representation is then obtained by reading the remainders from bottom to top.
| Division Operation | Quotient | Remainder |
| 17 ÷ 2 | 8 | 1 |
| 8 ÷ 2 | 4 | 0 |
| 4 ÷ 2 | 2 | 0 |
| 2 ÷ 2 | 1 | 0 |
| 1 ÷ 2 | 0 | 1 |
The remainders obtained from the division steps are 1, 0, 0, 0, and 1.
To get the final binary number, we read these remainders starting from the last one (bottom) up to the first one (top):
10001
Thus, the decimal number 17 is represented as 10001 in binary.
A byte is
Binary addition of 16 and -83 using 2’s compliment results in:
If (211) x= (152) 8, then the value of base x is
A number may be represented in various number systems. Arrange the following number systems in ascending order based on the number of bits needed to represent the same number.
A. Binary
B. Decimal
C. Hexadecimal
D. Octal
Choose the correct answer from the options given below
What is the decimal value for HEX 2A