SlideShare a Scribd company logo
1 of 7
Download to read offline
R09 Set No. 2Code No: A109210503
1
II B.Tech I Semester Examinations,MAY 2011
DIGITAL LOGIC DESIGN
Computer Science And Engineering
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
? ? ? ? ?
1. Explain about the following:
(a) latch excitation table
(b) Merging of flow tables. [15]
2. Explain about the Following
(a) Serial Transfer in 4-bit shift Registers
(b) Binary Ripple Counter
(c) HDL for Synchronous Counter. [15]
3. Draw the two-dimensional decoding structure for a 1k-word memory? [15]
4. (a) Simplify to a sum of 3 terms:
A’C’D’ +AC’ +BCD + A’CD’ + A’BC + AB’C’
(b) Given AB’ + AB = C, Show that AC’ + A’C = B
(c) Factor to obtain a Product of Sums(simplify where possible) A’C’D’ +ABD’
+ A’CD +B’D. [5+5+5]
5. Design a sequential circuit with two D flip-flops A and B. and one input x. when
x=0,the state of the circuit remains the same. When x=1,the circuit goes through
the state transition from 00 to 11 to 11 to 10 back to 00.and repeats. [15]
6. (a) What is the gray code equivalent of the Hex Number 3A7
(b) Find the biquinary of number code for the decimal numbers from 0 to 9
(c) Find 9’s complement of (25.6391)0
(d) Find (72532 - 03250) using 9’s complement. [4+3+4+4]
7. (a) Let f =
P
(5,6,13) and f1=
P
(0,1,2,3,5,6,8,9,10,11,13).Find f2 such that f=f1
x f2’.
(b) Find all minimal four variable functions which assume the value 1 when the
minterms 4,10,11,13 are equal to 1 and assume the value 0 when the minterms
1,3,6,7,8,9,12,14 are equal to 1. [7+8]
8. Design 4 digit BCD adder using 7483 adders. [15]
? ? ? ? ?
2
R09 Set No. 4Code No: A109210503
II B.Tech I Semester Examinations,MAY 2011
DIGITAL LOGIC DESIGN
Computer Science And Engineering
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
? ? ? ? ?
1. Explain about
(a) ROM
(b) FPGA. [7+8]
2. Explain about HDL for Sequential Circuits in Detail? [15]
3. Explain about the following:
(a) Transition table and output map
(b) Maps for Latch inputs. [15]
4. (a) Design a circuit with three inputs(A,B,C) and two outputs(X,Y) where the
outputs are the binary count of the number of “ON” (HIGH) inputs
(b) Design a circuit with four inputs and one output where the output is 1 if the
input isdivisible by 3 or 7. [7+8]
5. Define BCD Counter and Draw its State table for BCD Counter? [15]
6. (a) Find the possible terms which could be added to the expression using the
consensus theorem.Then reduce to a minimum SOP
A’C’D’ + BCD + AB’C’ +A’BC
(b) In a board of directors meeting 4 resolutions A,B,C,D are up to a vote. The
vote must be governed by the following rules:
i. Those who vote for resolution B must also vote for resolution C.
ii. It is possible to vote for both resolutions A& C, only if a vote for either
B or D is also cast.
iii. Those who vote for either resolution C or D or vote against resolution
A must vote for resolution B. Each member of the board has 4 switches
A,B,C,D which he presses or releases, depending on whether he is in favor
of or against the resolution under the consideration. The switches of each
member are the inputs to a circuit associated with that member. Design
such a circuit with as few gates as possible. [5+10]
7. (a) Verify that NAND and NOR operations are Commutative but not Associative.
3
R09 Set No. 4Code No: A109210503
(b) A certain 4 input gate called LEMON gate realizes the switching function
LEMON(A,B,C,D) = BC(A+D)
Assuming that the input variables are available in both primed and unprimed
form:
i. show a realization of the function f(w,x,y,z)=
P
(0,1,6,9,10,11,14,15) with
only three LEMON gates and one OR gate.
ii. Can all switching functions be realized with LEMON/OR logic. [5+5+5]
8. (a) Show the weights of three different 4 bit self complementing codes whose only
negative weight is - 4 and write down number system from 0 to 9
(b) Decimal system became popular because we have 10 fingers. A rich person on
earth has decided to distribute Rs.one lakh equally to the following persons
from various planets. Find out the amount each one of them will get in their
respective currencies:
A from planet VENUS possessing 8 fingers
B from planet MARS possessing 6 fingers
C from planet JUPITER possessing 14 fingers
D from planet MOON possessing 16 fingers [7+8]
? ? ? ? ?
4
R09 Set No. 1Code No: A109210503
II B.Tech I Semester Examinations,MAY 2011
DIGITAL LOGIC DESIGN
Computer Science And Engineering
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
? ? ? ? ?
1. Draw a diagram and Explain about Address multiplexers for 64 k DRAM? [15]
2. Explain about 4-bit Universal Shift Registers? [15]
3. (a) Design a circuit with four inputs and one output where the output is 1 if the
input is divisible by 3 or 7.
(b) A safe has 5 locks: v,w,x,y,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 man-
ner: Mr.A has keys for locks v& x
Mr.B has keys for locks v& y
Mr.C has keys for locks w& y
Mr.D has keys for locks x& z
Mr.E has keys for locks v& z
i. Determine the minimal no. of executives required to open the safe.
ii. 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 which executives are present
iii. Who is the ‘essential executive’ without whom the safe cannot be opened.
[7+8]
4. Convert the following numbers:
(a) 10101100111.0101 to Base 10
(b) (153.513)10 = ( )8
(c) Find (3250 - 72532)10 using 10’s complement
(d) Divide 01100100 by 00011001
(e) Given that (292)10 =(1204)b determine ‘b’ [3+3+3+3+3]
5. Explain about the Procedure for Designing Sequential Circuits in detail? [15]
6. (a) Explain the difference between asynchronous and synchronous sequential cir-
cuits.
(b) Define fundamental-mode operation
(c) Explain the difference between stable and unstable states
(d) What is the difference between an internal state and a total state? [15]
5
R09 Set No. 1Code No: A109210503
7. (a) Design a BCD to Excess-3 code converter using minimum number of NAND
gates
(b) Design a BCD to Gray code converter using 8:1 multiplexers. [10+5]
8. For the function T(w,x,y,z)=
P
(0,1,2,3,4,6,7,8,9,11,15):
(a) Find all prime implicants and indicate which are essential through the Kmap
(b) Design a circuit which will find the 2’s complement of a 4 bit binary num-
ber.Use one full adder,3 half adders and any additional gates. [5+10]
? ? ? ? ?
6
R09 Set No. 3Code No: A109210503
II B.Tech I Semester Examinations,MAY 2011
DIGITAL LOGIC DESIGN
Computer Science And Engineering
Time: 3 hours Max Marks: 75
Answer any FIVE Questions
All Questions carry equal marks
? ? ? ? ?
1. (a) Implement Half adder using 4 NAND gates
(b) Implement full subtrctor using NAND gates only. [5+10]
2. Explain about the following:
(a) Merger diagrams
(b) Flow and implication tables. [15]
3. Explain about
(a) Address multiplexers
(b) Hamming code. [7+8]
4. Design a Modulo-12 up Synchronous counter Using T-Flip Flops and draw the
Circuit diagram? [15]
5. (a) design a 2 bit comparator using gates.
(b) Use an 8-to-1 MUX to design the following combinational logic circuit There
are four adjacent parking slots in the XYZ Inc executive parking area. Each
slot is equipped with a special sensor whose output is asserted high when a car
is occupying the slot. Design a decoding system that will signal the existence
of two or more adjacent vacant slots. [10+5]
6. Define Latch? Explain about Different types of Latches in detail? [15]
7. (a) Perform the subtraction with the following unsigned binary numbers by taking
the 2’s complement of the subtrahend:
i. 100 - 110000
ii. 11010 - 1101.
(b) Construct a table for 4 -3 -2 -1 weighted code and write 9154 using this code
(c) Perform arithmetic operation indicated below.Follow signed bit notation:
i. 001110 + 110010
ii. 101011 - 100110.
(d) Explain the importance of gray code. [4+4+4+3]
8. (a) Simplify to a sum of 3 terms:
A’B’C’ +ABD+A’C +A’CD’ +AC’D + AB’C’
7
R09 Set No. 3Code No: A109210503
(b) As part of an aircraft’s functional monitoring system, a circuit is required to
indicate the status of the landing gears prior to landing. Green LED display
turns on if all three gears are properly extended when the “gear down” switch
has been activated in preparation for landing. Red LED display turns on if
any of the gears fail to extend properly prior to landing. When a landing
gear is extended, its sensor produces a LOW voltage. When a landing gear is
retracted, its sensor produces a HIGH voltage. Implement a circuit to meet
this requirement.
(c) In a certain chemical processing plant, a liquid chemical is used in a manufac-
turing process. The chemical is stored in three different tanks. A level sensor
in each tank produces a HIGH voltage when the level of chemical in the tank
drops below a specified point. Design a circuit that monitors the chemical
level in each tank and indicates when the level in any two of the tanks drops
below the specified point. [5+5+5]
? ? ? ? ?

