SlideShare a Scribd company logo
1 of 6
Download to read offline
ADE VIVA QUESTIONS
1. Why is the operational amplifier called by its name?
Op-amp stands for operational amplifier. Originally, op-amps were so named because they were used to model
the basic mathematical operations of addition, subtraction, integration, differentiation, etc. in electronic analog
computers. In this sense a true operational amplifier is an ideal circuit element.
2. Explain the advantages of OP AMP over transistor amplifiers.
Advantages:
i) increased circuit stability.
ii) increased input impedance.
iii) decreased output impedance.
iv) increased frequency bandwidth at constant gain.
3. List the OP AMP ideal characteristics.
âž” Infinite open-loop gain G = Vout / Vin
âž” Infinite input impedance Rin, and so zero input current.
âž” Zero input offset voltage.
âž” Infinite output voltage range.
âž” Infinite bandwidth with zero phase shift and infinite slew rate.
âž” Zero output impedance Rout
âž” Zero noise.
âž” Infinite common-mode rejection ratio (CMRR)
The ideal op amp is an amplifier with infinite input impedance, infinite open-loop gain, zero output impedance,
infinite bandwidth, and zero noise. It has positive and negative inputs which allow circuits that use feedback to
achieve a wide range of functions.
4. Give the symbol of OP AMP.
5. Explain the various applications of OPAMP.
Op amps are widely used in amplifiers oscillators, filters, comparators, integrators and
differentiation,voltage regulator, current regulator. Non linear applications include precision rectified log
amplifiers. It is also used in analog to digital and digital to analog converter.
Operational amplifiers are linear devices that have all the properties required for nearly ideal DC
amplification and are therefore used extensively in signal conditioning, filtering or to perform mathematical
operations such as add, subtract, integration and differentiation.
Sahithi Bhashyam 1 1KS20AI036
6. Define UTP and LTP.
UTP(Upper Trip Point) is the point in the raising part of input waveform, at which the
output voltage changes state . LTP (Lower Trip Point) is the point in the falling part of the
input waveform, at which the output changes state.
7. Mention the applications of Schmitt trigger.
âž” They are used in closed-loop negative feedback configurations in relaxation oscillators.
âž” used in function generators
âž” switching power supplies SMPS.
8. What is a square wave generator/Regenerative comparator?
A square wave generator is a non-sinusoidal waveform oscillator that is capable of generating square waves. The
Schmitt trigger circuit is an implementation of square wave generators. Another name for the square wave
generator is an Astable or a free-running multivibrator.
9. Give the hysteresis curve of a Schmitt trigger.
10. What is a bipolar and unipolar device? Give examples
Bipolar Transistors are “Bipolar” devices because they operate with both types of charge carriers, Holes and
Electrons. Ex: BJT. A Unipolar Transistor is a “Unipolar” device that depends only on the conduction of
electrons (N-channel) or holes (P-channel). Ex: FET.
11. Define resolution
Resolution of a D/A converter is defined as the smallest change that can
occur in the analog output as a result of a change in the digital input.
12. Explain the need of D/A and A/D converters.
A/D Converters : Microprocessors can only perform complex processing on digitised signals. When signals are
in digital form they are less susceptible to the delirious effect of additive noise. ADC provides a link between
the analog world of transducers and the digital world of signal processing and data handling.
D/A Converters : It is an electronic device that converts a digital code to an analog signal such as voltage,
current, or electric charge. Signals can easily be stored and transmitted in digital form: a DAC is used for the
signal to be recognised by human senses or non-digital systems.
13. List the different types of D/A and A/D converters.
Sahithi Bhashyam 2 1KS20AI036
Types of A/D Converters:
âž” Flash A/D Converters
âž” Delta-Sigma A/D Converters
âž” Successive Approximation A/D Converter
Types of D/A Converters:
âž” Weighted Resistor D/A Converters
âž” R-2R Ladder D/A Converters
14. What is a multivibrator?
An electronic device that produces a non-sinusoidal waveform as its output is known as a Multivibrator.
15. What is a bistable multivibrator?
A type of multivibrator whose output consists of 2 stable states is known as Bistable Multivibrator.
16. Give the applications of monostable and astable multivibrators.
Astable multivibrator
â—Ź The astable or free running multivibrator is used as a square wave frequency generator
â—Ź As a timing oscillator or clock of a computer system.
â—Ź It is also used for flashing lights, switching and power supply circuits.
Monostable multivibrator
â—Ź The monostable multivibrator is used as delay and timing circuits.
â—Ź It is also used for temporary memories.
â—Ź It is often used to trigger another pulse generator.
â—Ź It is used for regenerating old and worn out pulses.
17. Why astable multivibrator is called a free running multivibrator.
In electronic circuits, astable multivibrators are also known as Free-running Multivibrator as they do not
require any additional inputs or external assistance to oscillate.
18. Define duty cycle.
Duty cycle is the ratio of time a load or circuit is ON compared to the time the load or circuit is OFF.
19. List the applications of 555 timer.
â—Ź The IC 555 is used for Tone generation.
â—Ź It is used to make an alarm circuit.
â—Ź They are also used for frequency division applications.
â—Ź The IC 555 is used as a relaxation oscillator.
â—Ź They are also used in digital counter circuits.
â—Ź IC 555 is widely used for electronics projects.
20. Define a logic gate
Logic gates are the basic building blocks of any digital system.
21. What are basic gates
Sahithi Bhashyam 3 1KS20AI036
There are several basic logic gates used in performing operations in digital systems. The common ones are:
AND, OR and NOT.
22. Why are NAND and NOR gates called universal gates?
Because we can implement any Boolean function, which is in sum of products form by using NAND gates
alone. Similarly, we can implement any Boolean function, which is in product of sums form by using NOR gates
alone.
23. State De Morgan's Theorem.
DeMorgan's Theorem states that inverting the output of any gate results in the same function as the opposite
type of gate (AND vs. OR) with two inverted variables A and B. It is used to solve Boolean Algebra expressions.
It performs gate operations like NAND gate and NOR gate.
24. List the applications of EX-OR and EX-NOR gates.
generation of parity generation and checking units
25. What is a half adder?
A combinational logic circuit that performs the addition of two data bits, A and B, is called a half adder.
26. What is a full adder?
A combinational circuit that adds two data bits, A and B, and a carry-in bit, Cin, is called a full adder.
27. Differentiate between combinational and sequential circuits. Give examples.
The combinational circuit is incapable of storing data, whereas sequential circuits are capable of storing a given
amount of data in memory spaces allocated for the purpose. Combinational circuits examples comprise adders,
subtractors, decoders, encoders, etc. Sequential circuits are mainly used in flip-flops, latches and registers.
28. Give the applications of combinational and sequential circuits.
Combinational circuits examples comprise adders, subtractors, decoders, encoders, etc. Sequential circuits are
mainly used in flip-flops, latches and registers.
29. Define flip flop.
A flip flop is a device very much like a latch in that it is a bistable multivibrator, having two states and a
feedback path that allows it to store a bit of information. It is edge triggered and only changes state when a
control signal goes from high to or low to high.
30. What is an excitation table?
Excitation table is the modified or simplest form of truth table of flip flops. It is very useful to design sequential
circuits. The inputs of the excitation table are the present states and next states of the flip flops. The outputs can
be determined depending on which flip flop is used.
31. What is race around condition?
A race condition is an undesirable situation that occurs when a device or system attempts to perform two or
more operations at the same time.
Sahithi Bhashyam 4 1KS20AI036
32. How do you eliminate race around conditions?
âž” Increasing the delay of the flip flop
âž” Use of edge-triggered flip flop
âž” Use of master slave JK flip flop
33. What is Minterm and Maxterm?
A minterm is a product term in boolean function in which every element present is either in normal or in
complemented form.
Maxterm: A maxterm is a sum term in a boolean function in which every element present is either in normal or
in complemented form.
34. Define multiplexer/data selector.
A multiplexer (or mux), also known as a data selector, is a device that selects between several analog or digital
input signals and forwards the selected input to a single output line.
35. What is a demultiplexer?
A Demultiplexer is a data distributor read as demux. It is a process of taking information from one input and
transmitting over one of many outputs.
36. Give the applications of mux and demux.
Communication systems, telephonic systems, in logic gates for combinational circuits, etc.
37. What is an encoder and decoder?
The combinational circuits that change the binary information into N output lines are known as Encoders. The
binary information is passed in the form of 2N input lines. The output lines define the N-bit code for the binary
information.
The combinational circuit that changes the binary information into 2N output lines is known as Decoders. The
binary information is passed in the form of N input lines. The output lines define the 2N-bit code for the binary
information.
38. What is a priority encoder?
The priority encoder is a combinational logic circuit that contains 2^n input lines and n output lines and
represents the highest priority input among all the input lines. When multiple input lines are active high at the
same time, then the input that has the highest priority is considered first to generate the output.
39. What are counters? Give their applications.
Counter is a sequential circuit. A digital circuit which is used for counting pulses is known as a counter.
40. Compare synchronous and asynchronous counters.
In a synchronous counter, all the flip-flops are triggered by the same clock signal whereas in an asynchronous
counter, flip-flops are triggered with different clock signals. Unlike an asynchronous counter, the state of the
output bits changes simultaneously in a synchronous counter, without any ripple.
Sahithi Bhashyam 5 1KS20AI036
41. What is a shift register?
A register adequate for changing its binary data in one or both directions is known as a shift register.
42. What does LS stand for in 74LSOO?
Low-power Schottky.
43. What is positive logic and negative logic?
Positive logic inputs and outputs are also called active high. Negative logic inputs and outputs are called active
low.
44. What are code converters?
A converter that changes coded information to a different code system.
45. What is gray code?
It is a non-weighted code which belongs to a class of codes called minimum change codes. In this code while
traversing from one step to another step only one bit in the code group changes.
Sahithi Bhashyam 6 1KS20AI036

