EE112-Tutorials Tutorial 1 Number Systems, Boolean Algebra, Logic Gates, K-MAP
EE112-Tutorials Tutorial 1 Number Systems, Boolean Algebra, Logic Gates, K-MAP
Tutorial 1
Solution:
Divide the no by 2 and keep the reminders
or
Here for convenience Convert to Hexadecimal (base
16), by repeated division of 16 and then to binary.
Answer : (1A48)16
2. Base ‘r’: What is the value of r if (222)r=(116)7
Solution:
Convert both sides to base 10 and form quadratic
equation :
2xr2+2xr+2=1x72+1x7+6, solve for r , r = 5.
3. Convert the following BCD numbers to decimal
a. (1011001)BCD
b. (110111010)BCD
Solution:
Verify whether the given number is valid BCD number
or Not
a. ( 101 1001 )BCD=( 5 9 )10
b. (1 1011 1010)BCD----------Invalid BCD
4. Solve the given arithmetic operation
5. If A , C and D are Boolean Variables ,
Simplify: (A + C)(AD + AD’) + AC + C using rules of Boolean Algebra.
Solution:-
Inputs Output
A B C Q
0 0 0 1 B
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 0
1
1
1
1
0
1
1
1
A B
8. For the four variable SOP expression: F(P,Q,R,S)=Ʃm(0,1,2,3,8,10,13)
K- Map
Derive the minimal by K-Map
.
Solution
P’Q’
PQR’S
9. Ques. Convert the SOP expression to an equivalent POS
expression:
A’B’C’ + A’BC’ + A’BC + AB’C + ABC
Solution:-
If C is LSB then expression for Y= ∑ (4,6)
Y=AB’C’+ABC’
Simplified expression Y = AC’
Though C is fixed to ground Y is 1 if Ais 1