More Related Content

What's hot

Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...
Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...
Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...
Hsien-Hsin Sean Lee, Ph.D.
 
COMMON SCRAMBLING ALGORITHM
COMMON SCRAMBLING ALGORITHMCOMMON SCRAMBLING ALGORITHM
COMMON SCRAMBLING ALGORITHM
aniruddh Tyagi
 

What's hot (19)

Principles of Combinational Logic-1
Principles of Combinational Logic-1Principles of Combinational Logic-1
Principles of Combinational Logic-1
 
Gate Computer Science Solved Paper 2007
Gate Computer Science Solved Paper 2007 Gate Computer Science Solved Paper 2007
Gate Computer Science Solved Paper 2007
 
Verilog full adder in dataflow & gate level modelling style.
Verilog full adder in dataflow  & gate level modelling style.Verilog full adder in dataflow  & gate level modelling style.
Verilog full adder in dataflow & gate level modelling style.
 
17443 microprocessor
17443   microprocessor17443   microprocessor
17443 microprocessor
 
Logic Fe Tcom
Logic Fe TcomLogic Fe Tcom
Logic Fe Tcom
 
Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...
Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...
Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...
 
Assignment solution-week7
Assignment solution-week7Assignment solution-week7
Assignment solution-week7
 
Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...
Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...
Lec7 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Kar...
 
