0% found this document useful (0 votes)
30 views

Discrete Data Practice Problems Convert Each As Indicated

The document provides 10 practice problems for converting between decimal, binary, and hexadecimal representations of discrete data. It includes conversions between these number systems for 1 byte quantities as well as conversions using two's complement for signed integers. The solutions are also provided.

Uploaded by

et934km00
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Discrete Data Practice Problems Convert Each As Indicated

The document provides 10 practice problems for converting between decimal, binary, and hexadecimal representations of discrete data. It includes conversions between these number systems for 1 byte quantities as well as conversions using two's complement for signed integers. The solutions are also provided.

Uploaded by

et934km00
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Discrete Data Practice Problems

Convert each as indicated.


1. Hexadecimal to binary (1 byte)
a. 0x4D
b. 0xF3
c. 0x9C
2. Binary to hexadecimal
a. 10001011
b. 01011100
c. 0110001
3. Binary to decimal (unsigned)
a. 01011
b. 0110110
4. Hexadecimal to decimal (unsigned)
a. 0x2B
b. 0x1D
5. Decimal to binary (1 byte)
a. 12
b. 25
c. 34
6. Decimal to Binary: Twos Complement (1 byte)
a. -1
b. -10
7. Binary to Decimal: Twos Complement
a. 11111001
b. 11010100
8. Decimal to Hexadecimal: Twos Complement (1 byte)
a. -5
b. -13
9. Hexadecimal to Decimal: Twos Complement
a. 0xF1
b. 0xED
c. 0x30
10. What is the decimal value of the following?
a. c
b. a A
c. 0 + 3
d. 0 + 3

Solutions
1.
a. 01001101

b. 11110011
c. 10011100
2.
a. 0x8B
b. 0x5C
c. 0x31
3.
a. 11
b. 54
4.
a. 43
b. 29
5.
a. 00001100
b. 00011001
c. 00100010
6.
a. 11111111
b. 11110110
7.
a. -7
b. -44
8.
a. 0xFB
b. 0xF3
9.
a. -15
b. -19
c. 48
10.
a.
b.
c.
d.

99
32
51
99

You might also like