Question

How many bits in the binary system are represented by one digit in the hexadecimal system?

How many bits in the binary system are represented by one digit in the hexadecimal system?

Homework Answers

Answer #1
Number of bits in the binary system are represented by one digit in the hexadecimal system = 4

HexaDecimal    Binary 
------------------------- 
0              0000
1              0001
2              0010
3              0011
4              0100
5              0101
6              0110
7              0111
8              1000
9              1001
A              1010
B              1011
C              1100
D              1101
E              1110
F              1111

4

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
How many memory locations can be addressed using 32 bits? Write your answer in hexadecimal.
How many memory locations can be addressed using 32 bits? Write your answer in hexadecimal.
How many n-digit binary numbers do not start with 0?
How many n-digit binary numbers do not start with 0?
Convert the hexadecimal Ethernet MAC address, 1a:0:2f:47:b1:2, into a 48 bits binary format. Given an Ethernet...
Convert the hexadecimal Ethernet MAC address, 1a:0:2f:47:b1:2, into a 48 bits binary format. Given an Ethernet address, how do you know it is a unicast, multicast, or broadcast address?
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to...
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to 7 bits to the right of the decimal and be sure to appropriately round the 7th bit. (f) 250.8
Convert 10010111111 binary to hexadecimal using the group 4 weighted system. Need to see work please
Convert 10010111111 binary to hexadecimal using the group 4 weighted system. Need to see work please
Write a program in Mars MIPS Assembly Language that asks the user for an 8-digit hexadecimal...
Write a program in Mars MIPS Assembly Language that asks the user for an 8-digit hexadecimal and then prints out its 32-bit binary representation, the operation of the function, the format (I, R, or J), the fields associated with the format (op, rs, rt, imm, shamt, funct), and the instruction associated with the hexadecimal. All five parts must be written as functions.
how can i convert an octal value 362.54 to decimal, binary, and hexadecimal?
how can i convert an octal value 362.54 to decimal, binary, and hexadecimal?
What is the 16-bit binary representation (in hexadecimal using lower-case letters, e.g., 0x39ab) of -13 1/4...
What is the 16-bit binary representation (in hexadecimal using lower-case letters, e.g., 0x39ab) of -13 1/4 (base 10) when represented as an IEEE 16-bit floating-point number? The IEEE 16-bit floating-point representation uses formulae consistent with those for the 32bit single-precision representation, except for using 5 bits for the exponent (instead of 8 in the case of the 32-bit representation) and a bias of 15.
Part a) For an unsigned number that represent binary with n bits, what is the range...
Part a) For an unsigned number that represent binary with n bits, what is the range of value for that? Part b) How many rows appear in a truth table with n input variables? Part c) How many memory location are there if the memory address is n bits?
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for...
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for the bit-pattern representing −∞−∞. Give the hexadecimal representation for the bit-patterns representing +0 and -1. Give the decimal value for the floating point number represented by the bit-pattern 0xcb0. Give the decimal value for largest finite positive number which can be represented? Give the decimal value for the non-zero negative floating point number having the smallest magnitude. What are the smallest and largest magnitudes...