Software-defined IoT: 6TiSCH Centralized Scheduling and Multipath Construction
Software-defined IoT: 6TiSCH Centralized Scheduling and Multipath ConstructionSoftware-defined IoT: 6TiSCH Centralized Scheduling and Multipath Construction
Software-defined IoT: 6TiSCH Centralized Scheduling and Multipath Construction
 
2015 16combinepdf
2015 16combinepdf2015 16combinepdf
2015 16combinepdf
 
BCH Codes
BCH CodesBCH Codes
BCH Codes
 
Verilog lab manual (ECAD and VLSI Lab)
Verilog lab manual (ECAD and VLSI Lab)Verilog lab manual (ECAD and VLSI Lab)
Verilog lab manual (ECAD and VLSI Lab)
 
Assembly language solution
Assembly language  solutionAssembly language  solution
Assembly language solution
 
Convolutional Error Control Coding
Convolutional Error Control CodingConvolutional Error Control Coding
Convolutional Error Control Coding
 
7th Semester (June-2016) Computer Science and Information Science Engineering...
7th Semester (June-2016) Computer Science and Information Science Engineering...7th Semester (June-2016) Computer Science and Information Science Engineering...
7th Semester (June-2016) Computer Science and Information Science Engineering...
 
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
15-bit NOVEL Hamming Codec using HSPICE 22nm CMOS Technology based on GDI Tec...
 
Assembly Language Lecture 4
Assembly Language Lecture 4Assembly Language Lecture 4
Assembly Language Lecture 4
 
COMMON SCRAMBLING ALGORITHM
COMMON SCRAMBLING ALGORITHMCOMMON SCRAMBLING ALGORITHM
COMMON SCRAMBLING ALGORITHM
 
VERILOG CODE FOR Adder
VERILOG CODE FOR AdderVERILOG CODE FOR Adder
VERILOG CODE FOR Adder
 

Similar to A109210503 digitallogicdesign1

D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
guest3f9c6b
 
Mcs 10 104 compiler design dec 2014
Mcs 10 104 compiler design dec 2014Mcs 10 104 compiler design dec 2014
Mcs 10 104 compiler design dec 2014
Sreeju Sree
 
Winter ’18 CIS 314 Final A Name SID 1. [5] Draw a .docx
Winter ’18 CIS 314 Final A  Name    SID 1. [5] Draw a .docxWinter ’18 CIS 314 Final A  Name    SID 1. [5] Draw a .docx
Winter ’18 CIS 314 Final A Name SID 1. [5] Draw a .docx
adolphoyonker
 
