Tutorial 1numbering System and Logic Gate

You might also like

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

Department of Electrical and Computer Faculty of Engineering

Tutorial 1 Numbering system and Logic gate


Numbering system

1. Convert the following decimal numbers into binary.


a) 5 b) 99 c) 1024 d) 24.5

2. Convert the following binary numbers into decimal.


a) 1010 b) 10010110 c) 111.01 d) 1101.101

3. Convert the following decimal numbers into hexadecimal.


a) 64 b) 98 c) 235 d) 437

4. Convert the following hex numbers into binary directly without first converting
them to decimal.
a) F8 b) 144 c) AB4 d) F2C

5. Convert the following decimal number to BCD.


a) 104 b) 547 c) 1051 d) 2971

Logic Gates

1. Sensors are used to monitor the temperature and pressure of a chemical company. The
circuitry of each sensor produces a HIGH voltage when a specified maximum value is
exceeded. An alarm required a low voltage input must be activated when either the
pressure or temperature is excessive. Design a circuit for above application.

2. Design a logic gate circuit for following equations

a) f =( a +b )( c+ d )( c . a)

b) f =( ab+ cd+ a c ) +(ac +d )

c) f =( a +b ) (a . b)

d) f =( a . b ) + ( c . b ) (c . d)

e) f =( ab+ c d ) +( a b+ cd)

EC 2091 Foundation of Digital Design Rajeevan.A


Department of Electrical and Computer Faculty of Engineering

3. Find the equation for following circuit


a)

b)

c)

d)

EC 2091 Foundation of Digital Design Rajeevan.A

You might also like