More Related Content

What's hot

Project smart notice board ppt
Project smart notice board pptProject smart notice board ppt
Project smart notice board pptRahul Shaw
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingJagannath Dutta
 
Automatic light control Using LDR
Automatic light control Using LDRAutomatic light control Using LDR
Automatic light control Using LDRBadrul Alam
 
Computer Organization And Architecture lab manual
Computer Organization And Architecture lab manualComputer Organization And Architecture lab manual
Computer Organization And Architecture lab manualNitesh Dubey
 
R-2R Ladder DAC
R-2R Ladder DACR-2R Ladder DAC
R-2R Ladder DACChandul4y
 
Bjt amplifiers
Bjt amplifiersBjt amplifiers
Bjt amplifiersveeravanithaD
 
ARM Exception and interrupts
ARM Exception and interrupts ARM Exception and interrupts
ARM Exception and interrupts NishmaNJ
 
Overview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its ApplicationOverview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its Applicationelprocus
 
Overview of Shift register and applications
Overview of Shift register and applicationsOverview of Shift register and applications
Overview of Shift register and applicationsKarthik Kumar
 
Water Level Indicator Project Presentation
Water Level Indicator Project PresentationWater Level Indicator Project Presentation
Water Level Indicator Project PresentationAbdul Rehman
 