108EN Electrical and Electronic scienceDesign, Simulation .docx
108EN Electrical and Electronic scienceDesign, Simulation .docx108EN Electrical and Electronic scienceDesign, Simulation .docx
108EN Electrical and Electronic scienceDesign, Simulation .docx
paynetawnya
 
Dw2645274531
Dw2645274531Dw2645274531
Dw2645274531
IJMER
 
Vlsilab13
Vlsilab13Vlsilab13
Vlsilab13
Krish s
 

Similar to A109210503 digitallogicdesign1 (20)

130701 09-05-2012
130701 09-05-2012130701 09-05-2012
130701 09-05-2012
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
 
130701 04-01-2013
130701 04-01-2013130701 04-01-2013
130701 04-01-2013
 
Mcs 10 104 compiler design dec 2014
Mcs 10 104 compiler design dec 2014Mcs 10 104 compiler design dec 2014
Mcs 10 104 compiler design dec 2014
 
Winter ’18 CIS 314 Final A Name SID 1. [5] Draw a .docx
Winter ’18 CIS 314 Final A  Name    SID 1. [5] Draw a .docxWinter ’18 CIS 314 Final A  Name    SID 1. [5] Draw a .docx
Winter ’18 CIS 314 Final A Name SID 1. [5] Draw a .docx
 
