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

Digital Electronics Module 2 Activity

The document provides a table that lists the decimal, binary, octal, and hexadecimal representations of numbers from 0 to 16. It then provides 15 problems asking the user to convert between decimal, binary, octal, and hexadecimal representations of numbers. The problems cover converting between different number bases as well as signed binary representations and identifying bits within binary numbers.

Uploaded by

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

Digital Electronics Module 2 Activity

The document provides a table that lists the decimal, binary, octal, and hexadecimal representations of numbers from 0 to 16. It then provides 15 problems asking the user to convert between decimal, binary, octal, and hexadecimal representations of numbers. The problems cover converting between different number bases as well as signed binary representations and identifying bits within binary numbers.

Uploaded by

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

Counting practice: count from zero to sixteen in binary, octal, and hexadecimal:

Decimal Binary Octal Hexadecimal

Zero 0 0 0 0

One 1 1 1 1

Two 2 10 2 2

Three 3 11 3 3

Four 4 100 4 4

Five 5 101 5 5

Six 6 110 6 6

Seven 7 111 7 7

Eight 8 1000 10 8

Nine 9 1001 11 9

Ten 10 1010 12 A

Eleven 11 1011 13 B

Twelve 12 1100 14 C

Thirteen 13 1101 15 D

Fourteen 14 1110 16 E

Fifteen 15 1111 17 F

Sixteen 16 10000 20 10

Compute for the following items below:


1. Hexadecimal 16 is (22)10 in decimal.

2. Hexadecimal F2 is 11110010 in binary.

3. Binary 0010111101111110 is 2F7E16 in hexadecimal.

4. The decimal fraction 1/4 can be written in binary as (0.01)2.

5. Binary 10111111 is BF16 in hexadecimal.

6. Hexadecimal 44 is 1000100 in binary.

7. Decimal 12 is (C)16 in hexadecimal.

8. Hexadecimal AA is (170)10 in decimal.

9. Decimal 42 is equivalent to binary 101010.

10. The decimal number –128 is represented in the signed 2's complement system as 1000 0000.

11. The MSB of 11001 is 1.

12. In the decimal number 481, the powers-of-10 weight of the digit 4 is 102.

13. Decimal 2875 is 2 bytes in binary.

14. In binary, the decimal number 93 converts to 7 digits.

15. The 2's complement of the binary number 1000 is 1000.


1 0 1 0 0 1 1 01 0 1 1 1 0 1 0 1 0 0

1 0 0 1 1 0 0 0 1 1 1 1 1 01 0 0 1 1

1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 1 1 0 0

1 0 1 0 1 1 1 0 1
BINARY OCTAL DECIMAL HEXADECIMAL
101.011 5.3 5.375 5.6
11001.00111 31.1463 25.2 19.3333
100.1011 4.54 4.6875 4.B
111101.10101 75.52 61.65625 3D.A8
1011.101 13.5 11.625 B.A
10101100.00010001 254.042 172.06640625 AC.11
1110100110.11001010001111010111 1646.62436560 934.79 3A6.CA3D70
110100001.111 641.7 417.875 1A1.E
101100.1 54.4 44.5 2C.8

The numbers highlighted in yellow are my answers po.

You might also like