Transistor as a switch
Transistor as a switch Transistor as a switch
Transistor as a switch jignesh prajapati
 
Presentation on JFET
Presentation on JFETPresentation on JFET
Presentation on JFETMd. Ashraf Uddin
 
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Revathi Subramaniam
 
Presentation of automatic street light
Presentation of automatic street lightPresentation of automatic street light
Presentation of automatic street lightPrince Mandal
 
Programmable logic array
Programmable logic arrayProgrammable logic array
Programmable logic arrayHuba Akhtar
 

What's hot (20)

Project smart notice board ppt
Project smart notice board pptProject smart notice board ppt
Project smart notice board ppt
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring using
 
Automatic light control Using LDR
Automatic light control Using LDRAutomatic light control Using LDR
Automatic light control Using LDR
 
Computer Organization And Architecture lab manual
Computer Organization And Architecture lab manualComputer Organization And Architecture lab manual
Computer Organization And Architecture lab manual
 
Power Amplifier
Power AmplifierPower Amplifier
Power Amplifier
 
R-2R Ladder DAC
R-2R Ladder DACR-2R Ladder DAC
R-2R Ladder DAC
 
Adafruit_IoT_Platform
Adafruit_IoT_PlatformAdafruit_IoT_Platform
Adafruit_IoT_Platform
 