7th Semester (June; July-2015) Computer Science and Information Science Engin...
7th Semester (June; July-2015) Computer Science and Information Science Engin...7th Semester (June; July-2015) Computer Science and Information Science Engin...
7th Semester (June; July-2015) Computer Science and Information Science Engin...
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering  (ACU) Question papers3rd Semester Computer Science and Engineering  (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
 
5th semester Computer Science and Information Science Engg (2013 December) Qu...
5th semester Computer Science and Information Science Engg (2013 December) Qu...5th semester Computer Science and Information Science Engg (2013 December) Qu...
5th semester Computer Science and Information Science Engg (2013 December) Qu...
 
17431 microprocessor & programming
17431  microprocessor & programming17431  microprocessor & programming
17431 microprocessor & programming
 
6th Semester (June; July-2015) Computer Science and Information Science Engin...
6th Semester (June; July-2015) Computer Science and Information Science Engin...6th Semester (June; July-2015) Computer Science and Information Science Engin...
6th Semester (June; July-2015) Computer Science and Information Science Engin...
 
SMU BCA SEM 1 FALL 2016 ASSIGNMENTS
SMU BCA SEM 1 FALL 2016 ASSIGNMENTSSMU BCA SEM 1 FALL 2016 ASSIGNMENTS
SMU BCA SEM 1 FALL 2016 ASSIGNMENTS
 
model computer architecture
model computer architecturemodel computer architecture
model computer architecture
 
6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
 
108EN Electrical and Electronic scienceDesign, Simulation .docx
108EN Electrical and Electronic scienceDesign, Simulation .docx108EN Electrical and Electronic scienceDesign, Simulation .docx
108EN Electrical and Electronic scienceDesign, Simulation .docx
 
3rd Semester Computer Science and Engineering (ACU-2022) Question papers
3rd Semester Computer Science and Engineering  (ACU-2022) Question papers3rd Semester Computer Science and Engineering  (ACU-2022) Question papers
3rd Semester Computer Science and Engineering (ACU-2022) Question papers
 
5th Semester (June; July-2015) Computer Science and Information Science Engin...
5th Semester (June; July-2015) Computer Science and Information Science Engin...5th Semester (June; July-2015) Computer Science and Information Science Engin...
5th Semester (June; July-2015) Computer Science and Information Science Engin...
 
Dw2645274531
Dw2645274531Dw2645274531
Dw2645274531
 
Vlsilab13
Vlsilab13Vlsilab13
Vlsilab13
 
Digital logic assn
Digital logic assnDigital logic assn
Digital logic assn
 

More from jntuworld

A109211201 data-communication-systems1
A109211201 data-communication-systems1A109211201 data-communication-systems1
A109211201 data-communication-systems1
jntuworld
 
09 a11291 engineering drawing (1)
09 a11291 engineering drawing (1)09 a11291 engineering drawing (1)
09 a11291 engineering drawing (1)
jntuworld
 
09 a10591 engg drawing
09 a10591 engg drawing09 a10591 engg drawing
09 a10591 engg drawing
jntuworld
 
09 a10591 engg drawing (1)
09 a10591 engg drawing (1)09 a10591 engg drawing (1)
09 a10591 engg drawing (1)
jntuworld
 
09 a10491 engg drawing
09 a10491 engg drawing09 a10491 engg drawing
09 a10491 engg drawing
jntuworld
 
09 a10291 engineering drawing
09 a10291 engineering drawing09 a10291 engineering drawing
09 a10291 engineering drawing
jntuworld
 
09 a1ec01 c programming and data structures
09 a1ec01 c programming and data structures09 a1ec01 c programming and data structures
09 a1ec01 c programming and data structures
jntuworld
 
09 a1bs06 fundamentalsofbiology
09 a1bs06 fundamentalsofbiology09 a1bs06 fundamentalsofbiology
09 a1bs06 fundamentalsofbiology
jntuworld
 
09 a1bs02 engineeringphysics
09 a1bs02 engineeringphysics09 a1bs02 engineeringphysics
09 a1bs02 engineeringphysics
jntuworld
 
09 a1bs05 engineering mechanics
09 a1bs05 engineering mechanics09 a1bs05 engineering mechanics
09 a1bs05 engineering mechanics
jntuworld
 

More from jntuworld (20)

A109212102 mechanicsoffluids1
A109212102 mechanicsoffluids1A109212102 mechanicsoffluids1
A109212102 mechanicsoffluids1
 
A109211802 physicalmetallurgy1
A109211802 physicalmetallurgy1A109211802 physicalmetallurgy1
A109211802 physicalmetallurgy1
 
A109211401 thermalscience1
A109211401 thermalscience1A109211401 thermalscience1
A109211401 thermalscience1
 
A109211201 data-communication-systems1
A109211201 data-communication-systems1A109211201 data-communication-systems1
A109211201 data-communication-systems1
 
A109210305 thermodynamics1
A109210305 thermodynamics1A109210305 thermodynamics1
A109210305 thermodynamics1
 
A109210204 electrical-circuits1
A109210204 electrical-circuits1A109210204 electrical-circuits1
A109210204 electrical-circuits1
 
Surveying1
Surveying1Surveying1
Surveying1
 
Metallurgy and material_science
Metallurgy and material_scienceMetallurgy and material_science
Metallurgy and material_science
 
Mechanics of solids1
Mechanics of solids1Mechanics of solids1
Mechanics of solids1
 
Mathematicalfoundationofcomputerscience
MathematicalfoundationofcomputerscienceMathematicalfoundationofcomputerscience
Mathematicalfoundationofcomputerscience
 
Electrical circuits1
Electrical circuits1Electrical circuits1
Electrical circuits1
 
09 a11291 engineering drawing (1)
09 a11291 engineering drawing (1)09 a11291 engineering drawing (1)
09 a11291 engineering drawing (1)
 
09 a10591 engg drawing
09 a10591 engg drawing09 a10591 engg drawing
09 a10591 engg drawing
 
09 a10591 engg drawing (1)
09 a10591 engg drawing (1)09 a10591 engg drawing (1)
09 a10591 engg drawing (1)
 
09 a10491 engg drawing
09 a10491 engg drawing09 a10491 engg drawing
09 a10491 engg drawing
 
09 a10291 engineering drawing
09 a10291 engineering drawing09 a10291 engineering drawing
09 a10291 engineering drawing
 
09 a1ec01 c programming and data structures
09 a1ec01 c programming and data structures09 a1ec01 c programming and data structures
09 a1ec01 c programming and data structures
 
09 a1bs06 fundamentalsofbiology
09 a1bs06 fundamentalsofbiology09 a1bs06 fundamentalsofbiology
09 a1bs06 fundamentalsofbiology
 
09 a1bs02 engineeringphysics
09 a1bs02 engineeringphysics09 a1bs02 engineeringphysics
09 a1bs02 engineeringphysics
 
09 a1bs05 engineering mechanics
09 a1bs05 engineering mechanics09 a1bs05 engineering mechanics
09 a1bs05 engineering mechanics
 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 

A109210503 digitallogicdesign1

  • 1. R09 Set No. 2Code No: A109210503 1 II B.Tech I Semester Examinations,MAY 2011 DIGITAL LOGIC DESIGN Computer Science And Engineering Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ? ? ? ? ? 1. Explain about the following: (a) latch excitation table (b) Merging of flow tables. [15] 2. Explain about the Following (a) Serial Transfer in 4-bit shift Registers (b) Binary Ripple Counter (c) HDL for Synchronous Counter. [15] 3. Draw the two-dimensional decoding structure for a 1k-word memory? [15] 4. (a) Simplify to a sum of 3 terms: A’C’D’ +AC’ +BCD + A’CD’ + A’BC + AB’C’ (b) Given AB’ + AB = C, Show that AC’ + A’C = B (c) Factor to obtain a Product of Sums(simplify where possible) A’C’D’ +ABD’ + A’CD +B’D. [5+5+5] 5. Design a sequential circuit with two D flip-flops A and B. and one input x. when x=0,the state of the circuit remains the same. When x=1,the circuit goes through the state transition from 00 to 11 to 11 to 10 back to 00.and repeats. [15] 6. (a) What is the gray code equivalent of the Hex Number 3A7 (b) Find the biquinary of number code for the decimal numbers from 0 to 9 (c) Find 9’s complement of (25.6391)0 (d) Find (72532 - 03250) using 9’s complement. [4+3+4+4] 7. (a) Let f = P (5,6,13) and f1= P (0,1,2,3,5,6,8,9,10,11,13).Find f2 such that f=f1 x f2’. (b) Find all minimal four variable functions which assume the value 1 when the minterms 4,10,11,13 are equal to 1 and assume the value 0 when the minterms 1,3,6,7,8,9,12,14 are equal to 1. [7+8] 8. Design 4 digit BCD adder using 7483 adders. [15] ? ? ? ? ?
  • 2. 2 R09 Set No. 4Code No: A109210503 II B.Tech I Semester Examinations,MAY 2011 DIGITAL LOGIC DESIGN Computer Science And Engineering Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ? ? ? ? ? 1. Explain about (a) ROM (b) FPGA. [7+8] 2. Explain about HDL for Sequential Circuits in Detail? [15] 3. Explain about the following: (a) Transition table and output map (b) Maps for Latch inputs. [15] 4. (a) Design a circuit with three inputs(A,B,C) and two outputs(X,Y) where the outputs are the binary count of the number of “ON” (HIGH) inputs (b) Design a circuit with four inputs and one output where the output is 1 if the input isdivisible by 3 or 7. [7+8] 5. Define BCD Counter and Draw its State table for BCD Counter? [15] 6. (a) Find the possible terms which could be added to the expression using the consensus theorem.Then reduce to a minimum SOP A’C’D’ + BCD + AB’C’ +A’BC (b) In a board of directors meeting 4 resolutions A,B,C,D are up to a vote. The vote must be governed by the following rules: i. Those who vote for resolution B must also vote for resolution C. ii. It is possible to vote for both resolutions A& C, only if a vote for either B or D is also cast. iii. Those who vote for either resolution C or D or vote against resolution A must vote for resolution B. Each member of the board has 4 switches A,B,C,D which he presses or releases, depending on whether he is in favor of or against the resolution under the consideration. The switches of each member are the inputs to a circuit associated with that member. Design such a circuit with as few gates as possible. [5+10] 7. (a) Verify that NAND and NOR operations are Commutative but not Associative.
  • 3. 3 R09 Set No. 4Code No: A109210503 (b) A certain 4 input gate called LEMON gate realizes the switching function LEMON(A,B,C,D) = BC(A+D) Assuming that the input variables are available in both primed and unprimed form: i. show a realization of the function f(w,x,y,z)= P (0,1,6,9,10,11,14,15) with only three LEMON gates and one OR gate. ii. Can all switching functions be realized with LEMON/OR logic. [5+5+5] 8. (a) Show the weights of three different 4 bit self complementing codes whose only negative weight is - 4 and write down number system from 0 to 9 (b) Decimal system became popular because we have 10 fingers. A rich person on earth has decided to distribute Rs.one lakh equally to the following persons from various planets. Find out the amount each one of them will get in their respective currencies: A from planet VENUS possessing 8 fingers B from planet MARS possessing 6 fingers C from planet JUPITER possessing 14 fingers D from planet MOON possessing 16 fingers [7+8] ? ? ? ? ?
  • 4. 4 R09 Set No. 1Code No: A109210503 II B.Tech I Semester Examinations,MAY 2011 DIGITAL LOGIC DESIGN Computer Science And Engineering Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ? ? ? ? ? 1. Draw a diagram and Explain about Address multiplexers for 64 k DRAM? [15] 2. Explain about 4-bit Universal Shift Registers? [15] 3. (a) Design a circuit with four inputs and one output where the output is 1 if the input is divisible by 3 or 7. (b) A safe has 5 locks: v,w,x,y,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 man- ner: Mr.A has keys for locks v& x Mr.B has keys for locks v& y Mr.C has keys for locks w& y Mr.D has keys for locks x& z Mr.E has keys for locks v& z i. Determine the minimal no. of executives required to open the safe. ii. 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 which executives are present iii. Who is the ‘essential executive’ without whom the safe cannot be opened. [7+8] 4. Convert the following numbers: (a) 10101100111.0101 to Base 10 (b) (153.513)10 = ( )8 (c) Find (3250 - 72532)10 using 10’s complement (d) Divide 01100100 by 00011001 (e) Given that (292)10 =(1204)b determine ‘b’ [3+3+3+3+3] 5. Explain about the Procedure for Designing Sequential Circuits in detail? [15] 6. (a) Explain the difference between asynchronous and synchronous sequential cir- cuits. (b) Define fundamental-mode operation (c) Explain the difference between stable and unstable states (d) What is the difference between an internal state and a total state? [15]
  • 5. 5 R09 Set No. 1Code No: A109210503 7. (a) Design a BCD to Excess-3 code converter using minimum number of NAND gates (b) Design a BCD to Gray code converter using 8:1 multiplexers. [10+5] 8. For the function T(w,x,y,z)= P (0,1,2,3,4,6,7,8,9,11,15): (a) Find all prime implicants and indicate which are essential through the Kmap (b) Design a circuit which will find the 2’s complement of a 4 bit binary num- ber.Use one full adder,3 half adders and any additional gates. [5+10] ? ? ? ? ?
  • 6. 6 R09 Set No. 3Code No: A109210503 II B.Tech I Semester Examinations,MAY 2011 DIGITAL LOGIC DESIGN Computer Science And Engineering Time: 3 hours Max Marks: 75 Answer any FIVE Questions All Questions carry equal marks ? ? ? ? ? 1. (a) Implement Half adder using 4 NAND gates (b) Implement full subtrctor using NAND gates only. [5+10] 2. Explain about the following: (a) Merger diagrams (b) Flow and implication tables. [15] 3. Explain about (a) Address multiplexers (b) Hamming code. [7+8] 4. Design a Modulo-12 up Synchronous counter Using T-Flip Flops and draw the Circuit diagram? [15] 5. (a) design a 2 bit comparator using gates. (b) Use an 8-to-1 MUX to design the following combinational logic circuit There are four adjacent parking slots in the XYZ Inc executive parking area. Each slot is equipped with a special sensor whose output is asserted high when a car is occupying the slot. Design a decoding system that will signal the existence of two or more adjacent vacant slots. [10+5] 6. Define Latch? Explain about Different types of Latches in detail? [15] 7. (a) Perform the subtraction with the following unsigned binary numbers by taking the 2’s complement of the subtrahend: i. 100 - 110000 ii. 11010 - 1101. (b) Construct a table for 4 -3 -2 -1 weighted code and write 9154 using this code (c) Perform arithmetic operation indicated below.Follow signed bit notation: i. 001110 + 110010 ii. 101011 - 100110. (d) Explain the importance of gray code. [4+4+4+3] 8. (a) Simplify to a sum of 3 terms: A’B’C’ +ABD+A’C +A’CD’ +AC’D + AB’C’
  • 7. 7 R09 Set No. 3Code No: A109210503 (b) As part of an aircraft’s functional monitoring system, a circuit is required to indicate the status of the landing gears prior to landing. Green LED display turns on if all three gears are properly extended when the “gear down” switch has been activated in preparation for landing. Red LED display turns on if any of the gears fail to extend properly prior to landing. When a landing gear is extended, its sensor produces a LOW voltage. When a landing gear is retracted, its sensor produces a HIGH voltage. Implement a circuit to meet this requirement. (c) In a certain chemical processing plant, a liquid chemical is used in a manufac- turing process. The chemical is stored in three different tanks. A level sensor in each tank produces a HIGH voltage when the level of chemical in the tank drops below a specified point. Design a circuit that monitors the chemical level in each tank and indicates when the level in any two of the tanks drops below the specified point. [5+5+5] ? ? ? ? ?