Dica
Dica
Dica
www.andhracolleges.com
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????
f (x) = (a + b) ( c + d)
2. (a) Design a TTL three-state NAND gate and explain the operation with the help
of function table.
(b) Compute the maximum fan-out for the following cases.
i. 74LS driving 74F
ii. 74F driving 74AS
iii. 74AS driving 74LS
www.andhracolleges.com
iv. 74AS driving 74F [8+8]
3. (a) Explain the various data types supported by VHDL. Give the necessary ex-
amples.
(b) Discuss the steps in VHDL design flow. [8+8]
4. Design a logic circuit to detect prime number of a 5-bit input. Write the structural
VHDL program for the same. [16]
5. Design a two-digit BCD adder with logic gates. Using this logic write the VHDL
program. In structural style of modeling. [8+8]
6. Write VHDL program for 8-bit comparator circuit. Using this entity write VHDL
program for 24-bit comparator. Show the additional logic used for this purpose use
structural style or modeling. [16]
7. (a) Define clock skew. Explain how clock skew leads to incorrect outputs in syn-
chronous circuits. Design one logic circuit that minimizes clock skew.
(b) Design an 8-bit universal parallel-in and serial out shift register with a control
input. Shift-left operation with control input 1 and shift-right operation with
control input 0 is to be performed. [8+8]
www.andhracolleges.com
ture of 8x4 static RAM and explain. [8+8]
?????
www.andhracolleges.com
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
2 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information
www.andhracolleges.com The Complete Information About Colleges in Andhra Pradesh
www.andhracolleges.com
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????
1. (a) Design a 4-input CMOS OR-AND-INVERT gate. Explain the circuit with the
help of logic diagram and function table?
(b) Explain the following terms with reference to CMOS logic.
i. Logic ‘0’ and Logic ‘1’
ii. Noise margin
iii. Power supply rails
iv. Propagation delay [10+6]
3. (a) Write a VHDL Entity and Architecture for a 3-bit synchronous counter using
Flip-Flops.
www.andhracolleges.com
(b) Explain the use of Packages. Give the syntax and structure of a package in
VHDL. [8+8]
4. (a) Design a logic circuit to detect prime number of a 4-bit input? Write the
VHDL program for the above design?
(b) Design the logic circuit and write a data-flow style VHDL program for the
following function? [8+8]
5. Design a two-digit BCD adder with logic gates. Using this logic write the VHDL
program. In structural style of modeling. [8+8]
6. (a) Write a behavioral VHDL program to compare 16-bit signed and unsigned
integers.
(b) Design a priority encoder with 8 inputs? Write a VHDL program for the same
in structural style. [8+8]
7. Show the logic diagram of 74×175 IC and write VHDL program for this IC in data
flow style. Using this entity develop the program for 16-bit register and show the
corresponding circuit also explain how the register is cleared? [16]
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
1 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information
www.andhracolleges.com The Complete Information About Colleges in Andhra Pradesh
www.andhracolleges.com ?????
www.andhracolleges.com
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
2 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information
www.andhracolleges.com The Complete Information About Colleges in Andhra Pradesh
www.andhracolleges.com
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????
1. (a) Draw the logic diagram equivalent to the internal structure of CMOS 4-input
NAND gate. Explain the operation with the help of function table.
(b) Compare HC, HCT, VHC and VHCT CMOS logic families with the help of
input specifications and with VCC from 4.5V to 5.5V. [8+8]
2. (a) Draw the circuit diagram of basic CMOS gate and explain the operation.
(b) List out different categories of characteristics in a TTL data sheet. Discuss
electrical and switching characteristics of 74LS00. [8+8]
3. (a) Write a VHDL Entity and Architecture for the following function?
F(x) = a ⊕ b ⊕ c
www.andhracolleges.com
VHDL [8+8]
7. (a) Design a switch debouncer circuit using 74×109 IC. Explain the operation
using timing diagram.
(b) Discuss the logic circuit of 74×377 register. Write a VHDL program for the
same in structural style. [8+8]
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
1 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information
www.andhracolleges.com The Complete Information About Colleges in Andhra Pradesh
www.andhracolleges.com
the first location. [8+8]
B, 2, 4, F, A, D, F, E
?????
www.andhracolleges.com
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
2 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information
www.andhracolleges.com The Complete Information About Colleges in Andhra Pradesh
www.andhracolleges.com
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????
1. (a) Explain how to estimate sinking current for low output and sourcing current
for high output of CMOS gate.
(b) Analyze the fall time of CMOS inverter output with RL = 100Ω, VL = 2.5V and CL =
10P F . Assume VL as stable state voltage. [8+8]
3. (a) Write a VHDL Entity and Architecture for a 3-bit synchronous counter using
Flip-Flops.
(b) Explain the use of Packages. Give the syntax and structure of a package in
VHDL. [8+8]
www.andhracolleges.com
4. (a) What is the importance of time dimension in VHDL and explain its function.
(b) Design the logic circuit and write a data-flow style VHDL program for the
following function. [8+8]
f (Y ) = AB + BC + AC
6. A simple floating-point encoder converts 16-bit fixed-point data using four high
order bits beginning with MSB. Design the logic circuit and write VHDL data-flow
program. [16]
7. (a) What is the difference between ring counter and Johnson ring counter? Design
a self-correcting 4-bit, 4-state ring counter with a single circulating 0 using
74×194.
(b) Explain how serial data communication is possible using 74×166 as transmitter
and 74×164 as receiver. [8+8]
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
1 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information
www.andhracolleges.com The Complete Information About Colleges in Andhra Pradesh
www.andhracolleges.com
AB, 52, 74, 0F, CA, 9D, 2F, E6
?????
www.andhracolleges.com
Seminar Topics - Scholarships - Admission/Entrance Exam Notifications
USA-UK-Australia-Germany-France-NewZealand Universities List
2 of 2
www.andhracolleges.com Engineering-MBA-MCA-Medical-Pharmacy-B.Ed-Law Colleges Information