Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

ECEN 30064 – Digital Electronics 1

1. Number System

POLYTECHNIC UNIVERSITY OF THE PHILIPPINES


Manila
INSTITUTE OF TECHNOLOGY
Engineering Technology Department

ECEN 30064 – DIGITAL ELECTRONICS 1: LOGIC CIRCUIT and SWITCHING THEORY


SELF CHECK 1.5
Name: Vincent Luis I. Buenconsejo Date: 04/05/21
Course, Year and Section: DECET 2-1 Score:_______________
Instruction: Answer the following question.
1. Convert the binary number 1001111011110011100 to hexadecimal.
= 100 1111 0111 1001 1100
Respectively,
= 22 21 20 23 22 21 20 23 22 21 20 23 22 21 20 23 22 21 20
= 4 8421 421 8 1 8 4
= 4 𝐹 7 9 𝐶
= 4𝐹79𝐶16

2. Convert the following binary numbers to hexadecimal:


(a) 10110011
=1 0 1 1 0 0 1 1
3 2 1 0
=2 2 2 2 23 22 21 20
=8 2 1 2 1
= 𝐵 3
=𝐵316
(b) 110011101000
=1 1 0 0 1 1 1 0 1 0 0 0
=2 2 2 2 23 22 21 20 23 22 21 20
3 2 1 0

=8 4 8 4 2 8
= 12 14 8
= C E 8
=𝐶𝐸816
3. Convert the hexadecimal number 6BD3 to binary.
= 6 B D 3
= 23 22 21 20 23 22 21 20 23 22 21 20 23 22 21 20
= 1 1 0 1 0 1 1 1 1 0 1 0 0 1 1
=1 1 0 1 0 1 1 1 1 0 1 0 0 1 1
4. Convert the following hexadecimal numbers to binary:
(a) 5716
= 5 7
= 23 22 21 20 23 22 21 20
=0 1 0 1 0 1 1 1
= 1010111

(b) 3𝐴5 16
= 3 𝐴 5
3 2 1 0 3 2 1 0 3 2 1 0
= 2 2 2 2 2 2 2 2 2 2 2 2
= 0 0 1 1 1 0 1 0 0 1 0 1
= 1110100101

c. 𝐹80𝐵16
= 𝐹 8 0 𝐵
3 2 1 0 3 2 1 0 3 2 1 0 3 2 1 0
= 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
= 11 1 1 1 0 0 0 0 0 0 0 1 0 1 1
= 1111100000001011
5. Convert the hexadecimal number 6𝐵𝐷 16 to decimal.
= 6𝐵𝐷
= (6 𝑥 162 ) + (11 𝑥 16 1 ) + (13 𝑥 160 )
= 1536 + 176 + 13
= 172510
6. Convert 60𝐴16 to decimal.
= 60𝐴
=(6 𝑥 162 ) + (0 𝑥 161 ) + (10 𝑥 160 )
=(1536) + (0) + (10)
= 154610

7. Convert 9𝐵3016 to decimal.


= 9𝐵30
= (9 𝑥 163 ) + (11 𝑥 162 ) + (3 𝑥 161 ) + (0 𝑥 160 )
= (36,864) + (2816) + (48) + (0)
= 39,72810

8. Convert decimal 2591 to hexadecimal.


= 259110
= 2591 ÷ 16 = 161.9375 = 161 𝑟. 15
= 161 ÷ 16 = 10.0625 = 10 𝑟. 1
= 10 ÷ 16 = 0.625 = 0 𝑟. 10
= 𝐴1𝐹16

9. Convert the decimal number 573 to hexadecimal.


= 57310
= 573 ÷ 16 = 35.8125 = 35 𝑟. 13
= 35 ÷ 16 = 2.1875 = 2 𝑟. 3
= 2 ÷ 16 = 0.125 = 0 𝑟. 2
= 23𝐷16

You might also like