






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This course includes logic operators, gates, combinational and sequential circuits are studied along with their constituent elements comprising adders, decoders, encoders, multiplexers, as well as latches, flip-flops, counters and registers. This assignment includes: Design, Problem, NAND, AND, Gates, Chemical, Plant, Combinational, Implementation, Level, Sensor, Alarm, Activated
Typology: Exercises
1 / 11
This page cannot be seen from the preview
Don't miss anything!
On special offer
In the following Truth Table 1 is representing a drop in the liquid level in some tank (A, B or C).
In the following Truth Table 0 is representing normal liquid level in some tank (A, B or C).
When in a combination two 1 come, then there should be an alarm. Alarm would be activated by high
0 1 1 1(Alarm) 1 0 0 0 1 0 1 1(Alarm) 1 1 0 1(Alarm) 1 1 1 1(Alarm)
The required form is NAND – AND, which is Product of Sums. So we will combine zeroes in K-map to obtain F’.
F’ = A’B’+A’C’+B’C’
F= (A+B).(A+C).(B+C)
QUESTION NO.
Figure 1 Implementation of above expression of F
Figure 2 NAND-AND Implementation of F
QUESTION NO.
W, X, Y, Z represents binary value of last digit of average. Digit Above or equal to 10 is don’t care condition as it can never happen.
Truth Table for the given problem is
W X Y Z f 0 0 0 0 0(FAIL) 0 0 0 1 0(FAIL) 0 0 1 0 0(FAIL) 0 0 1 1 0(FAIL) 0 1 0 0 0(FAIL) 0 1 0 1 0(FAIL) 0 1 1 0 1(PASS) 0 1 1 1 1(PASS) 1 0 0 0 1(PASS) 1 0 0 1 1(PASS) 1 0 1 0 X 1 0 1 1 X 1 1 0 0 X 1 1 0 1 X 1 1 1 0 X 1 1 1 1 X
Function is 1(PASS) at minterms 0,1,2,3,4,
Function is 1(PASS) at minterms 6,7,8,
QUESTION NO.
A and B are inputs from Car speed
A B x(Speed) 0 0 x< 45 mph 0 1 46<x<55mph 1 0 56<x<65mph 1 1 x>65mph C and D are inputs from Speed Limit
C D X(Speed limit) 0 0 X=45mph 0 1 X=55mph 1 0 X=65mph 1 1 Don’t care
Truth Table for the given problem is
QUESTION NO.
Coding mechanism
When no. of 1 in Y and Z is ODD then w will become 0 so that no. of 1 in w, y and z remain ODD.
When no. of 1 in Y and Z is EVEN then w will become 1 so that no. of 1 in w, y and z remain ODD.
In this case use of XNOR gate would be feasible as it gives 1 when input contains even no. of 1’s otherwise it gives 0 at output.
Similarly we will code x, z and v
De-Coding mechanism
In ideal condition at the receiving end if d is 1 then it means a and c are EVEN (f’ would be 1).So for no- error circumstances d and f’ would be same. It will make f1=1. Similarly f2 would also be 1 in case of no error. If total transmission system is error free then f1 and f2 would be 1 at the same time making f equals to 1. So f would be 1 if there is no error occurs during transmission.
Truth Table for the given problem is (Led needs HIGH logic to emit light)
A B a b C d e f g 0 0 LEFT 0 0 0 1 1 1 0 0 1 RIGHT 1 1 1 0 1 1 1 1 0 UP 0 1 1 1 1 1 0 1 1 DOWN 1 1 1 1 1 1 0 Some facts obvious from table are following:
a = B……………( sum of 2nd^ and 4th^ minterm)
b = A+B……….(sum of 2nd,3rd^ and 4th^ minterm)
c = A+B……….(sum of 2nd,3rd^ and 4th^ minterm)
g = A’.B……. (2nd^ minterm)
d = A+B’……..(complement of g)
e = 1……………(Always 1)
f = 1……………(Always 1)
As output of decoder is a minterm. So we OR the required minterms to obtain output of particular LED.