Bjt amplifiers
Bjt amplifiersBjt amplifiers
Bjt amplifiers
 
ARM Exception and interrupts
ARM Exception and interrupts ARM Exception and interrupts
ARM Exception and interrupts
 
Overview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its ApplicationOverview of Crystal Oscillator Circuit Working and Its Application
Overview of Crystal Oscillator Circuit Working and Its Application
 
Potentiometer
PotentiometerPotentiometer
Potentiometer
 
Automatic Dam Shutter Opening System: A Review
Automatic Dam Shutter Opening System: A ReviewAutomatic Dam Shutter Opening System: A Review
Automatic Dam Shutter Opening System: A Review
 
Overview of Shift register and applications
Overview of Shift register and applicationsOverview of Shift register and applications
Overview of Shift register and applications
 
Water Level Indicator Project Presentation
Water Level Indicator Project PresentationWater Level Indicator Project Presentation
Water Level Indicator Project Presentation
 
Amplifiers
AmplifiersAmplifiers
Amplifiers
 
Transistor as a switch
Transistor as a switch Transistor as a switch
Transistor as a switch
 
Presentation on JFET
Presentation on JFETPresentation on JFET
Presentation on JFET
 
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
Programmable Logic Array(PLA) & Programmable Array Logic(PAL)
 
Presentation of automatic street light
Presentation of automatic street lightPresentation of automatic street light
Presentation of automatic street light
 
Programmable logic array
Programmable logic arrayProgrammable logic array
Programmable logic array
 

Similar to ADE VIVA QUESTIONS

Analog & Digital Integrated Circuits - Material (Short Answers)
Analog & Digital Integrated Circuits -  Material (Short Answers) Analog & Digital Integrated Circuits -  Material (Short Answers)
Analog & Digital Integrated Circuits - Material (Short Answers) Mathankumar S
 
Application of operational amplifier
Application of operational amplifierApplication of operational amplifier
Application of operational amplifierAhmad Raza
 
embedded system
embedded system  embedded system
embedded system Gopal Dhaker
 
Pdc 2 mark
Pdc   2 markPdc   2 mark
Pdc 2 markbalaji1986
 
Automatic doorbell with object detection
Automatic doorbell with object detectionAutomatic doorbell with object detection
Automatic doorbell with object detectionAnurag Alaria
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home AutomationApoorv Gupta
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifierUnsa Shakir
 
Powerelectronics questionbank
Powerelectronics questionbankPowerelectronics questionbank
Powerelectronics questionbankSudhakar Reddy
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDeevanshu Swani
 
Pi q
Pi qPi q
Pi qAshu0711
 
BHH POWER PLANT ppt.pptx
BHH POWER PLANT ppt.pptxBHH POWER PLANT ppt.pptx
BHH POWER PLANT ppt.pptxAnil764767
 
329292817-PLC-Training for new person pptx
329292817-PLC-Training for new person pptx329292817-PLC-Training for new person pptx
329292817-PLC-Training for new person pptxviveksingh2418
 
Industrial electronics 1 marks- polytechnic
Industrial electronics  1 marks- polytechnicIndustrial electronics  1 marks- polytechnic
Industrial electronics 1 marks- polytechnicSukesh R
 
Industrial electronics question bank
Industrial electronics question bankIndustrial electronics question bank
Industrial electronics question bankSukesh R
 
Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)Mohamed Atef
 
Industrial electronics 1 marks- polytechnic
Industrial electronics  1 marks- polytechnicIndustrial electronics  1 marks- polytechnic
Industrial electronics 1 marks- polytechnicSukesh R
 
Transister Tester Project Report with Circuit Diagram
Transister Tester Project Report with Circuit DiagramTransister Tester Project Report with Circuit Diagram
Transister Tester Project Report with Circuit DiagramTeam Kuk
 
