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.2
Name: Vincent Luis I. Buenconsejo Date: 4/19/21
Course, Year and Section: DECET 2-1 Score:_______________
Instructions: Answer the questions on SELF CHECK 1.1 and 1.2 in your Learning Material

1 SELF CHECK 1.2

Answer the following questions.

1. What is the largest decimal number that can be presented in binary with eight
bits? Answer:
=20 +21+22+23+24+25+26+27

= 1+2+4+8+16+32+64+128

= 255

2. Determine the weight of the 1 in the binary number 10000.

Answer:

= 24 or 16 in decimal

3. Convert the binary number 10010001 to decimal.

= 10010001
= Respectively, 272625242322 2120

= (1 x 27) + (0 x 26) + (0 x 25) + (1 x 24) + (0 x 23) + (0 x 22) + (0 x 21) + (1 x 20)

= 128+16+1

= 145

4. Convert the binary number 10.111 to decimal


Answer:

= 10.111
= Respectively, 21+ 20 +2−1 + 2−2+ 2−3

= (1 x 21) + (0 x 20) + (1 x2−1) + (1 x2−2) + (1 x 2−3)


= 2+0+0.5+0.25+0.125

= 2.875

5. Convert the binary number 10111101.011 to decimal.

Answer:
= 10111101.011

Respectively, 27 + 26 + 25 + 24+23+22+21 + 20+ 2−1+ 2−2 + 2−3

= (1 x27) + (0 x 26) + (1 x 25) + (1 x 24) + (1x 23) + (1x 22) + (0 x 21) + (1 x 20) (0
x2−1) + (1x 2−2) + (1 x 2−3)

= 128+0+32+16+8+4+0+1+0+0.25+0.125
=189.375

You might also like