Digital Design
Digital Design
for
Digital Design
ECE II Year I semester
AY 2020-21
Page 1 of 181
GEETHANJALI COLLEGE OF ENGINEERING AND
TECHNOLOGY
DEPARTMENT OF Electronics and Communications Engineering
Name of the Course : Digital Design
Distribution List : To GCET ECE 2nd year Students, GCET Faculty, GCET Library
Updated by :
Prepared by :
Design : Professor
Date: 30.04.2020
Name : 2) Sign :
Sign : 3) Design :
Design : 4) Date :
Date :
2) Sign : 3) Date :
Page 2 of 181
Contents
S.No. Content Page No.
1 Cover page 2
2 Vision of the Institution 4
3 Mission of the Institution 4
4 Vision of the Department 4
5 Mission of the Department 4
6 PEOs , POs and PSOs 4
7 Syllabus copy 6
8 Course Objectives and Outcomes 7
9 Brief importance of the course and how it fits into the curriculum 8
10 Prerequisites if any 10
11 Instructional Learning Outcomes 10
12 Course mapping with PEOs and POs 14
13 Lecture schedule with methodology being used / adopted
A Methodology Adopted or Used 16
B Micro-plan 18
14 Assignment Questions 20
15 Tutorial Problems 22
16a Unit wise short and long answer question bank 25
16b Unit wise quiz questions 37
17 Detailed notes 44
18 Additional topics, if any 157
19 Known gaps, if any 157
20 Discussion topics, if any 157
21 Semester End question papers 157
22 References, Journals, websites and E-links if any 170
23 Quality control sheets ( to be submitted at the end of the semester)
a Course end survey 171
b Feedback on teaching learning process (TLP) 171
c CO - attainment 172
24 Students List 173
25 Group-Wise students list for discussion topics 179
26 Project based learning topics 180
Page 3 of 181
2. Vision of the Institution
Geethanjali visualizes dissemination of knowledge and skills to students, who would eventually contribute
to well being of the people o the nation and global community.
ii. To bring out creativity in students that would promote innovation, research and
entrepreneurship.
iii. To preserver and promote cultural heritage, humanistic and spiritual values promoting peach
and harmony in society.
Page 4 of 181
III. To inculcate positive attitude, professional ethics, effective communication and interpersonal skills which
would facilitate them to succeed in the chosen profession exhibiting creativity and innovation through
research and development both as team member and as well as leader.
UNIT I
Number Systems:
Number Systems, Base Conversion Methods, Binary arithmetic, Complements of Numbers, Codes-Binary
Codes, Binary Coded Decimal (BCD) Code and its Properties, Unit Distance Codes, Alpha Numeric Codes,
Error Detecting and Correcting Codes.
Boolean Algebra and Switching Functions: Switching algebra, Basic Theorems and Properties, Switching
Functions, Canonical and Standard Form, Algebraic Simplification of Digital Logic Gates. Properties of XOR
Gates, Universal Gates, Multilevel NAND/NOR realizations.
UNIT II
UNIT IV
UNIT V
9. Brief Importance of the Course and how it fits into the curriculum
Page 9 of 181
of society and this course also helps for the student’s professional career growth in terms of
professional career.
This course makes significant contributions to the following program outcomes:
▪ an ability to apply knowledge of mathematics, science, and engineering,
▪ an ability to design and conduct experiments, as well as to analyze and interpret data,
▪ an ability to design a system, component, or process to meet desired needs within realistic
constraints
▪ an ability to identify, formulate, and solve engineering problems,
▪ an ability to use the techniques, skills, and modern engineering tools necessary for
engineering practice.
p. What are the major career options that require this course
Digital system design, an advanced course for which Digital Design course is a pre-requisite and
is a key for many careers in engineering and technology. Specific occupations that employ
switching circuits include:
▪ ASIC design engineer
▪ VLSI design engineer
▪ Embedded systems designer
▪ Digital systems designer/engineer
a. The difference between analog and digital systems and advantages of digital systems over analog
systems.
b. The difference between combinational and sequential circuits.
c. Why two-valued signals and binary numbers are commonly used in digital systems.
2. Number systems and conversion
When you complete this module, you would be able to solve the following types of problems.
a. Given a positive integer, fraction, or mixed number in any base (2 through 16); convert to any
other base. Justify the procedure used by using a power series expansion for the number.
Page 10 of 181
b. Add, subtract, multiply, and divide positive binary numbers. Explain the addition and subtraction
process in terms of carries and borrows.
c. Write negative binary numbers in signed magnitude, 1s / 9s complement, and 2s / 10s complement
forms. Add signed binary numbers using 1s / 9s complement, and 2s / 10s complement arithmetic.
Justify the methods used. State when an overflow occurs.
3. Codes and Conversion
1. Represent a decimal number in binary-coded-decimal (BCD), (6, 4, 2, -3) code, (2, 4, 2, 1) code,
excess-3 code, Gray code, (8, 4, -2, -1) code etc. Given a set of weights, construct a weighted
code. Explain self-complementing codes.
2. Explain error detecting code such as Parity bit and error correcting code such as hamming code.
Given a data word, and during its transmission, if it is corrupted producing a single bit error,
detect the error and correct it using Hamming code.
Boolean Algebra and Switching Functions
A list of 15 laws and theorems of Boolean algebra is given in this unit. When you complete this unit, you
should be familiar with and be able to use any of these laws. Specifically, you would be able to
Page 12 of 181
12. Explain the operation of a decoder, encoder and priority encoder. Realize the same using logic
gates.
13. Use a decoder with added gates to implement a set of logic functions.
14. Use a multiplexer to implement a logic function.
15. Design BCD to Seven segment display circuit.
16. Define Static-0 and Static-1 Hazards. Given a combinational circuit, find all of the static 0 – and
1-hazards. For each hazard, specify the order in which the gate outputs must switch in order for
the hazard to actually produce a false output.
17. Given a switching function, realize it using a two-level circuit which is free of static and dynamic
hazards (for single input variable changes).
Unit-IV
Synthesis of Symmetric Networks
When you complete this module, you would be able to do the following:
1. Define and explain symmetric functions and their properties.
2. Synthesize symmetric networks using relay contacts.
3. Identify symmetric functions and synthesize the same using relay contacts.
Threshold Logic
When you complete this module, you would be able to do the following
1. Explain the logic of threshold gate and its impact on logic design.
2. Explain the capabilities and limitations of Threshold Logic in realizing switching functions.
3. Explain Unate functions, and linear separability. Identify Unate functions and apply the same
along with linear separability to Threshold logic.
4. Explain the incredible power of Threshold gate (in realizing switching functions) that can replace
a large number of conventional logic gates by realizing switching functions using single and
multiple threshold gates.
Unit – V
Sequential Machine Fundamentals
When you complete this unit, you would be able to do the following.
1. Distinguish clearly between Synchronous and Asynchronous Sequential Circuits
2. Explain the operation of S-R and gated latches which are used as memory elements that are basic
building blocks in sequential circuits.
3. Explain the operation of D, S-R, J-K, and T flip-flops and convert from the other.
4. Make a table and derive the characteristics (next-state) equation for such latches and flip-flops.
State any necessary restrictions on the input signals.
5. Show how latches and flip-flops can be constructed using gates. Analyze the operation of a flip-
flop that is constructed of gates and latches.
6. Explain the operation of binary counters. Show how to build them using flip-flops and gates, and
analyze their operation.
7. Given the present state and desired next state of a flip-flop, determine the required flip-flop inputs.
8. Given the desired counting sequence for a counter, derive the flip-flop input equations.
9. Explain the procedures used for deriving flip-flop input equations.
Page 13 of 181
10. Construct a timing diagram for a counter.
11. Design a sequence detector, serial binary adder and parity bit generator, and realize the same using
hardware.
12. Given a sequential circuit, write the next-sate equations for the flip-flops and derive the state graph
or state table. Using the state graph, determine the state sequence and output sequence for a given
input sequence.
Counters and Shift Registers:
1. Design of ripple counter using different types of flip-flops.
2. Explain the operation of shift registers, show how to build them using flip-flops, and analyze their
operation. Construct a timing diagram for a shift register.
3. Design ring counter and twisted ring counter using shift registers.
Course Blooms’
Description
outcomes Taxonomy Level
18EC2102.1 Perform conversions from one number system to BL-2
another.
18EC2102.2 Simplify switching functions using Boolean BL-2
minimization theorems, map method and
tabulation
18EC2102.3 Analyze method.
and design combinational logic circuits BL-4
and the effect of Static Hazards on these
circuits.
18EC2102.4 Synthesize symmetric functions using relay BL-4
contact networks.
18EC2102.5 Design switching circuits using threshold BL-5
18EC2102.6 elements.
Analyze and Design Sequential logic Circuits. BL-4
Page 14 of 181
Justification for Mapping and fixing the levels
Course Mapping
code(s) (Low (1) /
Mapping PO(s)/ PSO(s) Justification
with Medium (2)
outcomes / High (3))
18EC2102. 1,3,3,3,1,3, PO1, PO2, PO3, PO4, Basics of mathematics,
PO6, PO9, PO10, PO11, engineering sciences, basic
1 2,2.2,3,1
PO12, PSO1, PSO2 elements to develop project
and to conduct various
experiments.
18EC2102. 1,3,3,3,1,3, PO1, PO2, PO3, PO4, Applying basic knowledge to
PO6, PO9, PO10, PO11, simplify the logic to
2 2,2.2,3,1
PO12, PSO1, PSO2 implement with minimum
usage of gates and
improving the performance
of the design.
18EC2102. 1,3,3,3,1,3, PO1, PO2, PO3, PO4, Use of various concepts to
PO6, PO9, PO10, PO11, design different
3 2,2.2,3,1
PO12, PSO1, PSO2 combinational modules
which are useful for specific
application, and to the
society.
18EC2102. 1,3,3,3,1,3, PO1, PO2, PO3, PO4, Use of various concepts to
PO6, PO9, PO10, PO11, design symmetric networks
4 2,2.2,3,1
PO12, PSO1, PSO2 using relay contacts for
specific application, and to
the society.
18EC2102. 1,3,3,3,1,3, PO1, PO2, PO3, PO4, Use of various concepts to
PO6, PO9, PO10, PO11, implement the logic
5 2,2.2,3,1
PO12, PSO1, PSO2 threshold logic for specific
application, and to the
society.
18EC2102. 1,3,3,3,1,3, PO1, PO2, PO3, PO4, Use of various concepts to
PO6, PO9, PO10, PO11, design different sequential
6 2,2.2,3,1
PO12, PSO1, PSO2 circuit concepts which are
useful for specific
application, and to the
society.
Page 15 of 181
CO-PO/PSO Mapping with levels
Course
code(s)
PO10
PO11
PO12
PSO1
PSO2
PO1
PO2
PO3
PO4
PO5
PO6
PO7
PO8
PO9
with
outcomes
18EC2102.1 1 3 3 3 - 1 - - 3 2 2 2 3 1
18EC2102.2 1 3 3 3 - 1 - - 3 2 2 2 3 1
18EC2102.3 1 3 3 3 - 1 - - 3 2 2 2 3 1
18EC2102.4 1 3 3 3 - 1 - - 3 2 2 2 3 1
18EC2102.5 1 3 3 3 - 1 - - 3 2 2 2 3 1
18EC2102.6 1 3 3 3 - 1 - - 3 2 2 2 3 1
Average 1 3 3 3 1 3 2 2 2 3 1
Page 16 of 181
No. of Teaching
S. No. Unit No. Topic Covered
Periods Aids
19. Encoders, Priority Encoder, 2 BB
20. Decoders, Comparators 1 OHP
Multiplexers, De-multiplexers, realization of switching functions using
21. 1 OHP
MUX,
UNIT-3
22. Parity generators and code converters. 2 OHP / PPT
23. Multi-output minimizations, Hazards and Hazard Free Realizations. 1 BB
PART-A :Synthesis of Symmetric Networks:
24. 1 BB
Relay Contacts, Analysis and Synthesis of Contact Networks.
25. Symmetric Networks 2 BB
26. Identification of Symmetric Functions. 1 BB
PART-B:Threshold Logic:
27. 1 BB
Threshold Elements, Capabilities and Limitations of Threshold logic
UNIT-4 Elementary Properties, Synthesis of threshold networks (Unate Functions,
28. Linear Seperability, Identification and realization of threshold functions, 1 BB
Map based synthesis of two level networks).
PART-A: Sequential Machines Fundamentals:
29. Introduction, State table, State Assignment, Finite State Model-Basic 2 PPT
Definitions.
30. Memory Elements and their Excitation Functions-SR flip-flop 1 BB
31. JK flip-flop, T flip-flop, D flip-flop, 1 BB
32. Clock timing and Master Slave flip-flop. 1 BB
33. Synthesis of Synchronous Sequential circuits-Sequence Detector 1 OHP / PPT
34. Binary counter, Parity bit generator. 1 OHP / PPT
35. PART-B: Counters and Shift Registers: Ripple Counter, Ring Counters 1 OHP / PPT
36. Twisted Ring Counter 1 BB/ Video
UNIT-5
37. Shift Registers and their types 1 BB/ Video
38. Ring Counter using Shift Register BB/ Video
1
39. BB/ Video
45
BB – Black Board
Page 17 of 181
(B) Micro plan
Text/ Remarks
S.No. Date Unit No. Topic Covered Reference
Book
1. PART-A: Number Systems Number Systems T1, 1.1
2. Base Conversion Methods T1,1.1
3. Binary arithmetic T1, 1.1
4. Complements of Numbers T2, 1.5
Codes-Binary Codes, T1, 1.2
5.
Binary Coded Decimal (BCD) Code and its Properties, T2, 1.7
6. Unit Distance Codes, Alpha Numeric Codes T2, 1.7
T1, 1.3
7. Error Detecting and Correcting Codes &
T2, 7.4
8. Tutorial
PART-B: Boolean Algebra and Switching Functions:
9. UNIT - 1 T1, 3.1
Switching algebra
T1, 3.1
10. Basic Theorems and Properties &
T2, 2.3
11. Switching Functions T1, 3.2
12. Canonical and Standard Form T2, 2.5
13. Tutorial
14. Algebraic Simplification of Digital Logic Gates T2, 2.4
15. Properties of XOR Gates, Universal Gates, T1, 3.2
16. Multilevel NAND/NOR realizations. T2, 3.6
17. Tutorial
18. Revision of Unit I
Minimization of switching functions
19. T1, 4.1,
Introduction, The Minimization with theorem.
T1, 4.2
&
20. The Karnaugh Map Method, Five and six Variable maps.
T2, 3.1,
3.2, 3.3
UNIT - 2 T1, 4.2
21. Prime and essentials implicants. &
T2 3.2
22. Tutorial
23. Don’t care map entries, using the maps for simplifying T1, 4.2
24. Tabular method, partially specified expressions. T1,4.4, 4.5
25. Tutorial and Revision
T1, 5.2, 5.4
PART-A: Design of Combinational Circuits
26. &
Design using Conventional Logic gates: Data Selector, Adders
T2, 4.4
T1, 5.2
27. Encoders, Priority Encoder, &
UNIT - 3 T2, 4.9
T1, 5.2
28. Decoders, Comparators &
T2 4.8, 4.7
Multiplexers, De-multiplexers, realization of switching
29. T2 4.10
functions using MUX
Page 18 of 181
Text/ Remarks
S.No. Date Unit No. Topic Covered Reference
Book
30. I MID ECAMINATIONS
31. Parity generators and code converters. T2, 3.8, 4.3
Multi-output minimizations, Hazards and Hazard Free
32. T2, 9.7
Realizations.
33. Tutorial
PART-A :Synthesis of Symmetric Networks:
34. T1, 5.5, 5.6
Relay Contacts, Analysis and Synthesis of Contact Networks.
35. Symmetric Networks T1, 6.2
36. Identification of Symmetric Functions. T1, 6.3
T1: Switching and Finite Automata Theory- Zvi Kohavi & Niraj K. Jha, 2nd Edition, 2009, Cambridge University Press.
T2: Digital Design- Morris Mano, PHl, 3rd Edition.
3. Use the tabulation procedure to generate the set of prime implicants and to obtain all minimal
expressions for the following functions.
f2(v,w,x,y,z) = Ʃ (0,1,3,8,9,13,14,15,16,17,19,24,25,27,31)
Assignment No. 3:
Page 20 of 181
1. A certain four-input gate, called a LEMON gate, realizes the switching Function
LEMON(A,B,C,D) = BC(A + D). Assume that the input variables are available in both primed and
unprimed form.
(a) Show a realization of the function f (w, x, y, z) = Ʃ(0, 1, 6, 9, 10, 11, 14, 15) with only three
LEMON gates and one OR gate.
(b) Can all switching functions be realized with LEMON and OR logic?
Hint: Draw the map for LEMON and utilize possible “patches” (coverings of the minterms
of f with the LEMON function) on the map of f.
2. Design and implement a three bit parallel parity-bit generator.
3. Design a converter which sends a four bit input on line x which receives a sequence of binary
digits that must be distributed into four different output terminals with external control.( serial-
to-parallel converter )
Assignment No. 4:
1. Identify whether the function f (w, x, y, z) = Ʃ (0, 1, 3, 5, 8, 10, 11, 12, 13, 15) is symmetric or
not? If so, identify the variable of symmetry and the “a-numbers”.
2. Realize the symmetric function S1 (x1, x2, x′3)
3. For the following functions, find a contact-network realization with a minimum number of
contacts and count the number of springs required.S1,4(w,x,y,z)
4. Test whether the function f (a, b, c) = Ʃ (3, 5, 6, 7) is unite or not?
5. Is a two input exclusive OR operation Threshold function? If not justify.
6. Realize the function given by f (x1, x2, x3, x4) = Ʃ (0, 1, 2, 3, 7, 11, 12, 13, 14, 15) using two
threshold elements.
Assignment No. 5:
1. Write the block diagram, circuit diagram using NAND gates, characteristic equation,
characteristic table and excitation table for SR, D, T and JK FFs.
2. Draw the truth table and excitation table for JK MS Flip-flop.
3. A long sequence of pulses enters a two-input two-output synchronous sequentialcircuit, which is
required to produce an output pulses z = 1 whenever the sequence 1111 occurs. Overlapping
sequences are accepted; for example, if the input sequence is 01011111 · · ·, the required output
sequence is 00000011 · · ·.
a. Draw a state diagram.
b. Select an assignment and show the excitation and output tables.
c. Write down the excitation functions for SR flip-flops, and draw the corresponding logic
diagram.
4. Mention two applications of Shift registers.
5. Distinguish between ring counter and twisted ring counter.
Tutorial-2
1. Let f = Ʃ (5,6,13) and f1 = Ʃ (0,1,2,3,5,6,8,9,10,11,13). Find f2 such that f = f1.f2’ Is f2 unique? If
not indicate all possibilities.
2. Given the network of the below figure, determine the functions f2 and f3 if f1 = xz = xz and the overall
transmission function is to be f(w,x,y,z) = Ʃ (0,4,9,10,11,12)
3. Use the tabulation procedure to generate the set of prime implicants and to obtain all minimal
expressions for the following functions.
f(w,x,y,z) = Ʃ (0,1,5,7,8,10,14,15)
Tutorial-3
1. A three-input gate, BOMB, whose characteristics are shown in Fig below, has been mass produced by
an unfortunate company. Experimental evidence shows that input combinations 101 and 010 cause the
gate to physically explode. Your task is to determine whether the gate is completely useless or can be
externally modified such that it may be efficiently used to implement any switching function without
causing explosions.
2. Analyze the two-output circuit shown in Figure below. Indicate the logicexpression associated
with every gate output.
Page 22 of 181
Tutorial-3
1. Realize the symmetric function S2 (x′1, x′2, x3).
2. Identify the variables of symmetry and the a-numbers for the symmetric function
f (w, x, y, z) = Ʃ (0, 3, 5, 10, 12, 15)
3. For the following functions, find a contact-network realization with a minimum number of contacts
and count the number of springs required.
S0,1,3(w,x,y,z)
Tutorial-4
1.For each of the following functions, find a two element cascade realization of the type illustrated in the
below figure.
f2(x1,x2,x3,x4) = Σ(0,3,4,5,6,7,8,11,12,15)
2. A. Determine the function f(x1,x2,x3,x4) realized by the network shown in the below figure.
B. show that f(x1,x2,x3,x4) can be realized by a single threshold element. Find such element.
Tutorial-5
1. Analyze the synchronous circuit of below figure: (clock not shown but is implicit)
Page 23 of 181
2. Design a modulo-8 counter that counts in the way specified in Table. Use JK flip-flops in your
realization.
Table
Decimal Gray code
0 000
1 001
2 011
3 010
4 110
5 111
6 101
7 100
Page 24 of 181
16. Question Bank
16.a : Unit wise short and long answer question bank:
UNIT-I
UNIT- I Part A
1. Convert the following numbers in the way specified below:
(a) (1431)8 to base 10
(b) 11001010.0101 to base 10
(c) 11001101.0101 to base 8 and base 4
(d) (1984)10 to base 8
(e) (1776)10 to base 6
(f) (53.1575)10 to base 2
(g) (3.1415 · · ·)10 to base 8 and base 2
2. (a) Given that (16)10 = (100)b, determine the value of b.
(b) Given that (292)10 = (1204)b, determine the value of b.
(c) What is the radix if solutions to the quadratic equation x2 – 11x + 22 = 0 is x = 3 and x = 6.
(d) What is the radix if solutions to the quadratic equation x2 – 10x + 31 = 0 is x = 5 and x = 8.
(e) A person on Saturn possessing 18 fingers has a property worth (1,00,000)18. He has 3 daughters
and two sons. He wants to distribute half of the money equally to his sons and remaining half to his
daughters equally. How much his each son and each daughter will get in Indian Currency.
(f) An Indian started on an expedition to SATURN with Rs. 100000. The expenditure on SATURN
will be in the ratio of 1:2:7 for food, clothing and travelling. How much he will be spending on each
item in the currency of SATURN?
(g)A group of students who went on expedition to planet MARS have found the ruins of a civilization.
They saw a quadratic equation 5X2-50X+125=0, whose roots were X=5,8 when the equation was
solved by Martians. This they found strange mathematics as they found the roots to be X=5,5 since
they have ten fingers. How many fingers did the Martians have?
3. Given binary numbers a = 1010.1, b = 101.01, and c = 1001.1, Perform the following binary
operations:
4. Each of the following arithmetic operations is correct in at least one number system. Determine the
possible bases of the numbers in each operation.
(a) 1234 + 5432 = 6666
(b) 41/3 = 13
(c) 33/3 = 11
(d) 23 + 44 + 14 + 32 = 223
(e) 302/20 = 12.1
(f) √41 = 5
5. Encode each of the 10 decimal digits 0,1,..9 by means of the following weighted codes:
6311
7 3 2 -1
7 3 1 -2
5 4 -2 -1
8 7 -4 -2
Page 25 of 181
Determine which of the above codes is self-complementing.
6. Generate even and odd parity for the decimal digits 0 thru 9.
7. Hamming code – generation and correction:
8. Addition of two numbers which are in BCD code.
Unit I – Part B:
1. Find the values of the two-valued variable A,B,C and D by solving the set of simultaneous
equations.
A’+AB=0
AB=AC
AB+AC’+CD=C’D
2. Prove that if w’x+yz’=0, then
wx + y’(w’+z’) = wx + xz + x’z’+ w’y’z
3. Define the connective * for the two valued variables A,B, and C as follows:
A*B = AB + A’B’
Let C = A*B, Determine which of the following is valid.
a. A = B*C
b. B = A * C
c. A*B*C = 1
4. The dual fd of a function f(x1,x2,…, xn) is obtained by interchanging the operations of logical
addition and multiplication and by interchanging the constants 0 and 1 within any expression for
that function
a. Show that fd = f’(x’1,x’2,..,x’n).
b. Find a three variable function that is its own dual. Such a function is called self-dual.
c. Prove that for any function f and any two valued variable A, which may or may not be a
variable in f, the function
g = Af + A’fd
is self dual.
5. A. Show that f(A,B,C) = A’BC + AB’ + B’C’ is a universal operation.
B. Assuming that a constant value 1 is available, show that f(A,B) = A’B (together with the
constant) is a universal operation.
6. Prove that if a function f(x1,x2,…, xn) is represented in a canonical sum-of-products form then all
OR operations may be replaced by EXCLUSIVE OR operations.
7. A safe has five locks, v,w,x,y and z, all of which must be unlocked for the safe to open. The keys to
the locks are distributed among five executives in the following manner
Mr. A has keys for locks v and x
Mr. B has keys for locks v and y
Mr. C has keys for locks w and y
Mr. D has keys for locks x and z
Mr. E has keys for locks v and z
d. Determine the minimum number of executives required to open the safe.
e. Find all the combinations of executives that can open the safe. Write an expression
f(A,B,C,D,E) which specifies when the safe can be opened as a function of what executives are
present.
f. Who is the “essential executive” with out whom the safe cannot be opened.
Page 26 of 181
8. You are presented with a set of requirements under which an insurance policy will be issued. The
applicant must be:
➢ A married female 25 years old or over, or
➢ A female under 25, or
➢ A married male under 25 who has been involved in a car accident, or
➢ A married male 25 years or over who has not been involved in a car accident.
The variables w,x,y, and z assume the truth value 1 in the following cases:
w=1 if applicant has been involved in a car accident
x =1 if the applicant is married
y = 1 if applicant is a male
z = 1 if applicant is under 25
a. You are asked to find an algebraic expression which assumes the value 1 whenever the policy
should be issued.
b. Simplify algebraically he above expression and suggest a simpler set of requirements.
9. Five soldiers A, B, C, D and E volunteer to perform an important military task if their following
conditions are satisfied.
f. Either A or B or both must go.
g. Either C or E but not both, must go
h. Either both A an C go or neither goes
i. If D goes, then E must also go
j. If B goes, then A and D must also go.
Define the variables A, B, C, D, E so that an unprimed variables will mean that the corresponding
soldier has been selected to go. Determine the expression which specifies the combinations of the
volunteers who can get the assignment.
UNIT - II
1. Each of the following functions actually represents a set of four functions, corresponding to the various
assignments of the don’t care terms.
f1(w,x,y,z) = Ʃ (1,3,4,5,9,10,11) + Ʃ ǿ(6,8)
f2(w,x,y,z) = Ʃ (0,2,4,7,8,15) + Ʃ ǿ(9,12)
a. Find f3 = f1 . f2 How many functions does f3 represent?
b. Find f4 = f1 + f2. How many functions does f4 represent?
c. Simplify the above functions, their product, and their sum.
2. Let f = Ʃ (5,6,13) and f1 = Ʃ (0,1,2,3,5,6,8,9,10,11,13). Find f2 such that f = f1.f2’ Is f2 unique? If not
indicate all possibilities.
3. Given the network of the below figure, determine the functions f2 and f3 if f1 = xz = xz and the overall
transmission function is to be f(w,x,y,z) = Ʃ (0,4,9,10,11,12)
4. Find the simplest function g(A,B,C,D) that will make the function f = ABC +(AC+B)D + g(A,B,C,D)
self dual.
5.Use the map method to simplify the following function.
F2(v,w,x,y,z) = Ʃ (0,1,2,4,5,9,11,13,15,16,18,22,23,26,29,30,31)
Page 27 of 181
6.The five variable map can be constructed of two disjoint four variable maps which correspond to the
fifth variable and its complement. Simplify the function
T(v,w,x,y,z) = Ʃ (1,2,6,7,9,13,14,15,17,22,23,25,29,30,31)
Whose maps are given in below figure.
7.Use the tabulation procedure to generate the set of prime implicants and to obtain all minimal
expressions for the following functions.
a. f2(v,w,x,y,z) = Ʃ (0,1,3,8,9,13,14,15,16,17,19,24,25,27,31)
b. f4(v,w,x,y,z) = Ʃ (1,5,6,7,9,13,14,15,17,18,19,21,22,23,25,29,30)
c. f5(w,x,y,z) = Ʃ (0,1,5,7,8,10,14,15)
8.Apply the branching method to find a minimal expression for
F(v,w,x,y,z) = Ʃ (0,4,12,16,19,24,27,28,29,31)
9. Prove that if x and y are switching variables, then
a) x+y = x y xy
b) x = x 1
10. Derive a procedure to transform an expression the EXCLUSIVE OR operation to an equivalent
switching expression containing only AND, OR and NOT operation. Apply your procedure to the
expression
f=x y z
11. The table shown below is a Prime implicant table for f(a,b,c,d), in which some of the row and column
headings are unknown. It is known, however, that the table has a row for each prime implicant of f and
has column for each minterm for which f has a value 1.
a) Find with the aid of a map all the minterms and prime implicants that correspond, respectively,
to the columns and rows with unknown headings.
b) Is your solution to a unique?
c) Find the minimal expression for f.
Page 28 of 181
12. Given a combinational network with four inputs A,B,C, and D, three intermediate outputs Q,P and R
and two outputs T1 and T2 as shown in the below figure.
a) Assuming that G1 and G2 are both AND gates, show the map for the smallest function Pmin
(i.e.with minimum minterms) which makes it possible to produce T1 and T2.
b) Shown maps for q and R which correspond to the aboe Pmin Indicate eplcitily the don’t care
positions.
c) Assuming that G1 and g2 are both OR gates, find the largest Pmax and show the corresponding
maps for Q and R.
d) Can both T1 and T2 be produced if G1 is an AND gate and G2 is an OR gate? Or when G1 is an
OR gate and G2 an AND gate?
13.Given the gate T whose logical properties are defined by the amp as shown below.
a) Prove that, if the logical value 1 is given, then any switching funcaiton can be realized by means
of T gates; that is T gates plus logical value 1 are functionally complete.
b) Realize by means of two T gates the function
f(w,x,y,z) = Ʃ (0,1,2,4,7,8,9,10,12,15)
Hint : Realize 0s of f.
Page 29 of 181
UNIT- III
UNIT- III Part A:
4. You are supplied with just one NOT gate and an unlimited amount of AND and OR gates and are
required to design a circuit that realizes the expression
T (w, x, y, z) = w’x + x’y + xz’
Only unprimed variables are available as inputs.
Hint: You may find the map of T helpful.
5. A certain four-input gate, called a LEMON gate, realizes the switching Function
LEMON(A,B,C,D) = BC(A + D). Assume that the input variables are available in both primed and
unprimed form.
(c) Show a realization of the function f (w, x, y, z) = Ʃ(0, 1, 6, 9, 10, 11, 14, 15)
with only three LEMON gates and one OR gate.
(d) Can all switching functions be realized with LEMON and OR logic?
Hint: Draw the map for LEMON and utilize possible “patches” (coverings of the minterms
of f with the LEMON function) on the map of f.
6. A three-input gate, BOMB, whose characteristics are shown in Fig. P5.7, has been mass produced
by an unfortunate company. Experimental evidence shows that input combinations 101 and 010
cause the gate to physically explode. Your task is to determine whether the gate is completely
useless or can be externally modified such that it may be efficiently used to implement any
switching function without causing explosions.
7. A logic module A, shown in Fig. P5.8, operates as follows: output yi = 1if i inputs out of x0,
x1, x2 are equal to 1. Design unit B in such a way that the overall logic function of unit C will
be to produce an output zi = 1 iff i inputs out of x0, x1, x2,x3 are equal to 1.
8. Given a logic module A that compares the magnitudes of two 3-bit numbers, X3 = x1x2x3 and Y3
= y1y2y3, where x3 and y3 are the least significant bits. Module A has two outputs G3 and S3,
such that: G3 = 1 if X3 > Y3; S3 = 1 if X3 < Y3; and G3 = S3 = 0 if X3 = Y3.
(a) Design a logic unit B such that together with module A it will serve as a comparator for
two four-bit numbers, X4 = x1x2x3x4 and Y4 = y1y2y3y4, as shown in Fig. P5.9.
(a) Find expressions forG4 and S4 in terms of the inputs to unit B and showa realization
Page 30 of 181
of these expressions using only NAND gates.
(b) Show a realization of module A by means of only units of type B. Assume that the
constants 0 and 1 are available.
9. Analyze the two-output circuit shown in Figure below. Indicate the logicexpression associated
with every gate output.
10. A communication system is designed to transmit just two code words, A = 0010 and B = 1101.
However, owing to noise in the system, the received word may have as many as two errors.
Design a combinational circuit that receives the words and that can correct one error and detect
the existence of two errors. Specifically, design the circuit in Fig. P5.19 in such a way that output
A will be equal to 1 if the received word is A, output B will be equal to 1 if the received word is
B, and output C will be equal to 1 if the word received has two errors and thus cannot be corrected.
UNIT- IV
UNIT- IV Part -A
1. Find all cut and tie sets for the circuit shown in the below figure. What function T is realized by this circuit?
Prove that any contact realization of T must contain at least one contact d. Generalize your argument to
determine the necessity of contacts for other literals.
Find a minimum contact, series-parallel realization for T.
Page 31 of 181
2. Find the minimal contact networks equivalent to the following diagram.
3. For the network shown below, find an equivalent contact network with only 11 contacts.
4. Design a switching circuit which can turn a lamp ON or OFF from three different locations independently.
Denote the switches x,y, and z, as shown below.(Four transfer contacts are sufficient)
5. For each of the following functions, find a contact realization which rquires as few springs as possible.
a. T(w,x,y,z) = Σ(0,4,6,8,9,12) (11 springs)
b. T(w,x,y,z) = Σ(3,7,8,9,13) (11 springs)
c. T(w,x,y,z) = Σ(5,6,7,9,10,11,13,14) (4 transfer contacts)
d. T(w,x,y,z) = Σ(5,6,8,10,11,12,13,14,15) (13 springs)
e. T(w,x,y,z) = Σ(5,6,7,9,10,11,12) (14 springs)
6. Utilizing the expansion theorem, express the following as symmetric functions:
a. A’S0,1,4(B,C,D,E) + AS’0,3,4(B,C,D,E)
b. A’S0,1,4(B,C,D,E) + AS0,3,4(B,C,D,E)
c. A’S0,1,4(B,C,D,E) + AS’0,3,4(B’,C’,D’,E’)
7. For each of the following functions, find a contact-network realization with minimum number of contacts.
a. S1,4 (w,x,y,z)
b. S0,1,3(w,x,y,z)
c. S2,3,5(v,w’,x,y’,z)
8. Find a minimal contact network which realizes the symmetric function S1,3 (x1,x2,x3,x4,x5)
9. Realize each of the functions below using full adders and gates.
a. f1(x1, …., x5)=S3,4,5(x1, …, x5)
b. f1(x1, …., x7)=S2,4,6(x1, …, x7)
c. f1(x1, …., x9)=S1,3,5,7,9(x1, …, x9)
10. Let f1(x1,x2,…,xn) and f2(x1,x2,…,xn) be both symmetric functions. Which of the following functions is
also necessarily symmetric?
F1 + f2; f1.f2; f1 f2
Page 32 of 181
Under what conditions will the above functions be symmetric if f1 is symmetric, but f2 is not?
11. Show that the following functions are symmetric. Find a two output realization which uses only five
transfer contacts.
a. T1(w,x,y) = Σ(1,2,4,7)
b. T2(x,y,z) = Σ(0,3,5,6)
12. Design a minimal, three output contact network to realize the functions shown below. Ten transfer
contacts should be sufficient.
a. T1(w,x,y,z) = Σ(0,1,2,4,8)
b. T2(w,x,y,z) = Σ(3,5,6,9,10,12)
c. T3(w,x,y,z) = Σ(7,11,13,14,15)
13. Determine which of the following functions is symmetric and identify its a- numbers and variables of
symmetry.
a. f(x1,x2,x3,x4,x5) = Σ(0,3,5,6,10,12,15,18,20,23,25,30)
b. f(x1,x2,x3) = Σ(0,2,3,4,5,7)
c. f(x1,x2,x3,x4) = Σ(0,5,6,9,10,15)
UNIT IV Part-B:
1. Find the function f(x1,x2,x3,x4) realized by each of the threshold networks shown in the below figure.
Show the map of each function.
2. By examining the linear inequalities, determine which of the following functions a threshold function
is, and for each one that is, find the corresponding weight-threshold vector.
a. f1(x1,x2,x3) = Σ(1,2,3,7)
b. f2(x1,x2,x3) = Σ(0,2,4,5,6)
c. f3(x1,x2,x3) = Σ(0,3,5,6)
3. For each of the functions of the above problem, which is realizable by a single threshold element, find
a realization for f”( x1’,x2,x3).
4. A. Determine the function f(x1,x2,x3,x4) realized by the network shown in the below figure.
Page 33 of 181
B. show that f(x1,x2,x3,x4) can be realized by a single threshold element. Find such element.
5. Prove that if f(x1,x2,…, xn) is a threshold function with weight-threshold vector V1 = {w1,w2, …,
wn;T}, then its dual, fd(x1,x2,…, xn) is also a threshold function. Determine its weight-threshold vector.
6. Prove that if f is a threshold function, then so is
G = xi’f + xi.fd
Where xi may or may not be a member of the set { x1,x2,…, xn }. Find the weight-threshold vector of
g.
7. Which of the following functions is Unate? Show its minimal form.
a. f1(x1,x2,x3,x4) = Σ(1,2,3,8,9,10,11,12,14)
b. f2(x1,x2,x3,x4) = Σ(0,8,9,10,11,12,13,14)
c. f3(x1,x2,x3,x4) = Σ(2,3,6,10,11,12,14,15)
8. For each of the following functions, find a two element cascade realization of the type illustrated in
the below figure.
a. f1(x1,x2,x3,x4) = Σ(2,3,6,7,8,9,13,15)
b. f2(x1,x2,x3,x4) = Σ(0,3,4,5,6,7,8,11,12,15)
UNIT- V
3. Analyze the synchronous circuit of below figure: (clock not shown but is implicit)
Page 34 of 181
4. A long sequence of pulses enters a two-input two-output synchronous sequential circuit, which
is required to produce an output pulses z = 1 whenever the sequence 1111 occurs. Overlapping
sequences are accepted; for example, if the input sequence is 01011111 · · ·, the required output
sequence is 00000011 · · ·.
(a) Draw a state diagram.
(b) Select an assignment and show the excitation and output tables.
(c) Write down the excitation functions for SR flip-flops, and draw the corresponding logic
diagram.
5. Construct the state diagram for a two-input eight-state machine that is to produce an output z =
1 whenever the last string of five input contains exactly three 1’s and string starts with two 1’s.
After each string that starts with two 1’s, analysis of the next string will not start until the end of
this string of five symbols, whether it produces an output value 1 or not. For example, if the input
sequence is 11011010 then the output sequence is 00000000, while an input sequence 10011010
produces an output sequence 00000001.
6. Design a two-input, two-output synchronous sequential circuit that produces an output symbol z
= 1 whenever any of the following input sequences occurs: 1100, 1010, or 1001. The circuit resets
to its initial state after an output symbol 1 has been generated.
(a) Form the state diagram or table. (Seven states are sufficient.)
(b) Choose an assignment, and show the excitation functions for JK flip-flops.
7. Design a Two-input, Two-output synchronous sequential circuit that examines the input sequence
in nonoverlapping strings having three input symbols each and produces an output symbol 1 that
is coincident with the last input symbol of the string if and only if the string consisted of either
two or three 1’s. For example, if the input sequence is 010101110, the required output sequence
is 000001001. Use SR flip-flops in your realization.
8. Design a modulo-8 counter that counts in the way specified in Table. Use JK flip-flops in your
realization.
Table
Decimal Gray code
0 000
1 001
2 011
3 010
4 110
5 111
6 101
7 100
9. Construct the state diagram for a synchronous sequential machine that can be used to detect faults
in coded messages of the 2-out-of-5 type. That is, the machine examines the messages serially
and produces an output symbol 1 whenever an illegal message of five binary digits is detected.
Page 35 of 181
10. When a certain serial binary communication channel is operating correctly, all blocks of 0’s are
of even length and all blocks of 1’s are of odd length. Show the state diagram or table of a machine
that will produce an output symbol z = 1 whenever a discrepancy from the above pattern is
detected. The following is an example.
X: 0 0 1 0 0 0 1 1 1 0 1 1 0 0 · · ·
Z: 0 0 0 0 0 0 1 0 0 0 1 0 1 0 · · ·
Page 36 of 181
16.b: Unit-wise Quiz Questions
Objective questions, Multiple choice questions and fill in the blanks;
Uni1 1:
Part A:
1. The NOR gate can function as a NOT gate if __. If both the inputs are shorted.
2. The universal gates are _ and __. NAND, NOR
3. The NAND and NOR gates are called as Universal gates because __ . Any Boolean logic can be
generated using these gates.
4. For comparing two logic inputs, which gate is used? XOR
5. The Max terms for the function f(a,b,c) = Σm(0,1,4,5,7) are ___. 2,3,6
6. The Boolean expression for the function f(x,y,z) = Σm(1,3,5) is __. x’y’z+x’yz+xy’z
7. Write the Boolean expression for the function f(a,b,c) = π M(1,4,6). (a+b+c’)(a’+b+c)(a’+b’+c)
8. Write the minterms for the function f(a,b,c) = a’bc+ab’c+abc’+abc. 3,5,6,7
9. The Boolean expression for A XOR B = ___. A’B+AB’
10. The truth table gives the relation between __ and __. Inputs and the outputs of a Boolean function.
11. The bubbled input NAND gate is equivalent to __ gate. OR gate
12. The bubbled input NOR gate is equivalent to __ gate. AND gate
13. Define commutative law. x+y = y+x
14. Give an example for Absorption law in Boolean expressions. x+xy = x, x+x’y=x+y
15. Give an example for DeMorgan’s Theorem. (x+y)’= x’.y’ or (x,y) ’= x’+y’
16. The principle of duality is __. Converting all 1s to 0s and 0s to 1s and + to . and . to +
17. Give an example for consensus law.
Ans: xy+x’z+yz=xy+x’z and (x+y)(x’+z)(y+z)=(x+y)(x’+z)
18. If f1(x,y,z) = Σm(1,3,5,6) and f2(x,y,z) = Σm(0,3,5,7) then f1 + f2 = ___ and f1 . f2 = __.
Ans : Σm(0,1,3,5,6,7), Σm(3,5)
19. Write the dual of the expression xy+x’z+yz=xy+x’z.
Ans: (x+y)(x’+z)(y+z)=(x+y)(x’+z)
20. The combination of a finite number of switching variables (x,y etc.) and constants (0,1) by means
of the switching operations (+, ., and ‘) is called __. Ans: Switching function.
Unit- 1(a)
I. Multiple Choice Questions
1. The minimum number of bits required to represent negative numbers in the [ d ]
range of -1 to -11using 2’s complement arithmetic is
(a)2 (b) 3 (c) 4 (d) 5
2. The following code is not a BCD code. [ a ]
(a) Gray code (b) XS-3 code (c) 8421 code (d) All of these
3. A 15-bit hamming code requires [ a ]
(a)4 parity bits (b) 5 parity bits (c) 15 parity bits (d) 7 parity bits
Page 38 of 181
5. Determine the value of base x if : (211)x = (152)8 [ d ]
(a) 2 (b) 10 (c) 8 (d) 7
6. Determine the value of base x, if (193)x = (623)8 [ a ]
(a)16 (b)4 (c)2 (d) 5
7. If √41 = 5,the base(radix) of the number system is [ b ]
(a) 5 (b) 6 (c) 7 (d) 8
8. Which of the following is an unweighted code? [ b ]
(a) 8421 (b) excess-3 code (c) 2421 (d) 6321
9. The fraction (0.68)10 is equal to [ b ]
a) (0.010101)2 (b) (0.101011)2 (c) (0.101001)2 (d) (0.101110)2
10. The Hexadecimal number A0 has the decimal value [ d ]
(a) 80 (b) 256 (c) 100 (d) 160
11. The value of binary 1111 is [ b ]
3 4 4
(a) 2 -1 (b) 2 -1 (c) 2 (d) none of these
12. The number (-39) when represented in sign bit magnitude [ b ]
( A) 11011001 (B) 10100111 (C) 11011000 (D) None of these
13. Indicate which of the following three binary additions are correct? [ a ]
I.1011 + 1010 = 10101 II. 1010 + 1101 = 10111 III. 1010 + 1101 = 11111
(a) I and II (b) II and III (c) III only (d) I, II and III
14. A binary number with n bits with all 1’s, then the value of the number is [ a ]
(a) 2n – 1 (b) n2 (c) 2(n-1) (d) n2 - 1
15. The code used in digital systems to represent decimal digits, letters and other [ d ]
special characters such as +, -, *, / etc. is
(a) hexadecimal (b) binary code (c) octal (d) ASCII
Page 39 of 181
11. The parity bit is an extra bit added to each word being transmitted.
12. The MSB of a signed binary number indicates sign.
13. ASCII code stands American Standard Code for Information Interchange code.
14. EBCDIC code stands Extended Binary Coded Decimal Interchange Code.
15. A binary digit is called a bit. Each 4 bit binary group is called a nibble. Each 8 bit group
is called a byte.
Unit II:
1. Some of the methods of simplifying a Boolean expression is __, __ and __. Using Theorems, K
map method, Tabular method.
2. Simplify A + AB + ABC + ABCD+ … Ans : A
3. Simplify A + A’B + A’B’C + A’B’C’D + … Ans : A + B + C + D + …
4. Which of the following Boolean algebraic expressions is incorrect?
(a)A+B=B+A (b) A+AB=B (c) (A+B)(A+C)=A+BC (d) (A+B)(A+B)=A+B
5. The implicants which will definitely occur in the final expression are called __. Essential prime
implicants.
6. Tabular method is also known as __. Quine McCluskey method.
7. The number of squares required for 5 variable K map is __. 32
8. While simplifying the Boolean expression, the don’t care conditions are treated as __. Consider
them as 1 if they join in any group of simplification, otherwise, neglect them.
9. Don’t care conditions in a Boolean expression are also known as __. Incompletely specified
conditions.
10. In K map, the binary code sequence follows __ type of code. Gray code.
11. In K map, the names of the groups that are formed are __, ___, ___ etc. Pair, Quad, Octet.
12. In Boolean logic, the combination of the input variables, for which the value of the function, is
not specified is called as ___. Don’t care conditions.
13. The basic formula used for the simplification using K Map or Tabular method is __. a+a’ = 1
or xy + xy’= x
Page 40 of 181
14. For simplification of a Boolean expression of 6 or more variables, __ method of simplification is
used. Quine McCluskey Method.
15. An example for Multi-output minimization process requirement is __. Code converter, BCD to 7
segment driver.
Unit III:
1. When two N bit numbers are added, the sum will be atmost __ bits. ( N+1)
2. In which adder circuit, the carry ripple is eliminated? Carry look ahead adder
3. A serial adder requires only one __. Full adder.
4. A decoder with 64 output lines has _ select lines. 6
5. A decoder with 64 output lines has _ selected inputs. 6
6. A Decimal to BCD encoder is a __ line to __ line encoder. 10 to 4
7. A memory, in which the contents get erased when power failure occurs is __. RAM.
8. A 8 to 1 MUX requires – select inputs.
9. A full adder can be constructed using __ half adders and a __ gate.
Unit-IV
Part-A
1. Advantages of combinational networks constructed by relay contacts :
Bilateral networks
2. Disadvantages of combinational networks constructed by Relay contacts :
Slow and bulky
3. applications where relay contacts are used in combinational networks :
Traffic lights, telephone exchanges, control boards of elevators, Train signaling panels etc.
4. The basic elements inside a Relay are __ and __.
Coil, contacts, springs and a free wheeling diode.
5. NO or NC contact relay requires __ springs and a change over contact relay requires __ springs.
2, 3
6. SPDT contacts are also known as __. Change over contact.
7. NO or NC contact is also known as __. SPST
8. A serial connection of Relay contact implement __logic function and a parallel connection of
Relay contact implement __logic function. AND, OR
9. A binary variable x is represented by __ contact and x’ is represented by __ contact. NO, NC
10. A simple SOP or POS form of a network function can be realized by a ___ contact network.
Series-parallel
11. The two ways of analysis of non-series-parallel networks are _ and _.
Using Tie sets and Cut sets.
12. A Tie-set analysis gives the transmission function in __ form. SOP
13. A cut-set analysis gives the transmission function in ___ form. POS
14. In considering Tie-sets, the product of a variable and its complement is __. Ignored.
15. In considering Cut-sets, the sum of a variable and its complement is __. Ignored.
16. What are the steps involved in the synthesis of contact networks?
➢ The requirements of the switching function are to be expressed in the form of a switching
expression.
Page 41 of 181
➢ These switching expressions are to be simplified using K map or theorems.
➢ The minimal function is further to be rearranged to minimize the requirements of the Relays
and their springs requirement.
17. What is a sneak path?
When simplifying a contact network, extreme care is to be taken to prevent the introduction of
undesired paths through the network, which may change its transmission function. Such paths are
called sneak paths.
Unit-V
1. Which of the following flip-flop is used as latch? D Flip-flop (D )
2. In D-type flip-flop preset (Pr) and clears set (clr) inputs are called overriding. (D) /
Asynchronous inputs. ( B)
3. In flip flop clocking, Hold time is greater than the set up time. ( A )
4. The number of flip flops required and maximum decimal no. of Mod-12 counter is 4,11. (C)
5. Sequential circuits in which there is no a master oscillator are called Asynchronous Sequential
Circuits.
6. In a D-type latch, En=1, D=1, the output is 1.
7. Master Slave configuration is used in J-K flip-flops to eliminate racing or race around condition.
8. The race around condition occurs in JK FF when the inputs are _, _. 1,1
9. In a __ shift register, data is fed in parallel form but shifted out in serial form. PISO
10. Synchronous counters are __ counters and hence are fast.
11. A __ counter does not utilize all the possible states. BCD counter / Modulo n counter
12. When an inverter is placed between the two inputs of the SR FF, the FF becomes _ FF. D
13. Master slave functions of a FF eliminates __.
14. The process of assigning states of a physical device to the states of the sequential machine is
known as __.
DD: Unit 5a Objective questions:
1. A Sequential logic is defined as __
2. Memory elements are required in __ type of logic circuits.
3. The most commonly used memory element in sequential logic circuits are __
4. The main feature of Synchronous sequential circuits is __
5. Triggering of FF means __
6. In D-type flip-flop preset (Pr) and clear (clr) inputs are called as __ inputs.
7. In Flip-Flop clocking, Hold time has to be__.
8. Sequential circuits in which there is no a master oscillator are called __.
9. In a D-type latch, if En=1, D=1, the output is __.
10. Master Slave configuration is used in J-K flip-flops to eliminate ____.
11. The race around condition occurs in JK FF when the inputs are _, _ and the clock is __.
12. When an inverter is placed between the two inputs of the SR FF, the FF becomes _ FF.
13. The characteristic table of T FF is __.
14. The excitation table of JK FF is __.
15. Master slave function of a FF eliminates __.
16. Racing may occur in __ and __ type of FFs.
Page 42 of 181
17. The characteristic equations of SR, D, T and JK flip-fops are _, _, _ and _.
18. The condition that can not be used in SR FF is __.
19. SR FF is also called as _, D FF is also called as _ and T FF is also called as _.
20. FSM means ___
21. The process of assigning states of a physical device to the states of the sequential machine is
known as __.
22. For an FSM, having 9 states, requires __number of bits for state assignment.
23. In the FSM design, using D FF, the advantage is __ and by using JK FF, the advantage is __.
24. In a sequence detector, overlapping means __.
25. The octal counter has __ number of states and a BCD counter has __ number of states.
DD: Unit 5b Objective questions:
1. Binary counter is also called as __
2. A BCD counter is also called as __
3. Another name for the Octal counter is __
4. A Mod 13 counter counts the numbers from __ to __ and requires __ number of FFs.
5. In counters, the FF configuration used is __ and where as in the Shift registers, the FF
configuration used is __
6. A JK FF can be used in counters by giving same inputs to __ and __.
7. A D FF is used in counters, by using __ type of connection of the FF.
8. The triggering method used in Asynchronous Ripple counters is __.
9. The technique used in Asynchronous Ripple counter is __
10. The technique is used in Synchronous Binary counter is __.
11. ___, ___, and___ types of counters are used for hours, minutes and seconds of a digital clock.
12. Synchronous counters are __ counters and hence are fast.
13. An example of a counter that does not utilize all the possible states, is __.
14. In a __ shift register, data is fed in parallel form but shifted out in serial form.
15. An universal shift register can do the __, __, __, __ and __ shift operations.
16. The number of states, a 3 bit twisted ring counter has __.
17. Twisted ring counter is also known as __ and __.
18. A 4 bit Ring counter has __ number of states.
19. In a Ring counter, the initial condition to be set up is __,
20. In a Twisted ring counter, the __ output of the last state is connected to the input of the first state.
21. The basic applications of the shift registers are __, __ and __.
22. The 2 bit ring counter divides the clock by a fraction of __.
23. __ operation is to be done to convert a Binary counter to a Mod-n counter.
24. The number of FFs required for the random counter 4,3,8,0,2,5,1 is __.
25. In a circular shift register having 4 FFs, the original data will be back in the FFs after __ number
of clock pulses.
17 : Detailed Notes
Unit-I
Page 43 of 181
Part A: Number System
Number Systems
Convenient as the decimal number system generally is, its usefulness in machine computation is limited
because of the nature of practical electronic devices. In most present digital machines, the numbers are
represented, and the arithmetic operations performed, in a different number system called the binary
number system. This section is concerned with the representation of numbers in various systems and
with methods of conversion from one system to another.
Number Representation
An ordinary decimal number actually represents a polynomial in powers of 10.For example, the
number 123.45 represents the polynomial
123.45 = 1 × 102 + 2 × 101 + 3 × 100 + 4 × 10−1 + 5 × 10−2.
This method of representing decimal numbers is known as the decimal number system, and the number
10 is referred to as the base (or radix) of the system. In a system whose base is b, a positive number N
represents the polynomial
where the base b is an integer greater than 1 and the a’s are integers in the range 0 ≤ ai ≤ b − 1. The
sequence of digits aq−1aq−2 · · · a0 constitutes the integer part of N, while the sequence a−1a−2 · · · a−p
constitutes the fractional part of N . Thus, p and q designate the number of digits in the fractional and
integer parts, respectively. The integer and fractional parts are usually separated by a radix point. The
digit a−p is referred to as the least significant digit while aq−1 is called the most significant digit.
When the base b equals 2, the number representation is referred to as the binary number system. For
example, the binary number 1101.01 represents the polynomial
Page 44 of 181
The complement of a digit a, denoted a’ , in base b is defined as
a' = (b − 1) − a.
That is, the complement a is the difference between the largest digit in base b and digit a. In the binary
number system, since b = 2, 0 = 1 and 1 = 0.
In the decimal number system, the largest digit is 9. Thus, for example, the complement1 of 3 is 9 − 3 =
6.
Base Conversion Methods
Suppose that some number N , which we wish to express in base b2, is presently expressed in base b1. In
converting a number from base b1 to base b2, it is convenient to distinguish between two cases. In the
first case b1 < b2, and consequently base-b2 arithmetic can be used in the conversion process. The
conversion technique involves expressing number (N )b1 as a polynomial in powers of b1 and evaluating
the polynomial using base-b2 arithmetic.
When b1 > b2 it is more convenient to use base-b1 arithmetic. The conversion procedure will be obtained
by considering separately the integer and fractional parts of N . Let (N )b1 be an integer whose value in
base b2 is given by:
To find the values of the a’s, let us divide the above polynomial by b2.
Thus, the least significant digit of (N )b2 , i.e., a0, is equal to the first remainder. The next most significant
digit, a1, is obtained by dividing the quotient Q0 by b2, i.e.,
Page 45 of 181
The remaining a’s are evaluated by repeated divisions of the quotients until Qq−1 is equal to zero. If N
is finite, the process must terminate.
Example We wish to express the numbers (432.2)8 and (1101.01)2 in base 10. Thus
(432.2)8 = 4 × 82 + 3 × 81 + 2 × 80 + 2 × 8−1 = (282.25)10,
(1101.01)2 = 1 × 23 + 1 × 22 + 0 × 21 + 1 × 20 + 0×2−1 + 1 × 2−2 = (13.25)10.
In both cases, the arithmetic operations are done in base 10.
Example The above conversion procedure is now applied to convert (548)10 to base 8. The ri in the
table below denote the remainders. The first entries in the table are 68 and 4, corresponding,
respectively, to the quotient Q0 and the first remainder from the division (548/8)10. The remaining
entries are found by successive division.
Thus, (548)10 = (1044)8. In a similar manner we can obtain the conversion of (345) 10 to (1333)6, as
illustrated in the table below.
Example To convert (432.354)10 to binary, we first convert the integer part and then the fractional part.
For the integer part we have
Consequently (0.354)10 = (0.0101101 · · ·)2. The conversion is usually car-ried up to the desired accuracy.
In our example, reconversion to base 10 shows that
(110110000.0101101)2 = (432.3515)10
A considerably simpler conversion procedure may be employed in converting octal numbers (i.e.,
numbers in base 8) to binary and vice versa. Since 8 = 23, each octal digit can be expressed by three
binary digits. For example, (6)8 can be expressed as (110)2, etc. The procedure of converting a binary
number into an octal number consists of partitioning the binary number into groups of three digits,
starting from the binary point, and to determine the octal digit corresponding to each group.
Example
(123.4)8 = (001 010 011.100)2,
(1010110.0101)2 = (001 010 110.010 100) = (126.24)8.
A similar procedure may be employed in conversions from binary to hexa-decimal (base 16), except that
four binary digits are needed to represent a single hexadecimal digit. In fact, whenever a number is
Page 47 of 181
converted from base b1 to base b2, where b2 = b1k , k digits of that number when grouped may be
represented by a single digit from base b2.
Binary Arithmetic
The binary number system is widely used in digital systems. Although a detailed study of digital
arithmetic is beyond the scope of this book, we shall present the elementary techniques of binary
arithmetic. The basic arithmetic operations are summarized in Table 1.2, where the sum and carry,
difference and borrow, and product are computed for every combination of binary digits (abbreviated
bits) 0 and 1.
Binary addition is performed in a manner similar to that of decimal addition. Corresponding bits are
added and if a carry 1 is produced then it is added to the binary digits at the left.
In subtraction, if a borrow of 1 occurs and the next left digit of the minuend (the number from which a
subtraction is being made) is 1 then the latter is changed to 0 and subtraction is continued in the usual
manner. If, however, the next left digit of the minuend is 0 then it is changed to 1, as is each successive
minuend digit to the left which is equal to 0. The first minuend digit to the left, which is equal to 1, is
changed to 0, and subtraction is continued.
Example The subtraction of (12.50)10 from (18.75)10 in binary proceeds as follows:
Just as with decimal numbers, the multiplication of binary numbers is per-formed by successive addition
while division is performed by successive sub-traction.
Page 48 of 181
Example Multiply the binary numbers below:
Complements of Numbers
In digital computers to simplify the subtraction operation and for logical manipulation complements are
used. There are two types of complements for each radix system: The radix complement and
diminished radix complement. The first is referred as the r’s complement and the second as the (r-1)’s
complement. For example, in binary system we substitute base vale 2 in place of r to refer complements
as 2’s complement and 1’s complement. In decimal number system, we substitute base value 10 in place
of r to refer complements as 10’s complement and 9’s complement.
Advantage of performing subtraction by the compliment method is reduction in the hardware.( instead
of addition and subtraction, only adding circuit‘s are needed.) i.e, subtraction is also performed by
adders only. Instead of subtracting one number from other, the compliment of the subtrahend is added
to minuend. In sign magnitude form, an additional bit called the sign bit is placed in front of the number.
If the sign bit is 0, the number is positive, If it is a 1, the number is negative.
Page 49 of 181
Codes
• Binary Codes
Although the binary number system has many practical advantages and is widely used in digital
computers, in many cases it is convenient to work with the decimal number system, especially when
the communication between human being and machine is extensive, since most numerical data
generated by humans is in terms of decimal numbers. To simplify the problem of communication
between human and machine, several codes have been devised in which decimal digits are
represented by sequences of binary digits.
Weighted codes
In order to represent the 10 decimal digits 0, 1, . . . , 9, it is necessary to use at least four binary digits.
Since there are 16 combinations of four binary digits, of which 10 combinations are used, it is possible
to form a very large number of distinct codes. Of particular importance is the class of weighted codes,
whose main characteristic is that each binary digit is assigned a decimal “weight,” and, for each group
of four bits, the sum of the weights of those binary digits whose value is 1 is equal to the decimal
digit which they represent. If w1, w2, w3, and w4 are the given weights of the binary digits and x1, x2,
x3, x4 the corresponding digit values then the decimal digit N = w4x4 + w3x3 + w2x2 + w1x1 can be
represented by the binary sequence x4x3x2x1. The sequence of binary digits that represents a decimal
digit is called a code word. Thus, the sequence x4x3x2x1 is the code word for N . Three weighted four-
digit binary codes are shown in Table 1.3.
Page 50 of 181
The binary digits in the first code in Table 1.3 are assigned weights 8, 4, 2, 1. As a result of this
weight assignment, the code word that corresponds to each decimal digit is the binary equivalent of
that digit; e.g., 5 is represented by 0101, and so on. This code is known as the binary-coded-decimal
(BCD) code. For each code in Table 1.3, the decimal digit that corresponds to a given code word is
equal to the sum of the weights in those binary positions that are 1’s rather than 0’s. Thus, in the
second code, where the weights are 2, 4, 2, 1, decimal 5 is represented by 1011, corresponding to the
sum 2 × 1 + 4 × 0 + 2 × 1 + 1 × 1 = 5. The weights assigned to the binary digits may also be negative,
as in the code (6, 4, 2, −3). In this code, decimal 5 is represented by 1011, since 6 × 1 + 4 × 0 + 2 ×
1 − 3 × 1 = 5.
It is apparent that the representations of some decimal numbers in the (2, 4, 2, 1) and (6, 4, 2, −3)
codes are not unique. For example, in the (2, 4, 2, 1) code, decimal 7 may be represented by 1101 as
well as 0111. Adopting the representations shown in Table 1.3 causes the codes to become self-
complementing. A code is said to be self-complementing if the code word of the “9’s complement of
N ”, i.e., 9 − N , can be obtained from the code word of N by interchanging all the 1’s and 0’s. For
example, in the (6, 4, 2, −3) code, decimal 3 is represented by 1001 while decimal 6 is represented
by 0110. In the (2, 4, 2, 1) code, decimal 2 is represented by 0010 while decimal 7 is represented by
1101. Note that the BCD code (8, 4, 2, 1) is not self-complementing. It can be shown that a necessary
condition for a weighted code to be self-complementing is that the sum of the weights must equal 9.
There exist only four positively weighted self-complementing codes, namely, (2, 4, 2, 1), (3, 3, 2, 1),
(4, 3, 1, 1), and (5, 2, 1, 1). In addition, there exist 13 self-complementing codes with positive and
negative weights.
Nonweighted codes
There are many nonweighted binary codes, two of which are shown in Table 1.4. The Excess-3
code is formed by adding 0011 to each BCD code word.
Thus, for example, the representation of decimal 7 in Excess-3 is given by 0111 + 0011 = 1010. The
Excess-3 code is self-complementing and possesses a number of properties that made it practical in
early decimal computers.
In many practical applications, e.g., analog-to-digital conversion, it is desirable to use codes in which
the code words for successive decimal integers differ in only one digit. Codes that have such a
property are referred to as cyclic codes. The second code in Table 1.4 is an example of such a code.
(Note that in this, as in all cyclic codes, the code word representing the decimal digits 0 and 9 differ
Page 51 of 181
in only one digit.) A particularly important cyclic code is the Gray code. A four-bit Gray code is
shown in Table 1.5.
The feature that makes this cyclic code useful is the simplicity of the procedure for converting from the
binary number system into the Gray code, as follows.
Let gn · · · g2g1g0 denote a code word in the (n + 1)th-bit Gray code, and let bn · · · b2b1b0 designate the
corresponding binary number, where the subscripts 0 and n denote the least significant and most significant
digits, respectively. Then, the ith digit gi can be obtained from the corresponding binary number as follows:
gi = bi ⊕ bi+1, 0 ≤ i ≤ n − 1,
g n = b n,
where the symbol ⊕ denotes the modulo-2 sum, which is defined as follows:
For example, the Gray code word that corresponds to the binary number 101101 is found to be 111011 in a manner indicated
in the following diagram:
Thus, to convert from Gray code to binary, start with the leftmost digit and proceed to the least significant
digit, setting bi = gi if the number of 1’s preceding gi is even and setting bi = gi if the number of 1’s preceding
gi is odd. (Note that zero 1’s counts as an even number of 1’s.) For example, the Gray code word 1001011
represents the binary number 1110010. The proof that the preceding conversion procedures does indeed work
is left to the reader as an exercise.
The n-bit Gray code is a member of a class called reflected codes. The term “reflected” is used to designate
codes which have the property that the n-bit code can be generated by reflecting the (n − 1)th-bit code, as
illustrated in Fig. 1.1. The two-bit Gray code is shown in Fig. 1.1a. The three-bit Gray code (Fig. 1.1b) can
be obtained by reflecting the two-bit code about an axis at the end of the code and assigning a most significant
bit of 0 above the axis and 1 below the axis. The four-bit Gray code is obtained in the same manner from the
three-bit code, as shown in Fig. 1.1c.
Page 52 of 181
Fig. 1.1 Refection of Gray Code
The advantage of the Binary Coded Decimal system is that each decimal digit is represented by a
group of 4 binary digits or bits in much the same way as Hexadecimal. So for the 10 decimal digits
(0-to-9) we need a 4-bit binary code. Binary coded decimal is not the same as hexadecimal. Whereas
a 4-bit hexadecimal number is valid up to F16representing binary 11112, (decimal 15), binary coded
decimal numbers stop at 9 binary 10012. This means that although 16 numbers (24) can be represented
using four binary digits, in the BCD numbering system the six binary code combinations
of: 1010 (decimal 10), 1011 (decimal 11), 1100 (decimal 12), 1101 (decimal 13), 1110 (decimal 14),
and 1111 (decimal 15) are classed as forbidden numbers and can not be used.
The main advantage of binary coded decimal is that it allows easy conversion between decimal (base-
10) and binary (base-2) form. However, the disadvantage is that BCD code is wasteful as the states
between 1010 (decimal 10), and 1111 (decimal 15) are not used. Nevertheless, binary coded decimal
has many important applications especially using digital displays.
In the BCD numbering system, a decimal number is separated into four bits for each decimal digit
within the number. Each decimal digit is represented by its weighted binary value performing a direct
translation of the number. So a 4-bit group represents each displayed decimal digit from 0000 for a
zero to 1001 for a nine.
So for example, 35710 (Three Hundred and Fifty Seven) in decimal would be presented in Binary
Coded Decimal as:
Then the relationship between decimal (denary) numbers and weighted binary coded decimal digits
is given below.
Page 54 of 181
simultaneously, although nonzero, is substantially smaller. We, therefore, restrict our discussion
mainly to the detection and correction of single errors.
Error-detecting codes
In a four-bit binary code, the occurrence of a single error in one of the binary digits may result in
another, incorrect but valid, code word. For example, in the BCD code (see above), if an error occurs
in the least significant digit of 0110 then the code word 0111 results and, since it is a valid code word,
it is incorrectly interpreted by the receiver. If a code possesses the property that the occurrence of
any single error transforms a valid code word into an invalid code word, it is said to be a (single-
)error-detecting code. Two error-detecting codes are shown in Table 1.6.
Error detection in either code in Table 1.6 is accomplished by a parity check. The basic idea in a
parity check is to add an extra digit to each code word of a given code so as to make the number of
1’s in each code word either odd or even. In the codes of Table 1.6 we have used even parity. The
even-parity BCD code is obtained directly from the BCD code of Table 1.3. The added bit, denoted
p, is called the parity bit. The 2-out-of-5 code consists of all 10 possible combinations of two 1’s in
a five-bit code word. With the exception of the code word for decimal 0, the 2-out-of-5 code of Table
1.6 is a weighted code and can be derived from the (1, 2, 4, 7) code.
In each of the codes in Table 1.6 the number of 1’s in a code word is even. Now, if a single error
occurs it transforms the valid code word into an invalid one, thus making the detection of the error
straightforward. Although parity check is intended only for the detection of single errors, it, in fact,
detects any odd number of errors and some even numbers of errors. For example, if the code word
10100 is received in an even-parity BCD message, it is clear that the message is erroneous, since
such a code word is not defined although the parity check is satisfied. We cannot determine, however,
the original transmitted word.
In general, to obtain an n-bit error-detecting code, no more than half the possible 2n combinations of
digits can be used. The code words are chosen in such a manner that, in order to change one valid
code word into another valid code word, at least two digits must be complemented. In the case of
four-bit codes this constraint means that only eight valid code words can be formed of the 16 possible
combinations. Thus, to obtain an error-detecting code for the 10 decimal digits, at least five binary
digits are needed. It is useful to define the distance between two code words as the number of digits
that must change in one word so that the other word results. For example, the distance between 1010
Page 55 of 181
and 0100 is three, since the two code words differ in three bit positions. The minimum distance of a
code is the smallest number of bits in which any two code words differ. Thus, the minimum distance
of the BCD or the Excess-3 codes is one, while that of the codes in Table 1.6 is two. Clearly, a code
is an error-detecting code if and only if its minimum distance is two or more.
Error-correcting codes
For a code to be error-correcting, its minimum distance must be further increased. For example,
consider the three-bit code which consists of only two valid code words, 000 and 111. If a single
error occurs in the first code word, it could become 001, 010, or 100. The second code word could
be changed by a single error to 110, 101, or 011. Note that in each case the invalid code words are
different. Clearly, this code is error-detecting since its minimum distance is three. Moreover, if we
assume that only a single error can occur then this error can be located and corrected, since every
error results in an invalid code word that can be associated with only one of the valid code words.
Thus, the two code words 000 and 111 constitute an error-correcting code whose minimum distance
is three. In general, a code is said to be error-correcting if the correct code word can always be
deduced from the erroneous word. In this section, we shall discuss a type of single-error-correcting
codes known as Hamming codes.
If the minimum distance of a code is three, then any single error changes a valid code word into an
invalid one, which is distance one away from the original code word and distance two from any other
valid code word. Therefore, in a code with minimum distance three, any single error is correctable
or any double error detectable. Similarly, a code whose minimum distance is four may be used for
either single-error correction and double-error detection or triple-error detection. The key to error
correction is that it must be possible to detect and locate erroneous digits. If the location of an error
has been determined then, by complementing the erroneous digit, the message is corrected.
The basic principles in constructing a Hamming error-correcting code are as follows. To each group
of m information or message digits, k parity-checking digits, denoted p1, p2, . . . , pk , are added to
form an (m + k)-digit code. The location of each of the m + k digits within a code word is assigned a
decimal value; one starts by assigning a 1 to the most significant digit and m + k to the least significant
digit. Then k parity checks are performed on selected digits of each code word. The result of each
parity check is recorded as 1 or 0, depending, respectively, on whether an error has or has not been
detected. These parity checks make possible the development of a binary number, c1c2 · · · ck , whose
value is equal to the decimal value assigned to the location of the erroneous digit when an error occurs
and is equal to zero if no error occurs. This number is called the position (or location) number.
The number k of digits in the position number must be large enough to describe the location of any
of the m + k possible single errors, and must in addition take on the value zero to describe the “no
error” condition. Consequently, k must satisfy the inequality 2k ≥ m + k + 1. Thus, for example, if
the original message is in BCD where m = 4 then k = 3 and at least three parity-checking digits must
be added to the BCD code. The resultant error-correcting code thus consists of seven digits. In this
case, if the position number is equal to 101, it means that an error has occurred in position 5. If,
however, the position number is equal to 000, the message is correct.
Page 56 of 181
In order to be able to specify the checking digits by means of only mes-sage digits and independently
of each other, they are placed in positions valid code words, 000 and 111. If a single error occurs in
the first code word, it could become 001, 010, or 100. The second code word could be changed by a
single error to 110, 101, or 011. Note that in each case the invalid code words are different. Clearly,
this code is error-detecting since its minimum distance is three. Moreover, if we assume that only a
single error can occur then this error can be located and corrected, since every error results in an
invalid code word that can be associated with only one of the valid code words. Thus, the two code
words 000 and 111 constitute an error-correcting code whose minimum distance is three. In general,
a code is said to be error-correcting if the correct code word can always be deduced from the
erroneous word. In this section, we shall discuss a type of single-error-correcting codes known as
Hamming codes.
If the minimum distance of a code is three, then any single error changes a valid code word into an
invalid one, which is distance one away from the original code word and distance two from any other
valid code word. Therefore, in a code with minimum distance three, any single error is correctable
or any double error detectable. Similarly, a code whose minimum distance is four may be used for
either single-error correction and double-error detection or triple-error detection. The key to error
correction is that it must be possible to detect and locate erroneous digits. If the location of an error
has been determined then, by complementing the erroneous digit, the message is corrected.
The basic principles in constructing a Hamming error-correcting code are as follows. To each group
of m information or message digits, k parity-checking digits, denoted p1, p2, . . . , pk , are added to
form an (m + k)-digit code. The location of each of the m + k digits within a code word is assigned a
decimal value; one starts by assigning a 1 to the most significant digit and m + k to the least significant
digit. Then k parity checks are performed on selected digits of each code word. The result of each
parity check is recorded as 1 or 0, depending, respectively, on whether an error has or has not been
detected. These parity checks make possible the development of a binary number, c1c2 · · · ck , whose
value is equal to the decimal value assigned to the location of the erroneous digit when an error occurs
and is equal to zero if no error occurs. This number is called the position (or location) number.
The number k of digits in the position number must be large enough to describe the location of any
of the m + k possible single errors, and must in addition take on the value zero to describe the “no
error” condition. Consequently, k must satisfy the inequality 2k ≥ m + k + 1. Thus, for example, if
the original message is in BCD where m = 4 then k = 3 and at least three parity-checking digits must
be added to the BCD code. The resultant error-correcting code thus consists of seven digits. In this
case, if the position number is equal to 101, it means that an error has occurred in position 5. If,
however, the position number is equal to 000, the message is correct.
In order to be able to specify the checking digits by means of only mes-sage digits and independently
of each other, they are placed in positions1, 2, 4, . . . , 2k−1. Thus, if m = 4 and k = 3 then the checking
digits are placed in positions 1, 2, and 4 while the remaining positions contain the original (BCD)
message bits. For example, in the code word 1100110, the checking digits (in boldface) are p1 = 1,
p2 = 1, p3 = 0, while the message digits are 0, 1, 1, 0, which correspond to decimal 6.
Page 57 of 181
We shall now show how the Hamming code is constructed, by constructing the code for m = 4 and k
= 3. As discussed above, the parity-checking digits must be specified in such a way that, when an
error occurs, the position number will take on the value assigned to the location of the erroneous
digit. Table 1.7 lists the seven error positions and the corresponding values of the position number.
It is evident that if an error occurs in position 1, or 3, or 5, or 7, the least significant digit, i.e., c3, of
the position number must be equal to 1. If the code is constructed so that in every code word the
digits in positions 1, 3, 5, and 7 have even parity, then the occurrence of a single error in any of these
positions will cause an odd parity. In such a case, the least significant digit of the position number is
recorded as 1. If no error occurs among these digits, a parity check will show an even parity and the
least significant digit of the position number is recorded as 0.
From Table 1.7, we observe that an error in positions 2, 3, 6, or 7 should result in the recording of a
1 in the center of the position number. Hence, the code must be designed so that the digits in positions
2, 3, 6, and 7 have even parity. Again, if the parity check of these digits shows an odd parity then the
corresponding position-number digit, i.e., c2, is set to 1; otherwise it is set to 0. Finally, if an error
occurs in positions 4, 5, 6, or 7 then the most significant digit of the position number, i.e., c1, should
be a 1. Therefore, if digits 4, 5, 6, and 7 are designed to have even parity, an error in any of these
digits will be recorded as a 1 in the most significant digit of the position number. To summarize the
situation regarding the checking digits pi :
p1 is selected so as to establish even parity in positions 1, 3, 5, 7;
p2 is selected so as to establish even parity in positions 2, 3, 6, 7;
p3 is selected so as to establish even parity in positions 4, 5, 6, 7.
The code can now be constructed by adding the appropriate checking digits to the message digits.
Consider, for example, the message 0100 (i.e., decimal 4), as shown in the table below.
Thus checking digit p1 is set equal to 1 so as to establish even parity in positions 1, 3, 5, and 7.
Similarly, it is evident that p2 must be 0 and p3 must be 1, so that even parity is established,
Page 58 of 181
respectively, in positions 2, 3, 6, and 7 and 4, 5, 6, and 7. The Hamming code for the decimal digits
coded in BCD is shown in Table 1.8.
Error location and correction are performed for the Hamming code in the fol-lowing manner.
Suppose, for example, that the sequence 1101001 is transmitted but, owing to an error in the fifth
position, the sequence 1101101 is received. The location of the error can be determined by
performing three parity checks as follows:
Thus, the position number formed as c1c2c3 is 101, which means that the location of the error is in
position 5. To correct the error, the digit in position 5 is complemented and the correct message
1101001 is obtained.
It is easy to prove that the Hamming code constructed as shown above is a code whose distance is
three. Consider, for example, the case where the two original four-bit (code) words differ in only one
position, e.g., 1001 and 0001. Since each message digit appears in at least two parity checks, the
parity checks that involve the digit in which the two code words differ will result in different parities
and hence different checking digits will be added to the two words, making the distance between
them equal to three. For example, consider the two words below.
The two words differ in only m1 (i.e., position 3). Parity checks 1-3-5-7 and 2-3-6-7 for these two
words will give different results. Therefore, the parity-checking digits p1 and p2 must be different for
Page 59 of 181
these words. Clearly, the foregoing argument is valid in the case where the original code words differ
in two of the four positions. Thus, the Hamming code has a distance of three.
If the distance is increased to four, by adding a parity bit to the code in Table 1.8 in such a way that
all eight digits have even parity, the code may be used for single-error correction and double-error
detection in the following manner. Suppose that two errors occur; then the overall parity check is
satisfied but the position number (determined as before from the first seven digits) will indicate an
error. Clearly, such a situation indicates the existence of a double error. The error positions, however,
cannot be located. If only a single error occurs, the overall parity check will detect it. Now, if the
position number is 0 then the error is in the last parity bit; otherwise, it is in the position given by the
position number. If all four parity checks indicate even parities then the message is correct.
Page 60 of 181
Unit I
Part B: Boolean Algebra and Switching Functions
Switching algebra
The basic concepts of switching algebra will be introduced by means of a set of postulates, from which
we shall derive useful theorems and develop necessary tools that will enable us to manipulate and
simplify algebraic expressions.
Fundamental postulates
The basic postulate of switching algebra is the existence of a two-valued switch-ing variable that can
take either of two distinct values, 0 and 1. Precisely stated,
if x is a switching variable then
A switching algebra is an algebraic system consisting of the set {0, 1}, two binary1 operations called OR
and AND, denoted by the symbols + and · respectively, and one unary operation called NOT, denoted by
a prime.
Thus the OR combination of two switching variables x + y is equal to 1 if the value of either x or y is 1
or if the values of both x and y are 1. The AND combination of these variables x · y is equal to 1 if and
only if the values of x and y are both equal to 1. The result of the OR operation is very often called the
(logical) sum or union and may be denoted by ∪ or ∨. The result of the AND operation is referred to as
the (logical) product or intersection, and is denoted by ∩ or ∧. We shall generally omit the dot · and write
xy to mean x · y.
The preceding postulates and definitions of switching operations enable us to derive many useful
theorems and develop an entire algebraic structure that may be advantageously applied to switching
circuits.
Page 61 of 181
Basic Theorems and Properties
The first property that drastically differs from the algebra of real numbers and accounts for the special
characteristics of switching algebra, is the idempotent law for a switching variable x:
To prove this property, we shall employ perfect induction. Perfect induction is a method of proof whereby
a theorem is verified for every possible combination of values that the variables may assume. Since x is
a two-valued variable, x + x = x may assume the values 1 + 1 = 1 and 0 + 0 = 0. These equations, being
identities, clearly verify the validity of Eq. (3.1), and similarly for Eq. (3.2) we have 1 · 1 = 1 and 0 · 0 =
0.
The following two pairs of relations establish the commutativity and asso-ciativity of switching
operations. The convention adopted for parenthesizing is that of ordinary algebra, where x + y · z means
x + (y · z) and not (x + y) · z. Let x, y, and z be switching variables. Then
The properties established by Eqs. (3.2) through (3.12) can be proved by the method of perfect induction.
The actual proofs are left to the reader as exercises. It is the associative law which enables us to extend
the definitions of the AND and OR operations to more than two variables, i.e., we write T = x + y + z to
mean that T equals 1 if any of x, y, or z, or any combination thereof, equals 1.
In switching algebra, multiplication distributes over addition and addition distributes over multiplication
– a property known as the distributive law:
To verify Eq. (3.13) for every possible combination of values of x, y, and z, it is convenient to tabulate
these combinations in a table called a truth table or table of combinations. Since every variable may
Page 62 of 181
assume one of two values, 0 or 1, the truth table for the three variables contains 23 = 8 combinations.
These combinations are tabulated in the leftmost column of Table 3.1.
The value of x(y + z) is computed for every possible combination of x and y + z. The value of xy + xz is
computed independently by adding the entries in columns xy and xz. Since the two different methods of
computation yield identical results, as shown in the two rightmost columns, Eq. (3.13) is verified.
We observe that all the preceding properties are grouped in pairs. Within each pair, one statement can be
obtained from the other by interchanging the OR and AND operations and replacing the constants 0 and
1 by 1 and 0, respectively. Any two statements or theorems that have this property are called dual, and
this quality of duality that characterizes switching algebra is known as the principle of duality. It stems
from the symmetry of the postulates and definitions of switching algebra with respect to the two
operations and two constants. The implication of the concept of duality is that it is necessary to prove
only one of each pair of statements because its dual is, henceforth, proved.
The method of proof by perfect induction is efficient, as long as the number of combinations for which
the statement is to be verified is small. In other cases, algebraic procedures are more appropriate, such,
for example, as are demonstrated in the following proof of Eq. (3.15).
Page 63 of 181
Another property of switching expressions, important in their simplification, is the following:
The consensus theorem is noteworthy in that it is used frequently in the simplification of switching
expressions. It is stated in the following two equations:
The preceding properties permit a variety of manipulations on switching expressions. In particular, they
enable us (whenever possible) to convert an expression into an equivalent one with fewer literals, where
by a literal we mean an appearance of a variable or its complement. For example, while the left-hand
side of Eq. (3.19) consists of six literal appearances; its right-hand side consists of only four appearances.
If the value of a switching expression is independent of the value of some literal xi , then xi is said to be
redundant. Equations (3.1) through (3.20) provide, among other things, the tools for manipulating
expressions so as to eliminate redundant literals
It is important to observe that no inverse operations are defined in switching algebra and, consequently,
no cancellations are allowed. For example, if A + B = A + C, the equality of B and C is not implied; in
fact, if A = B = 1 and = 0 then 1 + 1 = 1 + 0, but B =C. Similarly, B is not necessarily equal to if AB =
AC.
Hence, T (x, y, z) is actually independent of the values of x and y and depends only on z.
Page 64 of 181
De Morgan’s theorems
The rules governing complementation operations are summarized by three theorems. The first is the
involution theorem:
Proof The proof of Eq. (3.22) follows by perfect induction, using the truth table of Table 3.2;
(x + y) and x y are computed independently and are shown to be identical for all possible combinations
of values of x and y. The proof of Eq. (3.23) then follows by the principle of duality.
For n variables, Eqs. (3.22) and (3.23) can be expressed as follows: the complement of any expression
can be obtained by replacing each variable and element with its complement and, at the same time,
interchanging the OR and AND operations, that is,
Equation (3.24) is known as the general De Morgan’s theorem and its proof follows immediately from
Eq. (3.22) and mathematical induction on the number of operations.
it is necessary first to apply De Morgan’s theorem and then to multiply out the expressions in
parentheses:
Page 65 of 181
Example Prove the following identity:
From the application of Eq. (3.19) to x y + yz, it follows that the term x z may be added to the left-hand
side of the equation; i.e., the equation becomes
Another application of Eq. (3.19) to the first, third, and fourth terms in the augmented left-hand side of
the equation shows that yz is redundant. After elimination of yz, the left-hand side of the equation is
identical to its right-hand side (i.e., both consist of identical terms), and thus the proof is complete.
Switching Functions
Definitions
Let T (x1, x2, . . . , xn) be a switching expression. Since each of the variables x1, x2, . . . , xn can
independently assume either of the two values 0 or 1, there are 2n combinations of values to be considered
in determining the values of T . In order to determine the value of an expression for a given combination,
it is only necessary to substitute the values for the variables in the expression. For example, if
then, for the combination x = 0, y = 0, z = 1, the value of the expression is 1 because T (0, 0, 1) = 0’1 +
01’ + 0’0’ = 1. In a similar manner, the value of T may be computed for every combination, as shown in
the right-hand column of Table 3.3.
If we now repeat the above procedure and construct the truth table for the expression
we find that it is identical to that of Table 3.3. Hence, for every possible combination of variables, the
value of the expression is identical to the value of . Thus different
switching expressions may represent the same assignment of values specified by the right-hand column
of a truth table. The values assumed by an expression for all the combinations of variables x1, x2, . . . , xn
define a switching function. In other words, a switching function f (x1, x2, . . . , xn) is a correspondence
that associates an element of the algebra with each of the 2 n combinations of variables x1, x2, . . . , xn.
This correspondence is best specified by means of a truth table. Note that each truth table defines only
one switching function, although this function may be expressed in a number of ways.
The complement f (x1, x2, . . . , xn) is a function whose value is 1 whenever the value of f (x1, x2, . . . , xn)
is 0, and 0 whenever the value of f is 1. The sum of two functions f (x1, x2, . . . , xn) and g(x1, x2, . . . , xn)
is 1 for every combination in which either f or g or both equal 1, while their product is equal to 1 if and
only if both f and g equal 1. If a function f (x1, x2, . . . , xn) is specified by means of a truth table, its
complement is obtained by comple-menting each entry in the column headed f . New functions that are
equal to the sum f + g and the product f g are obtained by adding or multiplying the corresponding entries
in the f and g columns.
Example Two functions f (x, y, z) and g(x, y, z) are specified in columns f and g of Table 3.4. The complement
f’, the sum f + g, and the product f. g are specified in the corresponding columns.
Page 66 of 181
Simplification of Expressions
The truth table assigns to each combination of variable values a specific switch-ing element.
Consequently, all the properties of switching elements (Eqs. (3.1) through (3.24)) are valid when the
elements are replaced by expressions. For example, xy + xyz = xy by virtue of the property established
in Eq. (3.15).
First, apply the consensus theorem, Eq. (3.19), to the first three terms of T, letting x, y, and z replace
A’, C’ , and BD, respectively. As a result the third term, BC’D, is redundant. Next, apply the
distributive law, Eq. (3.13), to the fourth and fifth terms. This gives the expression AD’ (B’ + BC).
Letting x and y replace B’ and C’, respectively, and applying Eq. (3.17) yields AD’ (B’ + C). No other
literal is redundant; thus the simplest expression for T is
First apply Eq. (3.17) to the first two terms and to the last two terms. This yields
The next step in the simplification is not as obvious; in order to simplify T , it is first necessary to
expand it. Since
we have
The application of Eq. (3.15) to the first and last terms results in the elimi-nation of the last term. Now
apply Eq. (3.19) to the second, third, and fourth terms, letting x, y, and z replace D, B, and AC,
respectively. This step eliminates ABC and yields
Page 67 of 181
Truth tables have been shown to be the means for describing switching functions. An expression
representing a switching function is derived from the table by finding the sum of all the terms that
correspond to those combinations (i.e., rows) for which the function assumes the value 1. Each term is a
product of the variables on which the function depends. Variable xi appears in uncomplemented form in
the product if it has value 1 in the corresponding combination, and it appears in complemented form if it
has value 0. For example, the product term that corresponds to row 3 of Table 3.5, where the values of
x, y, and z are 0, 1, and 1, is x’ yz.
The sum of all product terms for the function defined by Table 3.5 is
A product term that, as for each term in the above expression, contains each of the n variables as factors
in either complemented or uncomplemented form is called a minterm. Its characteristic property is that
it assumes the value 1 for exactly one combination of variables. If we assign to each of the n variables a
fixed arbitrary value, either 0 or 1, then, of the 2n minterms, one and only one minterm will have value 1
while all the remaining 2n − 1 minterms will have value 0, because they differ by at least one literal,
whose value is 0, from the minterm whose value is 1. The sum of all minterms derived from those rows
for which the value of the function is 1 takes on the value 1 or 0 according to the value assumed by f.
Therefore, this sum is in fact an algebraic representation of f. An expression of this type is called a
canonical sum of products or disjunctive normal expression.
Switching functions are usually expressed in a compact form, obtained by listing the decimal codes
associated with the minterms for which f = 1. The decimal codes are derived from the truth tables by
regarding each row as a binary number; e.g., the minterm x’ yz’ is associated with row 010, which, when
interpreted as a binary number, is equal to 2. The function defined by Table 3.5 can thus be expressed as
where∑( ) means that f (x, y, z) is the sum of all the minterms whose decimal code is one of the numbers
given within the parentheses.
A switching function can also be expressed as a product of sums. This is accomplished by considering
those combinations for which the function is required to have the value 0. For example, the sum term x
+ y + z’ has the value 1 for all combinations of x, y, and z, except for x = 0, y = 0, and z = 1, when it has
the value 0. Any similar term assumes the value 0 for only one combination. Consequently, a product of
Page 68 of 181
such sum terms will assume the value 0 for precisely those combinations for which the individual terms
are 0. For all other combinations, the product-of-sum terms will have the value 1. A sum term that
contains each of the n variables in either a complemented or an uncomplemented form is called a
maxterm. An expression formed of the product of all maxterms for which the function takes on the value
0 is called a canonical product of sums or conjunctive normal expression.
In each maxterm, a variable xi appears in uncomplemented form if it has the value 0 in the
corresponding row in the truth table, and it appears in complemented form if it has the value 1. For
example, the maxterm that corresponds to the row whose decimal code is 1 in Table 3.5 is x + y + z’ .
The canonical product-of-sums expression for the function defined by Table 3.5 is given by
This function can also be expressed in a compact form by listing the combinations for which f is to have
value 0, i.e.,
Where П( ) means the product of all maxterms whose decimal code is given within the parentheses.
One way of obtaining the canonical forms of any switching function is by means of Shannon’s expansion
theorem (also called Shannon’s decomposition theorem), which states that any switching function f (x1,
x2, . . . , xn) can be expressed as either
Or
Proof this proceeds by perfect induction. Let x1 be equal to 1; then x1 equals 0 and Eq. (3.25) becomes
an identity, i.e.,
Similarly, substituting x1 = 0 and x1 = 1 also reduces Eq. (3.25) to an identity and thus the theorem is
proved.
If we now apply the expansion theorem with respect to variable x2 to each of the two terms in Eq.
(3.25), we obtain
The expansion of the function about the remaining variables yields the dis-junctive normal form. In a
similar manner, repeated applications of the dual expansion theorem, Eq. (3.26), to f (x1, x2, . . . , xn)
about its variables x1, x2, . . . , xn yield the conjunctive normal form.
A simpler and faster procedure for obtaining the canonical sum-of-products form of a switching function
is summarized as follows.
1. Examine each term; if it is a minterm, retain it, and continue to the next term.
Page 69 of 181
2. In each product that is not a minterm, check the variables that do not occur; for each xi that does
not occur, multiply the product by (xi + xi ).
3. Multiply out all products and eliminate redundant terms.
The canonical product-of-sums form is obtained in a dual manner by expressing the function as a product
of factors and adding the product xi xi to each factor in which the variable xi is missing. The expansion
into canonical form is obtained by repeated applications of Eq. (3.14).
In some instances, it is desirable to transform a function from one form to another. This transformation
can be accomplished by writing down the truth table and using the previously described techniques. An
alternative method, which is based on the involution theorem (x ) = x, is illustrated by the following
example.
Example Determine the canonical sum-of-products form for T (x, y, z) = x y + z + xyz. Applying rules
1–3, we obtain
The complement T’ consists of those minterms that are not contained in the expression for T , i.e.,
Page 70 of 181
of elements its modulo-2 sum; consequently, it is often called the modulo-2 addition operation. The
following properties of the EXCLUSIVE OR are direct consequences of its definition:
In general, the modulo-2 addition of an even number of elements whose value is 1 gives 0 and the
modulo-2 addition of an odd number of elements whose value is 1 gives 1. The usefulness of the modulo-
2-addition operation will become evident in subsequent chapters, and especially in the analysis and
design of linear sequential machines.
Logic Gates
Logic gates are fundamental building blocks of digital systems. Logic gate produces one output level
when some combinations of input levels are present. & a different output level when other combination
of input levels is present. In this, 3 basic types of gates are there. AND OR & NOT
The interconnection of gates to perform a variety of logical operation is called Logic Design. Inputs &
outputs of logic gates can occur only in two levels.1,0 or High, Low or True , False or On , Off. A table
which lists all the possible combinations of input variables & the corresponding outputs is called a Truth
Table. It shows how the logic circuits output responds to various combinations of logic levels at the
inputs. Level Logic, a logic in which the voltage levels represent logic 1 & logic 0.Level logic may be
Positive Logic or Negative Logic. In Positive Logic the higher of two voltage levels represent logic 1 &
Lower of two voltage levels represent logic 0.In Negative Logic the lower of two voltage levels represent
logic 1 & higher of two voltage levels represent logic 0.
In TTL (Transistor-Transistor Logic) Logic family voltage levels are +5v, 0v.Logic 1 represent +5v &
Logic 0 represent 0v.
AND Gate:
It is represented by “.” (dot) . It has two or more inputs but only one output. The output assumes the logic
1 state only when each one of its inputs is at logic 1 state. The output assumes the logic 0 state even if
one of its inputs is at logic 0 state. The AND gate is also called an All or Nothing gate.
OR Gate:
It is represented by “+” (plus) It has two or more inputs but only one output. The output assumes the
logic 1 state only when one of its inputs is at logic 1 state. The output assumes the logic 0 state even if
each one of its inputs is at logic 0 state. The OR gate is also called an Any or All gate. Also called an
inclusive OR gate because it includes the condition both the inputs can be present
Symbol Truth Table Boolean Expression
Y=A+B
NOT Gate:
It is represented by “ ―” (bar). It is also called an Inverter. It has only one input and one output. Whose
output always the compliment of its input. The output assumes logic 1 when input is logic 0 and output
assume logic 0 when input is logic 1.
Symbol Truth Table
Boolean Expression
A Y
0 1 Y = A’ or
1 0
Logic circuits of any complexity can be realized using only AND, OR , NOT gates. Using these 3
called AND-OR-INVERT i.e, AOI Logic circuits.
Universal Gates
The universal gates are NAND, NOR. Each of which can also realize Logic Circuits Single handedly.
NAND-NOR called Universal Building Blocks.. Both NAND-NOR can perform all the three basic logic
functions. AOI logic can be converted to NAND logic or NOR logic.
NAND Gate:
NAND assumes Logic 0 when each of inputs assume logic 1.
NAND gate mean NOT AND i.e, AND output is NOTed.
NAND→AND & NOT gates
Symbol
Truth Table
Page 72 of 181
Boolean Expression:
Y =(A .B)’
Bubbled OR gate: Bubbled OR gate is OR gate with inverted inputs. The output of this is same as
NAND gate.
Y=A‘+ B‘=(AB)‘
Bubbled NAND Gate: Bubbled NAND gate is NAND gate with inverted inputs. The output of this is
same as OR gate.
Y=A‘. B‘= ((A+B)‘)’ = A + B
NOR Gate:
NOR assumes Logic 1 when each of inputs assume logic 0.
NOR gate is NOT gate with OR gate. i.e, OR gate is NOTed.
NOR gate mean NOT OR i.e, OR output is NOTed.
NOR→OR & NOT gates
Symbol Truth Table
A BY
0 0 1
0 1 0 Boolean Expression
1 0 0 Y = (A+B)’
1 1 0
Bubbled AND gate: AND gate with inverted inputs. The AND gate with inverted inputs is called as
Bubbled AND gate. So a NOR gate is equivalent to a Bubbled AND Gate. A Bubbled AND gate is also
called a negative AND gate. Since its output assumes the HIGH state only when all its inputs are in LOW
state, a NOR gate is also called active-LOW AND gate. Output Y is 1 only when both A & B are equal
to 0.i.e, only when both A‘ and B‘ are equal to 1.
Bubbled NOR Gate: Bubbled NOR gate is NOR gate with inverted inputs. The output of this is same
as AND gate.
Y=A‘+ B‘= ((A.B)‘)’ = A.B
Page 73 of 181
IC 7425 is 2 four input NOR gate
The high outputs are generated only when odd number of high inputs is present. This is why x-or
function also known as odd function.
Page 74 of 181
xample: Implement the Function F= AB+CD using AND-OR Logic and NAND-NAND Logic
Example: The implementation of the form: F=XY‘+X‘Y+Z using AND-OR logic and NAND- NAND
logic .
Case (II): The implementation of Boolean expressions with only NOR gates requires that the function
be in the form of POS form.
Example: Implementation of the function (A+B)(C‘+D‘)using OR-AND logic and NOR- NOR logic.
Summary:
Page 75 of 181
Page 76 of 181
Unit II
Minimization of Switching Functions
Introduction:
The aim in simplifying a switching function f (x1, x2, . . . , xn) is to find an expression g(x1, x2, . . . , xn)
which is equivalent to f and which minimizes some cost criteria. There are various criteria to determine
minimal cost. The most common are:
1. the minimum number of appearances of literals (recall that a literal is a variable in complemented or
uncomplemented form);
2. the minimum number of literals in a sum-of-products (or product-of-sums) expression;
3. the minimum number of terms in a sum-of-products expression, provided that there is no other such
expression with the same number of terms and fewer literals.
In subsequent discussions, we shall adopt the third criterion and restrict our attention to the sum-of-
products form. Of course, dual results can be obtained by employing the product-of-sums form instead.
Note that the expression xy + xz + x’ y’ is minimal according to criterion 3, although it may be written
as x(y + z) + x’ y ‘, which requires fewer literals.
Consider the minimization of the function f (x, y, z) given below. A combination of the first and second
product terms yields x’ z ‘(y + y ‘) = x’ ‘z . Similarly, combinations of the second and third, fourth and
fifth, and fifth and sixth terms yield a reduced expression for f :
This expression is said to be in an irredundant form, since any attempt to reduce it, either by deleting any
of the four terms or by removing a literal, will yield an expression that is not equivalent to f . In general,
a sum-of-products expression, from which no term or literal can be deleted without altering its logic
value, is called an irredundant, or irreducible, expression.
The above reduction procedure is not unique, and a different combination of terms may yield different
reduced expressions. In fact, if we combine the first and second terms of f , the third and sixth, and the
fourth and fifth, we obtain the expression
In a similar manner, by combining the first and fourth terms, the second and third, and the fifth and sixth,
we obtain a third irredundant expression,
While all three expressions are irredundant, only the latter two are minimal. Consequently, an
irredundant expression is not necessarily minimal, nor is the minimal expression always unique. It is,
therefore, desirable to develop procedures for generating the set of all minimal expressions, so that the
appropriate one may be selected according to other criteria (e.g., the distribution of gate loads, etc.).
A
B
A+B = B+A
B A
Truth Table:
A B A+B B+A
0 0 0 0
0 1 1 1
1 0 1 1
1 1 1 1
Truth Table:
A B A.B B.A
0 0 0 0
0 1 0 0
1 0 0 0
1 1 1 1
Commutative law can be extended to any number of variables.
Page 78 of 181
e. Associative law:
(A + B) + C = A + ( B + C)
A OR B ored with C is same as A ORed A B C A (A+B)+ B+ A +
with B OR C/ + C C (B+
B C)
0 0 0 0 0 0 0
0 0 1 0 1 1 1
0 1 0 1 1 1 1
The above logic is same as the below 0 1 1 1 1 1 1
one.
1 0 0 1 1 0 1
1 0 1 1 1 1 1
1 1 0 1 1 1 1
1 1 1 1 1 1 1
Truth Table:
Similarly, (A.B).C = A. (B.C)
This law can be extended to any number of variables.
f. Distributive law:
a. A ( B + C ) = A.B + A.C
This law states that ORing of several variables and ANDing the result with a single variable is
equivalent to ANDing that single variable with each of the several variables and then ORing the
products.
A B C B+ A(B+C A A AB+A
C ) B C C
0 0 0 0 0 0 0 0
0 0 1 1 0 0 0 0
0 1 0 1 0 0 0 0
0 1 1 1 0 0 0 0
1 0 0 0 0 0 0 0
1 0 1 1 1 0 1 1
1 1 0 1 1 1 0 1
1 1 1 1 1 1 1 1
Truth Table:
b. A + BC = (A+B).(A+C)
This law states that ANDing of several variables and ORing the result with a single variable is
equivalent to ORing that single variable with each of the several variables and then ANDing the
same.
Proof:
RHS : (A+B)(A+C) = A.A + A.C+ A.B + B.C = A + AC + AB + BC = A ( 1 + C + B) + BC
= A + BC = LHS
Page 79 of 181
Hence Proved.
Page 80 of 181
j. Consensus Theorem:
i) AB + A’C + BC = AB + A’C ii) (A+B)(A’+C)(B+C) = (A+B)(A’+C)
Proof : Proof:
LHS = AB + A’C + BC ( A + A’) LHS = (A+B)(A’+C)(B+C)
= AB + A’C + BCA + BCA’ = (A.A’ + AC + A’B+ BC)(B+C)
= AB (1+C) + A’C (1 + B) = (AC+A’B+BC)(B+C)
= AB + A’C = RHS = ABC+AC+A’B+A’BC+BC+BC
Similarly, AB + A’C + BCD = AB + A’C =AC+A’B+BC
RHS = (A+B)(A’+C)
=A.A’+AC+A’B+BC
=AC+A’B+BC
LHS = RHS
k. Transposition Theorem:
AB + A’C = (A+C)(A’+B)
Proof:
RHS = (A+C)(A’+B)
= A.A’ + A.B + A’.C + BC
= 0 + A’C+AB+BC
= A’C + AB+ BC (A + A’)
= AB + ABC +A’C + A’BC
= AB + A’C = LHS
l. DeMorgan’s Theorem:
(X+Y)’ = X’.Y’
This law states that the complement of a sum of variables is equal to product of their individual
complements. This law can be represented using logic gates as
Truth Table:
X Y X+Y (X+Y)’ X’ Y’ X’.Y’
0 0 0 1 1 1 1
0 1 1 0 1 0 0
1 0 1 0 0 1 0
1 1 1 0 0 0 0
Page 81 of 181
Truth Table:
X Y (X.Y)’ X’ Y’ X’ + Y’
0 0 1 1 1 1
0 1 1 1 0 1
1 0 1 0 1 1
1 1 0 0 0 0
From the above truth table, column 3 is equal to column 6. Hence, (AB)’ = A’ + B’
Steps to be followed to DeMorganize a given function:
Identify the function as a SOP or POS.
Complement the individual terms and change the SOP to POS or vice-versa.
Check the individual terms whether they require DeMorganization.
If so, repeat it again till there is no such requirement.
Examples: Apply De Morgan’s theorem to get the complement of the following Boolean functions:
i. F = (A + B’).(C + D’)
To get F’, Change the sign and take complements iii. F= {(X.Y’)’}.Y’ + Z
F’ = (A + B’).(C + D’) F’ =[ {(X.Y’)’}.Y’ + Z]’
= (A + B’)’ + (C + D’)’ = [ {(X.Y’)’}.Y’]’ . Z’
= A’.B + C’.D = [{(X.Y’)’}’ +Y] . Z’
=[X.Y’+Y].Z’
ii. F = [(AB)’] (CD +E’F) . {(AB)’ + (CD)’}]’ =(X + Y).Z’
F’ = [(AB)’]’ + (CD +E’F)’ + {(AB)’ + (CD)’}’
= AB + {(CD)’.(E’F)’}+ (AB.CD) iv. Simplify F =[ ( X’ + Z) . (XY)’]’
= AB + (C’ +D’).(E+F’) + ABCD Ans: F =[ ( X’ + Z) . (XY)’]’
= AB(1+CD) + (C’ +D’).(E+F’) = [ ( X’ + Z)]’ + [(XY)’]’
=AB + (C’ +D’).(E+F’) = X.Z’ + XY
=X ( Y + Z’)
Duality:
An algebraic expression in Boolean algebra which is obtained from any valid expression by interchanging OR &
AND operation and replacing ‘1’ by ‘0’ and ‘0’ by ‘1’ is also valid. This property is called Duality principle.
For example,
1) x+1 = 1, then its duality is x.0 = 0 3) x + x’ = 1, then its duality is x.x’=0
2) x+x = x, then its duality is x.x = x 4) x + xy = x, then its duality is x.(x+y) = x
6) (A+C+D)(A+C+D’)(A+C’+D)(A+B’)
= (A.A + A.C + A.D’ +A.C+ C.C+CD’+A.D+C.D+D.D’).(A+C’+D).(A+B’)
=(A +A.C+A.D’+A.C+ C + CD’ +C.D +0)(A+C’+D).(A+B’) as A.A =A & D.D’= 0
={A(1+C+D’+C) + C (1 +D’+D)}.(A+C’+D).(A+B’)
=(A + C)(A+C’+D).(A+B’) as 1 + any function = 1
= (A.A + AC’ + AD + AC + C.C’ + CD).(A+B’)
= (A + AC’ + AD + AC + 0+CD)(A+B’)
={A(1+C’+D+C)+CD}.(A+B’)
=(A+CD).(A+B’)
=A+AB’ + ACD + B’CD
= A(1+B’+CD) + B’CD
=A + B’CD
In the case of a minterm Karnaugh map, ‘1’ is placed in all those squares for which the output is ‘1’, and
‘0’ is placed in all those squares for which the output is ‘0’. 0s are omitted for simplicity. An ‘X’ is placed
in squares corresponding to ‘don’t care’ conditions. In the case of a maxterm Karnaugh map, a ‘1’ is
placed in all those squares for which the output is ‘0’, and a ‘0’ is placed for input entries corresponding
to a ‘1’ output. Again, 0s are omitted for simplicity, and an ‘X’ is placed in squares corresponding to
‘don’t care’ conditions.
The choice of terms identifying different rows and columns of a Karnaugh map is not unique for a given
number of variables. The only condition to be satisfied is that the designation of adjacent rows and
adjacent columns should be the same except for one of the literals being complemented. Also, the extreme
rows and extreme columns are considered adjacent.
Important points to be remembered to group inside Karnaugh map.
• Biggest decimal number in the given function decides, which K-Map is to be used. For instance, a
single variable can define only two decimal values 0 and 1, with maximum value as 1. Two variables
can define 22 =4 values, 0, 1, 2 and 3, with maximum value as 3. So if a given function has 4 as the
biggest decimal number, it cannot be defined by two variables. We need to use 3 variables because
by using 3 variables, we can have 23 = 8 decimal values with 7 as the maximum value.
• Try to cover all 1′s even if they become part of more than 1 loop.
• Look for the biggest loop at first. So if a K-Map has an Octet, it should be circled first, followed by
quads if any, followed by pairs if any.
• Pair eliminates 1 variable, Quad eliminates 2 variables and an Octet eliminates 3 variables.
• While looping, one visualize folding the K-Map like a paper and can loop 1′s present in left most and
right most columns of the same row.
• Also visualize overlapping K-Map in case of 5 and 6 variable K-Maps.
• Fold and overlap the K-Map only in horizontal and vertical direction but not in diagonal.
• ‘Don’t care’ entries can be used in accounting for all of 1-squares to make optimum groups. They are
marked ‘X’ in the corresponding squares. It is, however, not necessary to account for all ‘don’t care’
entries. Only such entries that can be used to advantage should be used.
A decimal numerical value is assigned to each cell and the labeling of the cells is done in such a manner
that only one variable changes at a time. A ‘0’ denotes a complemented variable and “1” an un-
Page 84 of 181
complemented variable. K-Map can be created for 3-variable, 4-variable, 5-variable and so on. A k-
variable K-Map has 2k cells. Below diagram is of a 3-variable K-Map:
At a time only one variable is changing from complemented to un-complemented & vice-versa as we
move from one cell to next.
Looping adjacent 1’s for simplification
The expression for output Y can be simplified by properly combining those squares in the K-Map which
contain 1s. The process of combining those 1s is called looping.
Pairs – Looping groups of Two 1s
Any adjacent pair of cells marked by a 1 in a K-Map can be combined into one term and one variable is
eliminated which is changing i.e. from A to A’ or B’ to B etc.Any single logical 1 on the map represents
AND function. The total expression corresponding to the logical 1s of a map are the OR function (sum)
of the various variable terms, which covers all the logical 1 in the map.
F = Σ(2,3) = AB’ + AB = A (B’ + B) = A
An example of 2-variable K-Map. A 2-variable K-Map will have 22 = 4 cells.
Page 85 of 181
An implicant of Y such that if any variable is removed from the implicant, the resulting term does not
imply Y.
Example: Y=AB+ABC+BC
Ans:
Prime Implicants: AB, BC. Not a prime implicant: ABC
ABC is not a prime implicant because the literal A can be removed to give BC and BC still implies Y.
Conversely AB is not a prime implicant because you can't remove either A or B and have the remaining
term still imply Y.
In truth tables the prime implicants are represented by the largest rectangular groups of ones that can be
circled. If a smaller subgroup is circled, the smaller group is an implicant, but not a prime implicant.
PI Theorem
A minimal sum is a sum of prime implicants.
Distinguished 1-Cell
An input combination that is covered by 1 prime implicant. In terms of Karnaugh maps, distinguished 1-
cells are 1's that are circled by only 1 prime implicant.
Essential Prime Implicant
A prime implicant that that includes one or more distinguished one cells. Essential prime implicants are
important because a minimal sum contains all essential prime implicants.
3 Variable K-Map:
A 3-variable K-Map will have 23 = 8 cells. The number of variables is decided by the biggest decimal
number in a given function. A function F which has maximum decimal value of 7, can be defined and
simplified by a 3-variable Karnaugh Map.
3-Variable K-Map
Page 86 of 181
First cell is denoted by 0, second by 1 and then third by 3 and not by 2. This is because, A’BC (ANDing
of first row A’ and third column BC) corresponds to decimal number 3 in the boolean table. Similarly,
second row, third column ABC is denoted by 7 and not by 6.
Example of 3-Variable K-Map
Given function, F = Σ (1, 2, 3, 4, 5, 6)
Since the biggest number in this function is 6, it can be defined by 3 variables.
Draw K-Map for this function by writing 1 in cells that are present in function and 0 in rest of the cells.
apply rules for simplifying K-Map. So, first look for an octet i.e. 8 adjacent 1′s. There is none, then look
for a quad i.e. 4 adjacent 1′s. Again, there is none, hence look for pairs. There are 3 pairs circled in red.
(1,3) – A’C (Since B is the changing variable between these two cells, it is eliminated)
(2,6) – BC’ (Since A is the changing variable, it is eliminated)
(4, 5) – AB’ (Since C is the changing variable, it is eliminated)
Thus, F = A’C + BC’ + AB’.
Page 87 of 181
4-Variable K-Map
A 4-variable K-Map will have 24 = 16 cells. A function F which has maximum decimal value of 15, can
be defined and simplified by a 4-variable Karnaugh Map.
Applying rules of simplifying K-Map, there are no Octets and Quads. There are 3 pairs, circled in red.
(0, 4) – A’C'D’ (Since B is the changing variable between these two cells, it is eliminated)
(4, 6) – A’BD’ (Since C is the changing variable, it is eliminated)
(8, 10) – AB’D’ (Since C is the changing variable, it is eliminated)
Page 88 of 181
There is 1 in cell 15, which cannot be looped with any adjacent cell, hence it can not be simplified further
and left as it is.
15 = ABCD
Thus, F = A’C'D’ + A’BD’ + AB’D’ + ABCD
Applying rules of K-Map, there is no octet. There are 2 quads and there are 3 pairs.
(1, 5, 13, 9) – C’D (Since A and B are changing variables, they are eliminated)
(9, 11, 13, 15) – AD (Since B and C are changing variables, they are eliminated)
(0, 1) – A’B'C’ (Since D is the changing variable, it is eliminated)
(1, 3) – A’B'D (Since C is the changing variable, it is eliminated)
(12, 13) – ABC’ (Since D is the changing variable, it is eliminated)
There is 1 in cell 6, which cannot be looped with any adjacent cell, hence it can not be simplified further
and left as it is.
6 = A’BCD’
Thus, F = C’D + AD + A’B'C’ + A’B'D + ABC’ + A’BCD’
Page 89 of 181
Applying rules of simplifying K-Map, there is no octet. There are 1 quad and 3 pairs.
(5, 7, 13, 15) – BD (Since A and C are changing variables, they are eliminated)
(0, 4) – A’C'D’ (Since B is the changing variable, it is eliminated)
(2, 3) – A’B'C (Since D is the changing variable, it is eliminated)
(8, 9) – AB’C’ (Since D is the changing variable, it is eliminated)
Thus, F = BD + A’C'D’ + A’B'C + AB’C’
Applying rules of simplifying K-Map, there is no octet. There are two quads and two pairs.
(4, 6, 12, 14) – BD’ (Since A and C are changing variables, they are eliminated)
(6, 7, 14, 15) – BC (Since A and D are changing variables, they are eliminated)
(0, 4) – A’C'D’ (Since B is the changing variable, it is eliminated)
(3, 7) – A’CD (Since B is the changing variable, it is eliminated)
There is 1 in cell 9, which cannot be looped with any adjacent cell, hence it cannot be simplified further
and left as it is.
9 – AB’C'D
Thus, F = BD’ + BC + A’C'D’ + A’CD + AB’C'D
Page 90 of 181
Karnaugh Map Examples to find Prime Implicants, Distinguished 1-Cells, Essential Prime
Implicants, Minimal Sums
In the following examples the distinguished 1-cells are marked in the upper left corner of the cell with
an asterisk (*). The essential prime implicants are circled in blue, the prime implicants are circled
in black, and the non-essential prime implicants included in the minimal sum are shown in red.
Example 1
Prime Implicants: 5
Distinguished 1-Cells: 2
Essential Prime Implicants: 2
Minimal Sums: 1
Example 2
Prime Implicants: 7
Distinguished 1-Cells: 2
Essential Prime Implicants: 2
Minimal Sums: 1
Page 91 of 181
5-Variable K-Map
A 5-variable K-Map will have 25 = 32 cells. A function F which has maximum decimal value of 31, can
be defined and simplified by a 5-variable Karnaugh Map.
Boolean Table For 5 Variables
5-Variable K-Map
In above Boolean table, from 0 to 15, A is 0 and
from 16 to 31, A is 1. A 5-variable K-Map is
drawn as below.
Page 92 of 181
Example 1 of 5-Variable K-Map
Given function, F = Σ (1, 3, 4, 5, 11, 12, 14, 16, 20, 21, 30)
Since, the biggest number is 30, 5 variables are required to define this function.
Draw K-Map for this function by writing 1 in cells that are present in function and 0 in rest
of the cells.
Applying rules of simplifying K-Map, there is no octet. There is one quad that is obtained
by visualizing second square on first, there are 4 adjacent cells – 4,5,20 and 21. The octet
is highlighted by a blue connecting line. There are 5 pairs. Similar to quad, there is one pair
between two squares which is highlighted by the blue connecting line.
(4, 5, 20, 21) – B’CD’ (Since A & E are the changing variables, it is eliminated)
(12, 14) – A’BCE’ (Since D is the changing variable, it is eliminated)
(14, 30) – BCDE’ (Since A is the changing variable, it is eliminated)
(3, 11) – A’C'DE (Since B is the changing variable, it is eliminated)
(16, 20) – AB’D'E’ (Since C is the changing variable, it is eliminated)
(1, 3) – A’B'C’E (Since D is the changing variable, it is eliminated)
Thus, F = B’CD’ + A’BCE’ + BCDE’ + A’C'DE + AB’D'E’ + A’B'C’E
Applying rules of simplifying K-Map, there are 2 octets. First one is in square 2 circled in
red. Another octet is between 2 squares highlighted by blue connecting lines. There are 2
quads between each of the squares.
Page 93 of 181
(16, 17, 20, 21, 28, 29, 24, 25) – AD’ (Since B, C and E are changing variables, they are
eliminated)
(0, 1, 8, 9, 16, 17, 24, 25) – C’D’ (Since A, B and E are changing variables, they are
eliminated)
(0, 1, 2, 3) – A’B'C’ (Since D and E are changing variables, they are eliminated)
(28, 29, 30, 31) – ABC (Since D and E are changing variables, they are eliminated)
Thus, F = AD’ + C’D’ + A’B'C’ + ABC
6-Variable K-Map
A 6-variable K-Map will have 26 = 64 cells. A function F which has maximum decimal
value of 63, can be defined and simplified by a 6-variable Karnaugh Map.
For 6 variables
➢ A = 0 for decimal values 0 to 31 and A = 1 for 31 to 63.
➢ B = 0 for decimal values 0 to 15 and 32 to 47. B = 1 for decimal values 16 to 31
and 48 to 63.
A 6-variable K-Map is drawn as below:
Visualize each of these squares one on another and figure out adjacent cells.
Example 1 of 6-Variable K-Map
Given function, F = Σ (0, 2, 4, 8, 10, 13, 15, 16, 18, 20, 23, 24, 26, 32, 34, 40, 41, 42, 45,
47, 48, 50, 56, 57, 58, 60, 61)
Since, the biggest number is 61, 6 variables are required to define this function.
Draw K-Map for this function by writing 1 in cells that are present in function and 0 in rest
of the cells.
Page 94 of 181
Applying rules of simplifying K-Map, there is one loop which has 16 1′s – containing 1′s
at all the corners of all 4 squares. We obtain it by visualizing all the 4 squares over one
another but only in horizontal or vertical direction (not diagonal) and figuring out adjacent
cells. All the 1′s in corners are circled in green.
There are 4 pairs, one in fourth square at bottom-right and other 3 are between the squares
and are highlighted by blue connecting line.
(0, 2, 8, 10, 16, 18, 24, 26, 32, 34, 40, 42, 48, 50, 56, 58) – D’F’ (A, B, C and E are changing
variables, so they are eliminated)
(41, 45, 57, 61) – ACE’F (B & D are changing variables, so they are eliminated)
(13, 15, 45, 47) – B’CDF (A & E are changing variables, so they are eliminated)
(0, 4, 16, 20) – A’C'E’F’ (B & D are changing variables, so they are eliminated)
(56, 57, 60, 61) – ABCE’ (D and F are changing variables, so they are eliminated)
There is 1 in cell 23, which cannot be looped with any adjacent cell, hence it cannot be
simplified further and left as it is.
23 = A’BC’DEF
Thus, F = D’F’ + ACE’F + B’CDF + A’C'E’F’ + ABCE’ + A’BC’DEF
Page 95 of 181
DON’T CARE CONDITIONS
Functions that have unspecified output for some input combinations are called
incompletely specified functions. Unspecified minterms of functions are called ‘don’t care’
conditions. We simply don’t care whether the value of 0 or 1 is assigned to F for a particular
minterm. ßDon’t care conditions are represented by X in the K-Map table. Don’t care
conditions play a central role in the specification and optimization of logic circuits as they
represent the degrees of freedom of transforming a network into a functionally equivalent
one.
Example of the Use of a Karnaugh Map with Don’t Care Conditions
Design a circuit with four inputs D, C, B, A that are natural 8421-binary encoded with D
as the most-significant bit. The output F is true if the month represented by the input
(0,0,0,0 = January, 1011 = December) is a vacation month . Vacation is on Christmas,
Easter, July, birthday (September), or friend’s birthday (May). Since Easter can occur in
either March or April, we have to include both months.
Step 1: The truth table
Construct a truth table. Note that binary input 1100 to 1111 (12 to 15) do not represent
valid months and cannot occur. Although the output F should be 0 for these months since
the output does not represent a vacation month, it does not matter whether we choose F as
0 or 1. So, we put x in the output column to represent don’t care and we can later choose x
as 0 or 1 to simplify the logic.
D C B A MONTH F
0 0 0 0 JAN 0
0 0 0 1 FEB 0
0 0 1 0 MAR 1
0 0 1 1 APR 1
0 1 0 0 MAY 1
0 1 0 1 JUN 0
0 1 1 0 JULY 0
0 1 1 1 AUG 0
1 0 0 0 SEP 1
1 0 0 1 OCT 0
1 0 1 0 NOV 0
1 0 1 1 DEC 1
1 1 0 0 X
1 1 0 1 X
1 1 1 0 X
1 1 1 1 X
Page 96 of 181
Step 2 The Karnaugh map
put 1s in the squares where F = 1, an x in don’t care squares and leave the remaining
squares (that contain a zero) empty.
This solution is not unique because one could have created other groupings of 1s (but none
simpler than this).
Page 97 of 181
Quine McCluskey Tabulation Method:
The Quine McCluskey tabulation method is a very useful and convenient tool for
simplification of Boolean functions for large numbers of variables. The Karnaugh map
method is a very useful and convenient tool for simplification of Boolean functions as long
as the number of variables does not exceed four. But for case of large number of variables,
the visualization and selection of patterns of adjacent cells in the Karnaugh map becomes
complicated and too much difficult. For those cases Quine McCluskey tabulation method
takes vital role to simplify the Boolean expression. The Quine McCluskey tabulation
method is a specific step-by-step procedure to achieve guaranteed, simplified standard
form of expression for a function.
Consider the Boolean expression F= (0,1,2,3,5,7,8,10,14,15) and To minimize by Quine
McCluskey tabulation method.
• To start with we have to make table and kept all the numbers in same group whose
binary numbers containing equal 1s. Like 1,2,8 (0001,0010,1000) are in same group
because all has equal 1s in their binary number. See in below table
• Add another column to right side of that table naming 1st Now between two groups
depending upon number of 1s, we have to find similar number with only one position
change to 0 to 1. See the binary number of 1 (0001) from first group and 3 (0011) from
second group. Both the numbers are similar only second bit position from LSB change
0 to 1. So in new column we should write (1, 3) 00-1 (in place of number change we
put “–“on that). In this way we have to check entire table and make new column
accordingly.
Page 98 of 181
• Again add another column to right side of that table naming 2nd and now between two
groups from 1st column, we have to find similar number with only one position change
to 0 to 1. See the binary number of (0,1) (000-) and (2,3) (001-). Both the numbers are
similar only second bit position from LSB change 0 to 1. So in new column we should
write (0, 1, 2, 3) 00– (in place of number change we put “–“ on that). In this way we
have to check entire table and make new column accordingly.
• Mark those combinations that are used in 2nd Like for first one (0,1,2,3), the used
combinations are 0,1 and 2,3 from 1st column.
• The final table is drawn for getting the simplified Boolean expression. The table is
drawn with all combination of 2nd column and unused portion of 1st
Page 99 of 181
• Strike of the rows for which cross is found in more than one column, i.e.first row is
striked since 0, 2 are available in row 2 similarly 1,3 are available in 3rd row , But don’t
strike the rows which has only one cross in a column.
• Now we can get the simplified Boolean expression from above table and it’s correspond
2nd column value. We have to take uncut row with its 2ndcolumn value and convert it
with ABCD variable. Like if 0 is found take complement value, 1 for uncomplement
value and “–“for no variable.
0, 8,2,10 (- 0 – 0) =B’D’
1,3,5,7 (0 – – 1) = A’D
14, 15 (1 1 1 -) =ABC
Hence F =B’D’+A’D+ABC
Partially Specified Expressions: These are the expressions which not are not completely
specified i.e, the output is not specified for all the combinations of the input .These
expressions involve the don’t care conditions and simplified like expressions with don’t
care conditions.
Multi-output minimizations:
The multi output minimization is getting multiple outputs from a set of given inputs and
utilizing the intermediate stages of the expression as a common wherever required.
Example : BCD to 7 segment driver, where the input is a 4 bit a number and the outputs
are 7 driving individual LEDs of the 7 segment.
Design using Conventional Logic gates, Data Selectors, Encoders, Priority Encoder, Decoders,
comparators, Adders, multiplexers, De-multiplexers, realization of switching functions using
MUX, Parity generators and code converters. Static Hazards and Hazard Free Realizations.
Comparators
An n-bit comparator is a circuit that compares the magnitude of two numbers X and Y. It has
three outputs f1, f2, and f3, such that: f1 = 1 if (if and only if ) X > Y ; f2 = 1 if X = Y ; f3 = 1 if X <
Y . As an example, consider an elementary 2-bit comparator, as in Fig. 5.4a.
The circuit has four inputs x1, x2, y1 and y2, where x1 and y1 denote the most significant digit of X
and Y, respectively. The logic equations may be determined with the aid of the map in Fig. 5.4b,
where the values 1, 2, and 3 are entered in appropriate cells to denote, respectively, f1 = 1, f2 = 1,
and
The circuit for f1 is shown in Fig. 5.4c. Similar circuits are obtained for f2 and f3.
The reader can verify that X >Y, i.e. f1 = 1, when the most significant bit of X is larger
than that of Y , i.e., x1 > y1, or when the most significant bits are equal but the least
significant bit of X is larger than that of Y , namely, x1 = y1 and x2 > y2. In a similar way,
we can determine the conditions for f2 = 1 and f3 = 1.
This line of reasoning can be further generalized to yield the logic equations for a 4-bit
comparator.
A block diagram for a data selector with eight data input lines is shown in Fig. 5.6a. The
select number consists of the three digits s2s1s0. Thus, for example, when s2s1s0 = 101 then
D5 is to be connected to the output, and so on. The Enable (or Strobe) input “enables” or
turns the circuit on. A logic diagram for this data selector is shown in Fig. 5.6b. Such a
unit provides the complement z of the output as well as the output z itself. The Enable input
turns the circuit on when it assumes the value 0.
Implementing switching functions with data selectors
In a similar manner, a judicial choice of inputs will implement any of the 16 different two-
variable functions (see Table 3.6). In general, to implement an n-variable function we require
a data selector with n − 1 select inputs and 2n−1 data inputs. Hence, for example, to implement
all three-variable functions we require a data selector with two select inputs, s1 and s2, and 23−1
= 4 data inputs, D0, D1, D2, and D3. The output of such a data selector is
z = s1s2D0 + s1s2D1 + s1s2D2 + s1s2D3.
The reader can verify that, if we connect variables A and B to s1 and s2, respectively, and
variables C and C to D0 and D3, respectively, and assign constants 1 to D1 and 0 to D0 then
the circuit will realize the function
z =A B C + AB + ABC = AC + B C.
In general, then, to implement an n-variable function we assign n − 1
vari-ables to the select inputs, one to each such input. The last variable and the constants 0
and 1 are assigned to the data inputs in such a way that together with the select input
variables they will yield the required function. Such an implementation is usually possible
when at least one variable is available in both its complemented as well as its
uncomplemented form; otherwise, a larger data selector may be required. Implementations
of functions of five or more variables are usually accomplished by means of a multi-level
arrangement of several smaller standard data selectors.
Priority Encoders:
A priority encoder is a device with n input lines and log2 n output lines. The input lines
represent units which may request service. When two lines pi and pj , such that i > j , request
service simultaneously, line pi has priority over line pj . The encoder produces a binary
output code indicating which of the input lines requesting service has the highest priority.
An input line pi indicates a request for service by assuming the value 1. A block diagram
for an eight-input three-output priority encoder is shown in Fig. 5.8a.
An implementation of such an encoder is given in Fig. 5.8c. In this encoder, the inputs are
given in complemented form. The circuit also has an Enable signal and contains an output
z0 that indicates whether any requests are present. Specifically, z0 = 0 if there is no request
and z0 = 1 if there are one or more requests present. It is possible to combine several such
encoders, by means of external gating, to handle more than eight inputs
Decoders
A decoder is a combinational circuit with n inputs and at most 2n outputs. Its characteristic
property is that for every combination of input values, only one output value will be equal
Figure 5.9a illustrates a basic 2-to-4 decoder. Clearly, if w and x are the input variables
then each output corresponds to a different minterm of two variables. Two such 2-to-4
decoders plus a gate-switching matrix can be connected, as shown in Fig. 5.9b, to form a
4-to-16 decoder. Switching matrices are very widely used in the design of digital circuits.
Not all decoders have exactly 2n outputs. Figure 5.10 describes a decimal decoder that
converts information from BCD to decimal. It has four inputs w,
x, y, and z, where w is the most significant and z the least significant digit, and 10 outputs,
f0 through f9, corresponding to the decimal numbers. In designing this decoder, we have
taken advantage of the don’t-care combinations, f10 through f16, as can be verified by means
of the map in Fig. 5.10b. Another implementation of decimal decoders is by means of a
partial-gate matrix, as shown in Fig. 5.11.
A decoder with exactly n inputs and 2n outputs can also be used to
implement any switching function. Each output of such a decoder realizes one distinct min
term. Thus, by connecting the appropriate outputs to an OR gate, the required function can
be realized. Figure 5.12 illustrates the implementation of the function f (A, B, C, D) = (1,
5, 9, 15) by means of a complete decoder, i.e., one with n inputs and 2n outputs.
A decoder with one data input and n address inputs is called a demultiplexer. It directs
the input data to any one of the 2n outputs, as specified by the n-bit
Adders_subtractors:
A full adder is a combinational circuit that forms the arithmetic sum of three bits. It
consists of three inputs and two out puts. Two of the input variables, denoted by x and y,
represent the two significant bits to be added. The third input c represents the carry from the
previous lower significant position. two outputs are necessary because the arithmetic sum of
three binary digits ranges in value from0 to 3 and binary 2 or 3 needs two digit. The two outputs
are designated by the symbols S for sum and C for carry. The binary variable S gives the value
of the least significant bit of the sum.
The binary variable C gives the output carry. The truth table of the full adder is listed
in table 4.4.
The eight rows under the input variables designate all possible combinations of the three
variables. The output variables are determined from the arithmetic sum of the input bits. When
all input bits are 0, the output is 0.The S output is equal to 1 when only one input is equal to 1
or when all three inputs are equal 1. The C output has a carry of 1 if two or three inputs are
equal to 1. The input and output bits of the combinational circuit have different interpretations
at various stages of the problem. On the one hand. physically. the binary signals of the inputs
are considered binary digits to be added arithmetically to form a two-digit sum at the output.
On the other hand the same binary values are considered as variables of Boolean functions
The logic diagram for the full adder implemented in sum-of-products form is shown in Fig. 4.7.
It can also be implemented with two half adders and one OR gate. as shown in Fig.4.8.The S
output from the second half adder is the exclusive-OR of z and the output of the first half adder
giving
Binary Adder
A binary adder is a digital circuit that produces the arithmetic sum of two binary numbers. It can
be constructed with full adders connected in cascade. with the output carry from each full adder
connected to the input carry of the next full adder in the chain. Figure 4.9 shows the
interconnection of four full-adder (FA) circuits to provide a four-bit binary ripple carry adder.
The augend bits of A and the addend bits of B are designated by subscript numbers from right to
left with subscript 0 denoting the least significant bit. The carries are connected in a chain
through the full adders. The input carry to the adder is Co. and it ripples through the full adders
to the output carry C4 The S outputs generate the required sum bits. An two-bit adder requires n
full adders with each output carry connected to the input carry of the next higher order full adder.
To demonstrate with a specific example. consider the two binary numbers A = 101 1 and B =
00 11. Their sum S = 1110 is formed with the four-bit adder as follows:
Carry Propagation
The addition of two binary numbers in parallel implies that all the bits of the augend and addend
are available for computation at the same time. As in any combinational circuit, the signal must
propagate through the gates before the correct output sum is available in the output terminals.
The total propagation time is equal to the propagation delay of a typical gate times the number
of gate levels in the circuit. The longest propagation delay time in an adder is the time it takes
the carry to propagate through the full adders. Since each bit of the sum output depends on the
value of the input carry the value of Sj at any given stage in the adder will be in its stead y-state
final value only after the input carry to that stage has been propagated. In this regard consider
output S3 in Fig. 4.9. Inputs A3 and BJ are available as soon as input signals are applied to the
adder. However, input carry C3 does no (settle to its final value until C2 is available from the
previous stage.
Similarly, C2 has to wait for C1and so on down 10 Co- Thus, only after the carry propagates and
ripples through all stages will the last output 5J and carry Col settle to their final correct value .
The number of gate levels for the carry propagation can be found from the circuit of the fulladder.
The circuit is redraw n with different labels in Fig. 4.10 for convenience. The input and
Gi, is called a carry generate and it produces a carry of 1 when both A, and B, are 1. regardless
f the input carry)' C,. Pi’s called carry propagate because it determines whether a carry into rage
i will propagate into stage i .... I (i.e .. whether an assertion of Ci will propagate to an assertion
of Ci-tl. We now write the Boolean functions for the carry )' outputs o f each stage and substitute
the value of each C; from the previous equations:
Since the Boolean function for each out put carry is expressed in sum-of-products form. each
function can be implemented with one level of AND gates followed by an OR gate (or by a two-
level NAND).1lle three Boolean functions for C t. C2• and C) are implemented in the carry
lookahead generator shown in Fig. 4 .11. shows that this circuit can add in less time because C1
doe s not have to wait for C2 and C. to propagate: in fact. C" is propagated at the same time as
C 1 and C2. This gain in speed of operation is achieved at to be expense of additional complexity
(hardware)
Discrete quantities of information are represented in digital systems by binary codes. A binary
code of n bits is capable of representing up to 2" distinct elements of coded information. A
decoder is a combinational circuit that converts binary information from" input Hence to a maxi
mum of 2" unique output line c. If the bit coded information is unused combination the decoder
may have fewer than 2" outputs. The decoders presented here are called n-to-m-line decoders,
where m :s: 2". Their purpose is to generate me2" (or fewer) minterms of n input variables. The
name decoder is used in conjunction with other code converters. such as a BCD-to-seven-
segment decoder. As an example consider the three-to-eight-line decoder circuit of Fig. 4.18.
The three inputs are decoded into eight outputs each representing one of the minterms of the
three input variables. The three inverters provide the complement of the inputs, and each one of
the eight AND gates generates one of the minterms. A particular application of this decoder is
binary-to-octal conversion.
The decode r is enabled when E is equ al to 0 (i.e.. active-low enable ). As indicated by the truth table
only one output can be equal to 0 at any given time; all other outputs are equal 10 I. The output whose
value is equal to 0 represents the minterm selected by inputs A and B. The circuit is disabled when E is
equal 10 I. regardless of the values of the other two inputs. When the circuit is disabled. none of the
outputs are equal 10 0 and none of the minterms are selected .
In general a decoder may operate with complemented or un complemented outputs. The enable input
may be activated with a 0 or with a 1 signal. Some decoders have two or more enable inputs that must
satisfy a given logic condition in only to enable the circuit.
A decode r with enable input can function as a demultiplexer\ a circuit that receives information from a
single line and directs to one of 2" possible output lines. The selection of a specific output is controlled
by the bit combination of n selection lines. The decoder of Fig. 4.19 can function as a o ne-to-four-line
demultiplexer when E is taken as a data input line and A and B are taken as the selection input s. The
single input variable E has a pat h 10 all four outputs. but the input information is directed 10 only one
of the output lines as specified by the bi nary combination of the two selection lines A and B. This feature
can be verified from the truth tab le of the circuit. For example, if the selection lines AB = 10, will be the
same as the input value E. while all other outputs are maintained at I. Because decoder and demultiplexer
operations are obtained from the same circuit. a decoder with an enable input is referred to as a decoder-
demultiplexer. Decoders with enable inputs can be connected together to form a larger decoder circuit.
Figure 4.20 shows two 3-to-8-line decoders with enable inputs connected to form a 4-10-16 line decoder.
When w = 0. the top decoder is enabled and the other is disabled. The bottom decoder outputs are all O's.
and the top eight outputs generate minterms 0000 to 011 1. When w = 1 , the en able conditions are
reversed: The bottom decoder outputs generate minterms 1000 to 1111, while the outputs of the top
decoder are all D's. This example demonstrates the usefulness of enable inputs in decoders and other
combinational logic components. In general enable inputs are a convenient feature for interconnecting
two or more standard components for the purpose of combining them into a similar function with more
inputs and outputs
Since there are three input s and a total of eight min terms we need
a three-to-eight-line decoder. The implement at ion is shown in Fig. 4.2 1. The- decoder generates
the eight minterms for x. y. and z. The OR gate for output S forms the logical sum of minterms 1.
2. 4. and 7. The OR gate for output C forms the logical sum of minterms 3. 5. 6. and 7. A function
with a long list of minterms requires an OR gate- with a large number of inputs. A function having
a list of k. minterms can be expressed in it complemented from F' with 2" - k. minterm s. If the
number of min terms in the function is greater than 2"/2. then F' can be expressed with fewer
minterms. In such a case. it is advantageous to use a OR gate to sum the min terms of F' . The
output of the OR gate complements this sum and generates the normal output F. l f NAN D gate s
are used for the decode r. as in Fig. 4.19. then the external gates must be NAND gates instead of
OR gates. This is because a two-level AND gate circuit implements a sum-of-minterms function
equivalent to a two-level AND-OR circuit.
For example.the fourth row in the table, with inputs XX10. represent s the four minterms 0010,01 10, 10
10, and 11 10. The simplified Boolean express ions for the priority encoder are obtained from the maps.
The condition for output V is an OR function of all the input variables. The priority encoder is
implemented in Fig. 4.23 according to the following Boolean
functions:
Multiplexers:
A multiplexer is a combinational circuit that selects binary information from one of many input lines and
directs it to a single output line. The selection of a particular input line is controlled by a set of selection
lines. Normally there are 2n input lines and II selection lines whose bit combinations determine which
input is selected.
A two-to-one-line multiplexer connects one of two l -bit sources to a common destination, as shown in
Fig. 4.24. The circuit has two data input lines. one output line. and one selection line S. When 5 = 0. the
an electronic switch that selects one of two sources . The block diagram of a multiplexer is sometimes
depicted by a wedge-shaped symbol. as shown in Fig. 4.24(b). It suggests visually how a selected one
of multiple data sources is directed into a single destination. The multiplexer is often labeled "MUX" in
block diagrams. A four-to-one-line multiplexer shown in Fig. 4.25. Each of the four Inputs I0 through
I3 is applied 10 one input or an AND gate. Selection lines S, and So are decoded to select
particular AND gate .The outputs of the AND gate arc applied to a single OR gate that provides the one
-line output The function table lists the input that is passed to the output for each combination of the
binary selection values . To demonstrate the operation of the circuit consider the case when S 1 S0 = 10.
The AND gate associated with input I2 has two of its inputs equal to 1 and the third input connected to
I2. The other three AND gates have at least one input equal to 0. which makes their outputs equal to 0.
The output of the OR gate is now equal to the value of I 2. providing a path from the selected input to
the output. A multiplexer is also called a delta selector, since it selects one of many inputs and steers
the binary information to the output line. The AND gates and inverters in the multiplexer resemble a
decoder circuit and indeed they decode the selection input lines. In general a 2"-to- l-line multiplexer is
constructed from an,1-10-2"decoder by adding 2"input lines to it one to each AND gate. T be outputs
of the AND gates are applied to single OR gate. The size of a multiplexer is specified by the number
2"of its data input line and the single output line. The two selection lines arc implied from the 2" data
lines. As in decoders, multiplexers may have an enable input to control the operation of the unit. When
the enable input is in the inactive mode the outputs are disabled and when it is in the active the circuit
functions as a normal multiplexer. Multiplexer circuit its can he combined with common selection inputs
to provide multiple-bit Selection logic.
The types of gates most often found in integrated circuits are NAND and NOR gates. For this reason
NAND and NOR logic implementations are the most Important from a practical point of view. Some
(but not all) NAND or NOR gates al low the possibility of a wire connection between the outputs of two
gates to provide a specific logic function. This type of logic is called wired logic. For example open-
collector TTL NAND gates when tied together perform wired AND logic.(The open-collector TTL gale
is shown in Chapter 10. Fig.10.1) The wired AND logic performed with two NAND gates is depicted in
Fig. 3.28(a). The AND gate is drawn with the lines going through the center of the gate to distinguish it
from a conventional gate. The wired-AND gate is not a physical gate but only a symbol to designate the
function obtained from the indicated wired connection. The logic function implemented by the circuit of
Fig. 3.28(a) is
A wired-logic gale does not produce a physical second-level gate. since it is just a wire connect ion.
Nevertheless, for discussion purposes, we will consider the circuits of Fig 3.28 as two-level
implementations. The first level consists of NAND(or NOR) gates and the second level has a sing le
AND(or OR) gate . The wired connection in the graphic symbol will be omitted in subsequent
discussions.
Nondegenerate Forms
It will be instructive from a theoretical point of view to find out how many two-level combinations of
gates are possible. We consider four types of gates: AND,OR,NAND and) NOR. If we assign one type
of gate for the first level and one type for the second level . We find that there are 16 possible
combinations of two- level forms. (The same type of gate ca n be in the first and second levels. as in
a NAND-NAND implementation.) Eight of these combinations are said to be degenerate forms
because they degenerate to a single operation. This can be seen from a circuit with AND gates in the
Page 118 of 181
first level and an AND gate in the second level. The output of the circuit is merely the AND function
of all input variables. The remaining eight nandegenerate forms produce an implementation in sum-
of-products form or product-of-sums form . The eight nondegenerate forms are as follows:
AND-OR
NAND-NAND
NOR-OR
OR-NAND
OR- AND
NOR-NOR
NAND-AND
AN D-NOR
The first gate listed in each of the forms constitutes a first level in the implementation. The second
gate listed is a single gate placed in the IC next level. Note that any two (forms listed on the same line
are duals of each other. The AND-OR and OR-AND form s are the basic two-level forms discussed
in Section 3.4. The NAND-NAND and NOR- NOR forms were presented in Section3.6.The remaining
four forms are investigated in this section.
AND-OR-INVERT Implementation
The two forms NAND-AND and AND-NOR are equivalent and can be treated together. Both perform
(he AND-OR- INVERT function as shown in Fig. 3.29. The AND-NOR form resembles the AND-
OR form. but with an inversion done by the bubble in the output of the NOR gate. It implements the
function
F=(AB+CD+E)'
By using the alternative graphic symbol for the NOR gate. we obtain the diagram of Fig. 3.29(b). Note
that the single variable E is not complemented, because the only change made is in the graphic symbol
of the NOR gate. Now we move the bubble from the input terminal of tile second-level gate to the output
terminals of the first-level gates. An inverter is needed for the single variable in order to compensate for
the bubble. Alternatively, the inverter can be removed, provided that input E is complemented. The
circuit of Fig. 3.29(c) is a NAND-AND form and was shown in Fig. 3.28 to implement the AND-OR-
INVERT function. An AND-OR implementation requires an expression in sum-of-products form. The
AND-OR- INVERT implementation is similar, except for the inversion. Therefore, if the complement of
the function is simplified into sum-of-products form (by combining the D's in the map), it will be possible
to implement F' with the AND-OR part of the function. When F' passes through the always present
output inversion (the INVERT pan ), it will generate the output F of the function. An example for the
AND-OR- INVERT implementation will be shown subsequently.
Page 119 of 181
OR-AND-INVERT Implementation
The OR- NAND and NOR..QR forms per form the OR- AND-INVERT function, as shown in Fig.
3.30. The OR-NAND form resembles the OR-AND form, except for the inversion done by the bubble
in the NAND gate. It implements the function
By using the alternative graphic symbol for the NAND gate, we obtain the diagram of
Fig. 3.30(b). The circuit in (c) is obtained by moving the small circ les from the inputs of the second-
level gate to the outputs of the first-level gates. The circuit of Fig. 3.30(c) is a NOR-OR form and was
shown in Fig. 3.28 to implement the OR-AND-INVERT function. The OR- AND-INVERT
implementation requires an express ion in product-of-sums form. If the complement of the function is
simplified into that form, we can implement F' with the OR- AND part of the function. When F' passes
through the INVERT part. we obtain the complement of F', or F, in the output.
HAZARDS
In designing asynchronous sequential circuits, care must be taken to conform with certain restrictions
and precautions 10 ensure that the circuits operate properly. The circuit must be operated in fundamental
mode with only one input changing at any time and must be free of critical races. In addition, there is
one more phenomenon. called a hazard, that may cause the circuit to malfunction . Hazards are unwanted
switching transients that may appear at the output of a circuit because different paths exhibit different
propagation delays. Hazards occur in combinational circuits, where they may cause a temporary false
output value. When they occur in asynchronous sequential circuits. hazards may result in a transition 10
a wrong stable state. It is therefore necessary 10 check for possible hazard s and determine whether they
can cause improper operations. If so, then steps must be taken to eliminate their effect.
This implementation is shown in Fig. 9.38(a). S is generated with two NAND gates and one AND gate.
The Boolean function for output Q is
Q = (Q'S)' =[Q'(AB)'(CD)']'
This function is generated in Fig. 9.38(b) with two levels of NAND gates. If output Q is equal to I. then
Q' is equal to. If two of the three inputs go momentarily to I, the NAND gate associated with output Q
will remain at I because Q' is maintained ill O. Figure 9.38(b) shows a typical circuit that can be used to
construct asynchronous sequential circuits. The two NAND gates forming the latch normally have two
inputs. However, if the 45 5 or functions contain two or more product terms when expressed as a sum
of products, then the corresponding NAND gate of the SR latch will have three or more inputs. Thus the
two terms in the original sum-of-products expression for5 are AD and CD and each is implemented with
a NAND gate whose output is applied to the input of the NAND latch. In this way, each slate variable
requires a two-level circuit of NAND gates. The first level consists of NAND gates that implement each
Page 123 of 181
product term in the original Boolean expression of S and R. The second level forms the cross-coupled
connection of the SR latch with inputs that come from the outputs of each NAND gate in the first level.
Essential Hazards
Thus far, we have considered what are known as static and dynamic hazards. Another type of hazard that
may occur in asynchronous sequential circuits is called an essential hazard. This type of hazard is caused
by unequal delays along two or more paths that originate from the same input. An excessive delay through
an inverter circuit in comparison to the delay associated with the feedback path may cause such a hazard.
Essential hazards cannot be corrected by adding redundant gates as in static hazards. The problem that
they impose can be corrected by adjusting the amount of delay in the affected path. To avoid essential
hazards each feedback loop must be handled with individual care to ensure that the delay in the feedback
path is long enough compared with delays of other signals that originate from the input terminals. This
problem tends to be specialized, as it depends on the particular circuit used and the size of the delays that
are encountered in its various paths.
Relay operation:
A Relay is a electromechanical device, which contains a coil and one or more contacts. When the coil is
excited by applying the rated voltage, the coil will become an electromagnet and changes the position of
the contact by attracting it. If the excitation is removed, the contact will go back to normal position due
to a spring action. The different types of contacts are NO (Normally open), NC ( Normally closed) and
Transfer contact ( Change over ). The symbols are as given below.
Symmetric Networks:
Definitions: A switching function of n variables f(x1,x2,........xn) is called symmetric or totally
symmetric if and only if it is invariant under any permutation of variables ;
It is called partially symmetric in the variables xi,xj, where {xi,xj} is a subset of {x1,x2,........xn} , if and
only if the interchange of the variables xi, xj leaves the function unchanged.
Example: f(a,b,c)=a’b’c+ab’c’+a’bc’ is symmetric because interchange between variables doesn’t
change the function. Where as
f(a,b,c) = a’b’c+ab’c’ is partially symmetric in the variables a and c.
The variables in which a function is symmetric are called the variables of symmetry.
A symmetric function is denoted Sa1,a2...ak(x1,x2,........xn), where S designates the property of
symmetry, the superscripts a1,...ak designate the a-numbers, and (x1,x2,........xn) designates the variables
of symmetry.
Example-1: The function f(a,b,c)=a’b’c+a’bc’+ab’c’ assumes the value ‘1’when and only when one out
of its three variables is ‘1’.
This function is denoted as S1(a,b,c), similarly the symmetric function S 1,3 (a,b,c) is
f(a,b,c)=abc+a’b’c+ab’c’+a’bc’
Definition-2: Let f1(a,b,c,d) = S 0,2,4 (a,b,c,d) and f2(a,b,c,d) = S 3,4 (a,b,c,d)
then f3(a,b,c,d) = f1+f2 = S 0,2,3,4 (a,b,c,d) and f4(a,b,c,d) = f1*f2 = S 4 (a,b,c,d).
The complement of the symmetric function is also a symmetric function whose a-numbers are included
in the set {0,1..n}and not included in the original function.
for example S’ 0,2,4 (a,b,c,d) = S 1,3 (a,b,c,d) for set of {0,1,2,3,4}.
Mirror image function of any symmetric function is symmetric for same negated variable for which
original function is symmetric.
Identification of Symmetric Functions:
The procedure for identifying symmetric function is as follows:
1. Obtain column sums
a. if more than two different sums occur (case 1), the function is not symmetric.
b. If two different sums occur (case 2), compare the total of these two sums with the number of rows in
the table. If they are not equal (case 2a), the function is not symmetric. If they are equal (case 2b),
complement the columns corresponding to either one of the column sums (preferably the one of fewer
occurrences) and continue to step 2.
c. If all column sums are identical (case 3), compare their sum with one-half the number of rows in the
table. If they are not equal (case 3a), continue to step 2. If they are equal, continue to step 3.
2. Obtain row sums and check each for sufficient occurrence, that is if a is one row sum and n is the
number of variables, then that row sum much n!/(n-a)!a! Times.
a. If any row sum does not occur the required number of times, the function is not symmetric.
b. If all row sums occur the required number of times, the function is symmetric, its a-numbers are given
by the different row sums in column a. and its variables of symmetry are given at the top of the table.
3. Obtain row sums and check each for sufficient occurrence.
a. If all row sums occur the required number of times, the function is symmetric.
b. If any row sum does not occur the required number of times, expand the function about any of its
variables – that is, find functions g and h such that f = x'g + xh. Write g and in tabular form and find
their column sums. Determine all variable complementations required for the identifications of
symmetries in g and h. Test f under the same variable complementations. If all row sums occur the
required number of times, f is symmetric; if any row sum does not occur the required number of times,
f is not symmetric.
Examples:
x y z Row Sum The sum of all columns is equal (case 3). Their
sum is 6 which is not equal to ½ of the number
0 0 1 1
of row (case 3a). Go to step 2: Check for the row
0 1 0 1 sums for sufficient occurrence i.e. n!/(n-a)!a! I.e
1 0 0 1 3! / (3-1)!.1! = 3 and 3! / (3-3)!.3! = 1. Both the
1 1 1 3 row sums occur the required number of times, so
the function is symmetrical and can be expressed
2 2 2 Column Sum
as S1,2 (x,y,z).
2. f(w,x,y,z) = ∑(0,1,3,,5,8,10,11,12,13,15).
The truth table is rows (case 2b). We have to complement x and y
w x y z Row Sum ( whose column sum is less)
If columns w and x are complemented, then the function can be expressed as:
f(w,x,y,z) = S1,2 (w',x,y,z').
Introduction:
Threshold elements are another type of switching elements. Logic Circuits constructed using threshold
elements usually consists of fewer elements and simpler interconnections compared to conventional gates.
The conventional gates logic is specified by Boolean algebra where as the logic with threshold gates are
specified by mathematical equations. All basic logical gates and universal gates can be implemented using a
Threshold gate (XOR gate cannot be implemented using a single Threshold gate). Also, some simpler
Boolean logics can be implemented using a single Threshold gate.
Threshold Elements:
A threshold element has n two-valued inputs x1, x2,..., xn and a single two valued output y. Its internal
parameters are a threshold T where as each weight wi associated with a particular input variable xi. These
values of T and xi may be any real, finite, positive or negative numbers. The relation of a threshold element
is defined as follows:
where the sum and product operations are conventional arithmetic ones. The sum is called the
weighted sum of the element.
Threshold element Symbol:
Example:
Write the input output relation of the Threshold gate given below and obtain the switching funtion for the
same.
Ans: The inputs are the three x1, x2 and x3 with multiplication factors -1, 2 and 1. The Threshold value T is
½. The output Y is calculated as for the following table.
For the output Y, 1 is entered if the weighted sum is greater than ½. Otherwise, 0 is entered.
Page 131 of 181
Y = f ( x1, x2, x3) = ∑(1,2,6,7) = x1'.x3 + x2 ( after simplification).
A majority gate is a special type of Threshold element. A Three input majority gate produces an output value
1 if a majority of its inputs (i.e. two or three ) are one. It implements a majority function.
A minority gate produces an output value 1 if a majority of its inputs are at 0. It implements a minority
function.
Because of wide range of weights and threshold values, a large class of switching functions can be realized
by a single Threshold element. However, every switching function cannot be realized by a single Threshold
element.
The above two requirements are conflicting and no Threshold element can be realized for the above function.
Hence, if a switching function 'f' is given, it has to be checked first, whether it is realizable with a single
Threshold function and if it is realizable, then appropriate weights and the Threshold value is to be calculated.
This is done by identifying 2n linear simultaneous inequalities from the truth table and solving them. For the
input combinations for which f=1, the weighted sums have to exceed or equal to T and for f=0, the weighted
sums have to be less than T. If a solution ( not necessarily unique) to the above inequalities exists, it provides
values for the weights and Threshold value. If, no solution exists then f is not a Threshold function.
As per the combinations 2 and 4, T must be negative and w1 and w2 are also to be negative. From combinations
3 and 5, w2 has to be greater than w1. From combination 1, w3 is greater than or equal to T. Hence, the relations
are
where w3 may be positive. If the weights are restricted to integer values with smallest magnitudes, then
w2 = -1, w1 = -2, T = -1/2, and w3 =1.
With the above weights and Threshold value, all the combinations are satisfied and hence, f is a Threshold
function.
A switching function that can be realized by a sing threshold element is called a threshold function.
Limitations of Threshold logic: The limitation is its sensitivity to variations in the circuit parameters.
Therefore, the maximum number of inputs and the Threshold value T are to be restricted and care is to be
taken to increase the difference between the values of the weighted sums.
Elementary Properties
Property 1: For a given Threshold function, if one of the input is complemented, the same function can be
realized by a single Threshold element by negating the weight of that inverted input and subtracting the value
of the weight of that inverted input from the Threshold value T.
Consider a function f(x1, x2, .., xj, .. , xn) which is realized by V1 = {w1, w2, .., wj, .., wn; T}and if xj input is
complemented, then, f(x1, x2, .., xj', .., xn) can be realized by V2 = {w1, w2, …, -wj, .., wn; T-wj}.
The above property gives various other conclusions like the following:
• Unate function
A function f(x1, x2, .. xn) is said to be positive in a variable x, if there exists a disjunctive or conjunctive
expression for the function in which xi appears only in uncompleted form. A function f(x1,x2,..xn) is said to
be negative in xi if there exists a disjunctive or conjunctive expression for f in which x i appears only in
complemented form. If f is either positive or negative in xi, then it is said to be unate in xi. No variable appears
in both its complemented and uncompleted form.
Ex 1: The function f= x1x2' + x2x3' is positive in x1 and negative in x3 but is not unate in x2.
If a function f(x1, x2, .., xn) is unate in each of its variables, then it is called Unate function.
Ex 2: The function f = x1'x2 + x1.x2.x3' is unate because by simplification, f = x1'.x2 + x2.x3' has no variable in
both its complemented and uncompleted form.
Ex 3: The function f = x1. x2' + x1'.x2 is clearly not unate.
If f (x1, x2, …, xn) is positive in xi, then it can be expressed as
Hence, the existence of two such functions, g1 and h1 ( g2 and h2), is a necessary and sufficient condition for
f to be positive (negative) in xi.
• Linear seperability
If an n cube representation for threshold function with vertices, with a linear equation
b. Convert the given function into another function which has all variables in non-complement form only.
ϕ = x1.x2.x3 + x2.x3.x4
c. Find out all minimal True and maximal false vertices of ϕ.
There are two minimal vertices (1, 1, 1, 0) and (0, 1, 1, 1).
The false vertices are (1, 1, 0, 1), (1, 0, 1, 1) and (0, 1, 1, 0).
d. Check whether the function ϕ is linearly separable and if it so, find an appropriate set of weights and
threshold, which is necessary to determine the coefficients of the separating hyper plane.
In the above example, p = 2 and q = 3, there are six inequalities and these are:
From the above, the following are the constraints that must be observed.
Letting w1 = w4 = 1 and w2 = w3 = 2, then T must be smaller than 5 but larger than 4. Selecting T=9/2, then
the weight-threshold vector for ϕ V = { 1, 2, 2, 1; 9/2}.
e. convert this weight-threshold vector to one that corresponds to the original function f.
Then the weight-threshold vector will be V = { 1,2,-2,-1; 9/2 -2-1} = { 1,2,-2,-1; 3/2}
If the 1-cells of the given function follow any of the above patterns, then that function can be realized using
a Threshold element. Otherwise, the 1-cells pattern is divided into two admissible patterns.
Ex: Let f (x1, x2, x3, x4) = sigma (2, 3, 6, 7, 10, 12, 14, 15)
The map for this function exhibiting two admissible patterns is
The threshold elements for realizing each of the admissible patterns are as below, as per the realization of the
Threshold function described above.
The weight of g in the second element is determined by computing the minimal weighted sum that can occur
in the second element when g has the value 1. Since f must have the value 1 whenever g does, this minimal
weighted sum must be larger than the threshold of the second element. In this case, the minimal weighted
sum is wg, and it occurs when x1 = x2 = 0 and x3 = x4 = 1. Clearly, wg must be larger than 5/2 and, therefore,
the value wg = 3 has been selected.
State table:
In Sequential circuits, the effect of all previous inputs on the outputs is represented by a state of the
circuit. Thus, the output of the circuit at any time depends upon its current state and input. These also
determine the next state of the circuit .The relationship that exists among the inputs, outputs, present
states and next states can be specified by either a State Table or the State Diagram.
The state Table representation of a sequential circuit consists of three sections labeled present state, next
state and output. The present state designates the state of Flip-flops before the occurrence of a clock
pulse. The next state shows the states of Flip-flops after the clock pulse, and the output section lists the
value of the output variables during the present state.
An example of a state table is as follows:
State Assignment:
State Assignment procedures are concerned with methods for assigning binary values to states in such a
way as to reduce the number of states of the sequential circuit. This is helpful when a sequential circuit
is viewed from its external input-output terminals. Such a circuit may follow a sequence of internal states,
The sequence of operations are defined by a state table or state diagram. The example of a state diagram
for different types of flip-flops is shown below:
SR Flip-flop:
T Flip-flop:
JK Flip-flop:
D Flip-flop:
Symbol
Timing Diagram
Circuit diagram:
Page 138 of 181
Truth table:
Operation: It has two inputs S and R.
When ever clock is there, if S = 1 ( set is given) and R = 0, the output goes to 1.
If S=0, R = 1( Reset is given), the output goes to 0.
If S=0, R=0, ( either Set is not given, Reset is not given), the output will not change and will be same as
the earliesr stage.
If S=1, R=1, indicating to Set and Reset the Flip-flop, Output cannot be predicted. This condition should
not be given.
Excitation table
Qn Qn+1 S R Remarks
Truth table:
Operation:
It has one input: D. During the clock active time, the output is strobed with whatever input is given at
D.
Excitation Table:
Qn Qn+1 D Remarks
0 1 1 Data loaded as 1
1 0 0 Data loaded as 0
1 1 1 Data loaded as 1
3. JK Flip-flop:
Timing Diagram
Symbol
Truth Table:
Operation:
Excitation Table:
0 1 1 X Toggle / set
1 0 X 1 Toggle / Reset
1 1 X 0 No change / set
4. T Flip-flop (Toggle Flip-flop):
Timing Diagram
Symbol
Circuit diagram:
Page 141 of 181
Truth Table:
Operation:
It has one input T. When ever clock is given, the output toggles if T=1. Otherwise, there is no change in
the output.
Excitable Table: 1 1 0 No change in the output
Qn Qn+1 T Remarks
0 1 1 Output toggles
Characteristic Equation:
1 0 1 Output toggles
Clock Timing
The Setup time: the setup time is the amount of time that an input signal (to the device) must be stable
(unchanging) before the clock ticks in order to guarantee minimum pulse width and thus avoid possible
metastability.
Hold time: The hold time is the amount of time that an input signal must be stable (unchanging) after
the clock tick in order to guarantee minimum pulse width and thus avoid possible metastability.
Timing Diagram:
A. Sequence detector:
Design of the 11011 Sequence Detector
A sequence detector accepts as input a string of bits: either 0 or 1.
Its output goes to 1 when a target sequence has been detected.
There are two basic types: overlap and non-overlap.
In an sequence detector that allows overlap, the final bits of one sequence can be the start of another
sequence.
11011 detector with overlap X 11011011011
Z 00001001001
11011 detector with no overlap Z 00001000001
Step 1 – Derive the State Diagram and State Table for the Problem
Step 1a – Determine the Number of States
We are designing a sequence detector for a 5-bit sequence, so we need 5 states. We label these states A,
B, C, D, and E. State A is the initial state.
Step 1b – Characterize Each State by What has been Input and What is Expected
Note the labeling of the transitions: X / Z. Thus the expected transition from A to B has an input of 1
and an output of 0.
The transition from E to C has an output of 1 denoting that the desired sequence has been detected.
The sequence is 1 1 0 1 1.
Step 1d – Insert the Inputs That Break the Sequence The sequence is 1 1 0 1 1.
Each state has two lines out of it – one line for a 1 and another line for a 0.
The notes below explain how to handle the bits that break the sequence.
Step 3 – Assign a unique 3-bit binary number (state Assignment) to each state. Straight forward
assignment:
A = 000
B = 001
C = 010
D = 011
E = 100
The output equation can be obtained from inspection. As is the case with most sequence detectors, the
output Z is 1 for only one combination of present state and input. Thus we get Z = X . Y2 .Y1 ’ .Y0. This
can be simplified by noting that the state 111 does not occur, so the answer is Z = X . Y2 .Y0.
Step 5 – Separate the Transition Table into 3 Tables, One for Each Flip-Flop We shall generate a present
state / next state table for each of the three flipflops; labeled Y2, Y1, and Y0. It is important to note that
each of the tables must include the complete present state, labeled by the three bit vector Y2Y1Y0.
D2 = X’.Y1 + X.Y2.Y0 ’
D1 = X .Y0
D0 = X
Step 6- Decide on the type of flip-flops to be used. The problem stipulates JK flip-flops, so we use
them.
Page 146 of 181
Steps 7 and 8 are skipped in this lecture.
Step 9 – Summarize the Equations
Z = X.Y2.Y0
J2 = X’.Y1 and K2 = X’ + Y0
J1 = X.Y0 and K1 = X’
J0 = X and K0 = X’ .
Step 10 – Draw the Circuit using JK Flip-flops
Timing Diagram:
Also, the directional movement of the data through a shift register can be either to the left, (left shifting)
to the right, (right shifting) left-in but right-out, (rotation) or both left and right shifting within the same
register thereby making it bidirectional.
A: Serial-in to Parallel-out (SIPO) Shift Register
4-bit Serial-in to Parallel-out Shift Register:
The operation is as follows. Lets assume that all the flip-flops (FFA to FFD) have just been RESET
(CLEAR input) and that all the outputs QA to QD are at logic level “0” ie, no parallel data output.
If a logic “1” is connected to the DATA input pin of FFA then on the first clock pulse the output of FFA
and therefore the resulting QA will be set HIGH to logic “1” with all the other outputs still remaining
LOW at logic “0”. Assume now that the DATA input pin of FFA has returned LOW again to logic “0”
giving us one data pulse or 0-1-0.
The second clock pulse will change the output of FFA to logic “0” and the output of FFB and QB HIGH
to logic “1” as its input D has the logic “1” level on it from QA. The logic “1” has now moved or been
“shifted” one place along the register to the right as it is now at QA.
When the third clock pulse arrives this logic “1” value moves to the output of FFC (QC) and so on until
the arrival of the fifth clock pulse which sets all the outputs QA to QD back again to logic level “0”
because the input to FFA has remained constant at logic level “0”.
The effect of each clock pulse is to shift the data contents of each stage one place to the right, and this is
shown in the following table until the complete data value of 0-0-0-1is stored in the register. This data
value can now be read directly from the outputs of QA to QD.
Then the data has been converted from a serial data input signal to a parallel data output. The truth table
and following waveforms show the propagation of the logic “1” through the register from left to right as
follows.
This type of Shift Register acts as a temporary storage device or it can act as a time delay device for the
data, with the amount of time delay being controlled by the number of stages in the register, 4, 8, 16 etc
or by varying the application of the clock pulses. Commonly available IC’s include the 74HC595 8-bit
Serial-in to Serial-out Shift Register all with 3-state outputs.
Ring Counter:
Ring counter is a type of counter composed of a type of circular shift register. The output of the last
shift register is fed to the input of the first register.
There are two types of ring counters:
a. A straight ring counter connects the output of the last shift register to the first shift register input
and circulates a single one (or zero) bit around the ring. For example, in a 4-register ring counter,
with initial register values of 1000, the repeating pattern is: 1000, 0100, 0010, 0001, 1000... . Note
that one of the registers must be pre-loaded with a 1 (or 0) in order to operate properly.
Circuit Diagram:
Timing Diagram:
b. Design a four-bit BCD to Excess-3 code converter and implement the same using two-level
AND-OR logic. 05M
OR
7. Write the truth table for a full subtractor, obtain expressions for its difference and borrow
outputs. Design the circuit of using a 3x8 decoder and OR gates. 10M
x2 2 1_ y
2
1
x3
b. Determine whether the function F (w, x, y, z) = Σ (0, 1, 3, 5, 8, 10, 11, 12, 13, 15) is symmetric,
and if so, identify its a-numbers and the variables of symmetry. 05M
OR
9. a. Define unate function. 02M
b. Determine whether the function F (x, y, z) = Σ (3, 5, 6, 7) is function unite. 02M
c. Realize the symmetric function S1, 3 (x1, x2, x3) using relay contacts. 03M
d. Determine whether the function F (w, x, y, z) = Σ (1, 2, 4, 7) is symmetric, and if so, identify
its a-numbers and the variables of symmetry. 03M
10. a. Draw the circuit of JK flip-flop, its truth table and explain race around condition. 04M
b. Draw the circuit of JK Master-Slave (M/S) flip-flop and explain how race around condition is
avoided in this case. 06M
OR
11. a. Design an asynchronous decade counter using JK M/S flip-flops 05M
b. Draw the circuit of three-bit serial in serial out shift register and explain its operation by
considering data 101. 05M
PART B: (50marks)
3 a) Obtain the 1’s and 2’s complement of the binary numbers 10000000 and 00000001.
b) Show that a positive logic NAND gate is a negative logic NOR gate and Vice versa.
c) Obtain the truth-table of the function (xy+z)(y+xz) and express the function in sum of min
terms and product of max terms.
[2+4+4]
4 a) For the function F(w,x,y,z)=∑(1,2,3,5,13)+ ∑ᵠ(6,7,8,9,11,15), find the minimal sum of products
and product of sums expression
b) Implement the function F(A,B,C,D) = ∑(0,1,3,4,6,8,15) using 4x1 MUX
[5+5]
OR
OR
8) a) A sequential circuit with 2 D flip-flops A & B, 2 inputs X&Y and one output Z is specified by
A(t+1) =x’y+xA, B(t+1)=x’B+xA, z=B. Draw the logic diagram and list the state table. Draw
the state diagram.
b) What is a Universal Shift Register?
[8+2]
OR
OR
11 a) Draw the diagram of mod-10 Asynchronous counter using T-flip flops and explain its working.
b) Draw the logic diagram of a 4-bit ring counter using JK flip flops and explain its working
[5+5]
A. REFERENCES:
1. Introduction to Switching Theory and Logic Design – Fredric J Hill, Gerald R Peterson, 3rd Edition, John
Willey and Sons Inc,
2. Digital Fundamentals – A Systems approach – Thomas L Floyd, Pearson, 2013.
3. Digital Logic Design – Ye Brian and HoldsWorth, Elsevier
4. Fundamentals of Logic Design – Charles H. Roth, Thomson Publications, 5th Edition, 2004
5. Digital Logic Applications and Design – John M. Yarbrough, Thomson Publications, 2006
6. Digital logic and state machine design – Comer, 3rd, Oxford 2013.
Page 170 of 181
B. WEBSITES
1. en.wikipedia.org/wiki/digital-electronics
2. www.encyclopedia.com/doc/1G2-3401200206.html
E G AA A P
S.NO QUESTIONAIRE
5 4 3 2 1
GENERAL OBJECTIVES:
1) Did the course achieve its stated objectives?
10) To what extent you feel the course outcomes have been
achieved.
Please provide written comments
b) What are your suggestions, if any, for changes that would improve this course?
c) Given all that you learned as a result of this course, what do you consider to be most important?
d) Do you have any additional comments or clarifications to make regarding your responses to any particular
survey item?
e) Do you have any additional comments or suggestions that go beyond issues addressed on this survey?
Using the scale of (1) to (5) shown below in a table where (1) = Poorly achieved and (5) Excellently achieved, indicate
your level of agreement of achievement of the following course outcomes.
Excellently Very Well Achieved to a good Moderately Poorly achieved
Achieved achieved extent achieved
(5) (4) (3) (2) (1)
ECE 2-B
S. No. Roll No. Name
1 19R11A0449 Mr. Are Mani Kanta Sai Goud
2 19R11A0450 Miss Arutla Sreevani
3 19R11A0451 Miss B Navya
4 19R11A0452 Mr. Bairaju Kalyan Varma
5 19R11A0453 Miss Bathini Rashika
6 19R11A0454 Mr. Bomma Ajay
7 19R11A0455 Mr. Bugga Pavan
8 19R11A0456 Mr. Chilla Krishna Bhaskara Satya Srivathsa
9 19R11A0457 Mr. Cuddapah Naga Ranga Swamy
10 19R11A0458 Miss Dacha Surya Amshu
11 19R11A0459 Miss Elasani Akhila
12 19R11A0460 Mr. Gangavarapu Madhu
13 19R11A0461 Mr. Gundlapally Venu Madhav
14 19R11A0462 Miss Jaligama Sowjanya
15 19R11A0463 Mr. Kagh Sravan Seervi
16 19R11A0464 Mr. Kamasani Rakesh Reddy
17 19R11A0465 Mr. Kavadi Salmanraju
18 19R11A0466 Mr. Kokkura Pavan Sai Teja
19 19R11A0467 Miss Kolla Saidurga
20 19R11A0468 Mr. Kurva Venkatesh
21 19R11A0469 Mr. Lodugu Venkata Sai Maheswara Reddy
22 19R11A0470 Mr. M Ranga Rakesh
23 19R11A0471 Mr. Madireddy Bhargav Reddy
24 19R11A0472 Mr. Medari Dayanidhi
25 19R11A0473 Miss Mosali Jyothi
26 19R11A0474 Mr. Muddala Harshavardhan
27 19R11A0475 Miss Mukku Srilatha
Page 174 of 181
28 19R11A0476 Mr. Muthalaya Varun Varma
29 19R11A0477 Miss Mylavarapu Srilaasya
30 19R11A0478 Miss Nimmaluri Vasreya
31 19R11A0479 Mr. Parisa Abhinav Kumar
32 19R11A0480 Mr. Pati Bhairava Swamy
33 19R11A0481 Miss Peddaboina Vaishnavi
34 19R11A0482 Miss Peram Bhavya Sai
35 19R11A0483 Mr. Peri Kameswara Gowtham
36 19R11A0484 Mr. Pothu Sai Teja
37 19R11A0485 Mr. Pothuraju Pavan Kalyan
38 19R11A0486 Mr. Rayprolu Sujit
39 19R11A0487 Mr. Rekha Ejjagiri
40 19R11A0488 Mr. Shaik Ibney Ali
41 19R11A0489 Mr. Sheripally Rohith
42 19R11A0490 Miss Shette Vaishnavi
43 19R11A0491 Mr. Sudhagani Ajay Kumar
44 19R11A0492 Mr. Sudhamalla Vishwa Teja
45 19R11A0493 Mr. Talluri Rohith Chandra Sai Chowdary
46 19R11A0494 Miss Vallepu Sirisha
47 19R11A0495 Miss Yanamala Jagadeshwari
48 19R11A0496 Miss Yarraboina Venkata Sravya
ECE 2-C
S. No. Roll No. Name
1 19R11A0497 Miss Arisa Rajeshwari Ammaji Prathyusha
2 19R11A0498 Mr. Arugonda Karthikeya
3 19R11A0499 Mr. Avula Supreeth
4 19R11A04A0 Miss Barre Harshini
5 19R11A04A1 Mr. Bhukya Praveen
6 19R11A04A2 Miss Boda Niharika
7 19R11A04A3 Miss Bogadhi Sharmila
8 19R11A04A4 Mr. Bottupalli Venkatesh
9 19R11A04A5 Miss Chennagalla Archana Roy
10 19R11A04A6 Mr. Cherlapally Karthik
11 19R11A04A7 Miss Chetty Vasavi
12 19R11A04A8 Mr. Dasari Ajay Kumar
13 19R11A04A9 Miss G Shree Chandana
14 19R11A04B0 Miss Gandi Lahari Goud
15 19R11A04B1 Miss Ghanta Shirisha
16 19R11A04B2 Mr. Gobbaka Nitish Kumar
ECE 2-D
S. No. Roll No. Name
1 19R11A04E5 Miss Baki Reddygari Madhavi
2 19R11A04E6 Miss Bathini Harini
3 19R11A04E7 Miss Beeram Ankitha Manisri
4 19R11A04E8 Mr. Bhumpalli Manichandan Reddy
ECE 2-E
S. No. Roll No. Name
1 19R11A04K3 Miss Akella Saarvari
2 19R11A04K4 Miss Anugu Sai Keerthana
3 19R11A04K5 Miss Anumolu Sathvika
4 19R11A04K6 Mr. Avutala Sai Nischay Reddy
5 19R11A04K7 Mr. Barige Nikhil
6 19R11A04K8 Miss Batti Nagasatyamani Chandrika
7 19R11A04K9 Mr. Biradar Sachin
8 19R11A04L0 Miss Bireddy Archana
9 19R11A04L1 Mr. Bommidi Bhargav Reddy
10 19R11A04L2 Miss Chintaginjala Tulasi
11 19R11A04L3 Mr. Chintha Varun Kumar
12 19R11A04L4 Mr. D Sai Kumar
13 19R11A04L5 Miss Davu Bhavya
14 19R11A04L6 Miss Dharavath Akhila
15 19R11A04L7 Mr. Dubakula Ramesh
16 19R11A04L8 Miss E Tharuna
17 19R11A04L9 Mr. G S Mohit
18 19R11A04M0 Mr. Gorthy Abhinav
19 19R11A04M1 Miss Guntoju Anusree
20 19R11A04M2 Mr. Gunturu Guna Sundeep
21 19R11A04M3 Miss Harika Penumatsa
22 19R11A04M4 Miss Kairamkonda Anju
23 19R11A04M5 Mr. Kamarajugadda V N Sai Krishna Nikhil
24 19R11A04M6 Mr. Kanakari Akash
25 19R11A04M7 Miss Kandari Ramesh Priyanka
26 19R11A04M8 Mr. Kollapinni Anil Kumar
27 19R11A04M9 Mr. Kompella Vk Sai Sriharsha
28 19R11A04N0 Mr. Lothumalla Lokesh Goud
29 19R11A04N1 Mr. M Kalyana Ramanuja Swami
30 19R11A04N2 Mr. Malothu Deepak
31 19R11A04N3 Miss Medikonda Rupa
32 19R11A04N5 Mr. Mocha Srinivasulu
33 19R11A04N6 Mr. Mohammad Tousifuddin
Group
Group
Group
Group
Roll Number Roll Number Roll Number Roll Number Roll Number
The list of the experiments planned for the project based learning, is:
1. BCD to Gray / BCD to Excess-3 code converters using basic gates and using NAND gates.
2. Parallel adder / subtractor circuit using basic gates.
3. Three-bit carry look-ahead adder circuit using basic gates.
4. BCD Adder circuit and display using FAs and other basic gates and Man72 ICs
5. 3 X3 Multiplier circuit ( as per the circuits given by Principal)
6. Division circuit
7. BCD to seven segment display unit circuit ( using AND-OR gates)
8. A bus system construction using Multiplexer / Tristate logic