MPC of TWT based Transmitter
MPC of TWT based TransmitterMPC of TWT based Transmitter
MPC of TWT based TransmitterAbhishek Sutrave
 

Similar to ADE VIVA QUESTIONS (20)

Analog & Digital Integrated Circuits - Material (Short Answers)
Analog & Digital Integrated Circuits -  Material (Short Answers) Analog & Digital Integrated Circuits -  Material (Short Answers)
Analog & Digital Integrated Circuits - Material (Short Answers)
 
Application of operational amplifier
Application of operational amplifierApplication of operational amplifier
Application of operational amplifier
 
embedded system
embedded system  embedded system
embedded system
 
Pdc 2 mark
Pdc   2 markPdc   2 mark
Pdc 2 mark
 
Automatic doorbell with object detection
Automatic doorbell with object detectionAutomatic doorbell with object detection
Automatic doorbell with object detection
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifier
 
Powerelectronics questionbank
Powerelectronics questionbankPowerelectronics questionbank
Powerelectronics questionbank
 
Unit 1.pdf
Unit 1.pdfUnit 1.pdf
Unit 1.pdf
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTER
 
Pi q
Pi qPi q
Pi q
 
BHH POWER PLANT ppt.pptx
BHH POWER PLANT ppt.pptxBHH POWER PLANT ppt.pptx
BHH POWER PLANT ppt.pptx
 
329292817-PLC-Training for new person pptx
329292817-PLC-Training for new person pptx329292817-PLC-Training for new person pptx
329292817-PLC-Training for new person pptx
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
 
Industrial electronics 1 marks- polytechnic
Industrial electronics  1 marks- polytechnicIndustrial electronics  1 marks- polytechnic
Industrial electronics 1 marks- polytechnic
 
Industrial electronics question bank
Industrial electronics question bankIndustrial electronics question bank
Industrial electronics question bank
 
Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)Lec 8,9,10 (interfacing)
Lec 8,9,10 (interfacing)
 
Industrial electronics 1 marks- polytechnic
Industrial electronics  1 marks- polytechnicIndustrial electronics  1 marks- polytechnic
Industrial electronics 1 marks- polytechnic
 
Transister Tester Project Report with Circuit Diagram
Transister Tester Project Report with Circuit DiagramTransister Tester Project Report with Circuit Diagram
Transister Tester Project Report with Circuit Diagram
 
MPC of TWT based Transmitter
MPC of TWT based TransmitterMPC of TWT based Transmitter
MPC of TWT based Transmitter
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 

ADE VIVA QUESTIONS

  • 1. ADE VIVA QUESTIONS 1. Why is the operational amplifier called by its name? Op-amp stands for operational amplifier. Originally, op-amps were so named because they were used to model the basic mathematical operations of addition, subtraction, integration, differentiation, etc. in electronic analog computers. In this sense a true operational amplifier is an ideal circuit element. 2. Explain the advantages of OP AMP over transistor amplifiers. Advantages: i) increased circuit stability. ii) increased input impedance. iii) decreased output impedance. iv) increased frequency bandwidth at constant gain. 3. List the OP AMP ideal characteristics. âž” Infinite open-loop gain G = Vout / Vin âž” Infinite input impedance Rin, and so zero input current. âž” Zero input offset voltage. âž” Infinite output voltage range. âž” Infinite bandwidth with zero phase shift and infinite slew rate. âž” Zero output impedance Rout âž” Zero noise. âž” Infinite common-mode rejection ratio (CMRR) The ideal op amp is an amplifier with infinite input impedance, infinite open-loop gain, zero output impedance, infinite bandwidth, and zero noise. It has positive and negative inputs which allow circuits that use feedback to achieve a wide range of functions. 4. Give the symbol of OP AMP. 5. Explain the various applications of OPAMP. Op amps are widely used in amplifiers oscillators, filters, comparators, integrators and differentiation,voltage regulator, current regulator. Non linear applications include precision rectified log amplifiers. It is also used in analog to digital and digital to analog converter. Operational amplifiers are linear devices that have all the properties required for nearly ideal DC amplification and are therefore used extensively in signal conditioning, filtering or to perform mathematical operations such as add, subtract, integration and differentiation. Sahithi Bhashyam 1 1KS20AI036
  • 2. 6. Define UTP and LTP. UTP(Upper Trip Point) is the point in the raising part of input waveform, at which the output voltage changes state . LTP (Lower Trip Point) is the point in the falling part of the input waveform, at which the output changes state. 7. Mention the applications of Schmitt trigger. âž” They are used in closed-loop negative feedback configurations in relaxation oscillators. âž” used in function generators âž” switching power supplies SMPS. 8. What is a square wave generator/Regenerative comparator? A square wave generator is a non-sinusoidal waveform oscillator that is capable of generating square waves. The Schmitt trigger circuit is an implementation of square wave generators. Another name for the square wave generator is an Astable or a free-running multivibrator. 9. Give the hysteresis curve of a Schmitt trigger. 10. What is a bipolar and unipolar device? Give examples Bipolar Transistors are “Bipolar” devices because they operate with both types of charge carriers, Holes and Electrons. Ex: BJT. A Unipolar Transistor is a “Unipolar” device that depends only on the conduction of electrons (N-channel) or holes (P-channel). Ex: FET. 11. Define resolution Resolution of a D/A converter is defined as the smallest change that can occur in the analog output as a result of a change in the digital input. 12. Explain the need of D/A and A/D converters. A/D Converters : Microprocessors can only perform complex processing on digitised signals. When signals are in digital form they are less susceptible to the delirious effect of additive noise. ADC provides a link between the analog world of transducers and the digital world of signal processing and data handling. D/A Converters : It is an electronic device that converts a digital code to an analog signal such as voltage, current, or electric charge. Signals can easily be stored and transmitted in digital form: a DAC is used for the signal to be recognised by human senses or non-digital systems. 13. List the different types of D/A and A/D converters. Sahithi Bhashyam 2 1KS20AI036
  • 3. Types of A/D Converters: âž” Flash A/D Converters âž” Delta-Sigma A/D Converters âž” Successive Approximation A/D Converter Types of D/A Converters: âž” Weighted Resistor D/A Converters âž” R-2R Ladder D/A Converters 14. What is a multivibrator? An electronic device that produces a non-sinusoidal waveform as its output is known as a Multivibrator. 15. What is a bistable multivibrator? A type of multivibrator whose output consists of 2 stable states is known as Bistable Multivibrator. 16. Give the applications of monostable and astable multivibrators. Astable multivibrator â—Ź The astable or free running multivibrator is used as a square wave frequency generator â—Ź As a timing oscillator or clock of a computer system. â—Ź It is also used for flashing lights, switching and power supply circuits. Monostable multivibrator â—Ź The monostable multivibrator is used as delay and timing circuits. â—Ź It is also used for temporary memories. â—Ź It is often used to trigger another pulse generator. â—Ź It is used for regenerating old and worn out pulses. 17. Why astable multivibrator is called a free running multivibrator. In electronic circuits, astable multivibrators are also known as Free-running Multivibrator as they do not require any additional inputs or external assistance to oscillate. 18. Define duty cycle. Duty cycle is the ratio of time a load or circuit is ON compared to the time the load or circuit is OFF. 19. List the applications of 555 timer. â—Ź The IC 555 is used for Tone generation. â—Ź It is used to make an alarm circuit. â—Ź They are also used for frequency division applications. â—Ź The IC 555 is used as a relaxation oscillator. â—Ź They are also used in digital counter circuits. â—Ź IC 555 is widely used for electronics projects. 20. Define a logic gate Logic gates are the basic building blocks of any digital system. 21. What are basic gates Sahithi Bhashyam 3 1KS20AI036
  • 4. There are several basic logic gates used in performing operations in digital systems. The common ones are: AND, OR and NOT. 22. Why are NAND and NOR gates called universal gates? Because we can implement any Boolean function, which is in sum of products form by using NAND gates alone. Similarly, we can implement any Boolean function, which is in product of sums form by using NOR gates alone. 23. State De Morgan's Theorem. DeMorgan's Theorem states that inverting the output of any gate results in the same function as the opposite type of gate (AND vs. OR) with two inverted variables A and B. It is used to solve Boolean Algebra expressions. It performs gate operations like NAND gate and NOR gate. 24. List the applications of EX-OR and EX-NOR gates. generation of parity generation and checking units 25. What is a half adder? A combinational logic circuit that performs the addition of two data bits, A and B, is called a half adder. 26. What is a full adder? A combinational circuit that adds two data bits, A and B, and a carry-in bit, Cin, is called a full adder. 27. Differentiate between combinational and sequential circuits. Give examples. The combinational circuit is incapable of storing data, whereas sequential circuits are capable of storing a given amount of data in memory spaces allocated for the purpose. Combinational circuits examples comprise adders, subtractors, decoders, encoders, etc. Sequential circuits are mainly used in flip-flops, latches and registers. 28. Give the applications of combinational and sequential circuits. Combinational circuits examples comprise adders, subtractors, decoders, encoders, etc. Sequential circuits are mainly used in flip-flops, latches and registers. 29. Define flip flop. A flip flop is a device very much like a latch in that it is a bistable multivibrator, having two states and a feedback path that allows it to store a bit of information. It is edge triggered and only changes state when a control signal goes from high to or low to high. 30. What is an excitation table? Excitation table is the modified or simplest form of truth table of flip flops. It is very useful to design sequential circuits. The inputs of the excitation table are the present states and next states of the flip flops. The outputs can be determined depending on which flip flop is used. 31. What is race around condition? A race condition is an undesirable situation that occurs when a device or system attempts to perform two or more operations at the same time. Sahithi Bhashyam 4 1KS20AI036
  • 5. 32. How do you eliminate race around conditions? âž” Increasing the delay of the flip flop âž” Use of edge-triggered flip flop âž” Use of master slave JK flip flop 33. What is Minterm and Maxterm? A minterm is a product term in boolean function in which every element present is either in normal or in complemented form. Maxterm: A maxterm is a sum term in a boolean function in which every element present is either in normal or in complemented form. 34. Define multiplexer/data selector. A multiplexer (or mux), also known as a data selector, is a device that selects between several analog or digital input signals and forwards the selected input to a single output line. 35. What is a demultiplexer? A Demultiplexer is a data distributor read as demux. It is a process of taking information from one input and transmitting over one of many outputs. 36. Give the applications of mux and demux. Communication systems, telephonic systems, in logic gates for combinational circuits, etc. 37. What is an encoder and decoder? The combinational circuits that change the binary information into N output lines are known as Encoders. The binary information is passed in the form of 2N input lines. The output lines define the N-bit code for the binary information. The combinational circuit that changes the binary information into 2N output lines is known as Decoders. The binary information is passed in the form of N input lines. The output lines define the 2N-bit code for the binary information. 38. What is a priority encoder? The priority encoder is a combinational logic circuit that contains 2^n input lines and n output lines and represents the highest priority input among all the input lines. When multiple input lines are active high at the same time, then the input that has the highest priority is considered first to generate the output. 39. What are counters? Give their applications. Counter is a sequential circuit. A digital circuit which is used for counting pulses is known as a counter. 40. Compare synchronous and asynchronous counters. In a synchronous counter, all the flip-flops are triggered by the same clock signal whereas in an asynchronous counter, flip-flops are triggered with different clock signals. Unlike an asynchronous counter, the state of the output bits changes simultaneously in a synchronous counter, without any ripple. Sahithi Bhashyam 5 1KS20AI036
  • 6. 41. What is a shift register? A register adequate for changing its binary data in one or both directions is known as a shift register. 42. What does LS stand for in 74LSOO? Low-power Schottky. 43. What is positive logic and negative logic? Positive logic inputs and outputs are also called active high. Negative logic inputs and outputs are called active low. 44. What are code converters? A converter that changes coded information to a different code system. 45. What is gray code? It is a non-weighted code which belongs to a class of codes called minimum change codes. In this code while traversing from one step to another step only one bit in the code group changes. Sahithi Bhashyam 6 1KS20AI036