SlideShare a Scribd company logo
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

Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
Sudhanshu Janwadkar
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
Jamnas Mundakkutty A
 
While , For , Do-While Loop
While , For , Do-While LoopWhile , For , Do-While Loop
While , For , Do-While Loop
Abhishek Choksi
 
carry look ahead adder
carry look ahead addercarry look ahead adder
carry look ahead adder
ASHISH MANI
 
VHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDLVHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDL
Revathi Subramaniam
 
Computer Organization and Architecture.
Computer Organization and Architecture.Computer Organization and Architecture.
Computer Organization and Architecture.
CS_GDRCST
 
MULTIPLEXER
MULTIPLEXERMULTIPLEXER
MULTIPLEXER
Siddhi Shrivas
 
Verilog presentation final
Verilog presentation finalVerilog presentation final
Verilog presentation final
Ankur Gupta
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Satya P. Joshi
 
Computer architecture input output organization
Computer architecture input output organizationComputer architecture input output organization
Computer architecture input output organization
Mazin Alwaaly
 
VERILOG CODE FOR Adder
VERILOG CODE FOR AdderVERILOG CODE FOR Adder
VERILOG CODE FOR Adder
Rakesh kumar jha
 
Latches and flip flops
Latches and flip flopsLatches and flip flops
Latches and flip flops
mubashir farooq
 
Interrupts in 8051
Interrupts in 8051Interrupts in 8051
Interrupts in 8051
Sudhanshu Janwadkar
 
ADDRESSING MODES
ADDRESSING MODESADDRESSING MODES
ADDRESSING MODES
Sadaf Rasheed
 
VHDL-PRESENTATION.ppt
VHDL-PRESENTATION.pptVHDL-PRESENTATION.ppt
VHDL-PRESENTATION.ppt
Dr.YNM
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
Praveen M Jigajinni
 
Programmable logic array
Programmable logic arrayProgrammable logic array
Programmable logic array
Huba Akhtar
 
Data flow model -Lecture-4
Data flow model -Lecture-4Data flow model -Lecture-4
Data flow model -Lecture-4
Dr.YNM
 
java notes.pdf
java notes.pdfjava notes.pdf
java notes.pdf
JitendraYadav351971
 
Programmable array logic
Programmable array logicProgrammable array logic
Programmable array logic
Gaditek
 

What's hot (20)

Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
While , For , Do-While Loop
While , For , Do-While LoopWhile , For , Do-While Loop
While , For , Do-While Loop
 
carry look ahead adder
carry look ahead addercarry look ahead adder
carry look ahead adder
 
VHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDLVHDL-Behavioral-Programs-Structure of VHDL
VHDL-Behavioral-Programs-Structure of VHDL
 
Computer Organization and Architecture.
Computer Organization and Architecture.Computer Organization and Architecture.
Computer Organization and Architecture.
 
MULTIPLEXER
MULTIPLEXERMULTIPLEXER
MULTIPLEXER
 
Verilog presentation final
Verilog presentation finalVerilog presentation final
Verilog presentation final
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 
Computer architecture input output organization
Computer architecture input output organizationComputer architecture input output organization
Computer architecture input output organization
 
VERILOG CODE FOR Adder
VERILOG CODE FOR AdderVERILOG CODE FOR Adder
VERILOG CODE FOR Adder
 
Latches and flip flops
Latches and flip flopsLatches and flip flops
Latches and flip flops
 
Interrupts in 8051
Interrupts in 8051Interrupts in 8051
Interrupts in 8051
 
ADDRESSING MODES
ADDRESSING MODESADDRESSING MODES
ADDRESSING MODES
 
VHDL-PRESENTATION.ppt
VHDL-PRESENTATION.pptVHDL-PRESENTATION.ppt
VHDL-PRESENTATION.ppt
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
 
Programmable logic array
Programmable logic arrayProgrammable logic array
Programmable logic array
 
Data flow model -Lecture-4
Data flow model -Lecture-4Data flow model -Lecture-4
Data flow model -Lecture-4
 
java notes.pdf
java notes.pdfjava notes.pdf
java notes.pdf
 
Programmable array logic
Programmable array logicProgrammable array logic
Programmable array logic
 

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 amplifier
Ahmad Raza
 
embedded system
embedded system  embedded system
embedded system
Gopal Dhaker
 
Pdc 2 mark
Pdc   2 markPdc   2 mark
Pdc 2 mark
balaji1986
 
Automatic doorbell with object detection
Automatic doorbell with object detectionAutomatic doorbell with object detection
Automatic doorbell with object detection
Anurag Alaria
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
Apoorv Gupta
 
Operational amplifier
Operational amplifierOperational amplifier
Operational amplifier
Unsa Shakir
 
Powerelectronics questionbank
Powerelectronics questionbankPowerelectronics questionbank
Powerelectronics questionbank
Sudhakar Reddy
 
Unit 1.pdf
Unit 1.pdfUnit 1.pdf
Unit 1.pdf
GauravDhiran
 
DIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTERDIGITAL HEART BEAT COUNTER
DIGITAL HEART BEAT COUNTER
Deevanshu Swani
 
Pi q
Pi qPi q
Pi q
Ashu0711
 
BHH POWER PLANT ppt.pptx
BHH POWER PLANT ppt.pptxBHH POWER PLANT ppt.pptx
BHH POWER PLANT ppt.pptx
Anil764767
 
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
viveksingh2418
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
Pankaj Kumar Nayak
 
Industrial electronics 1 marks- polytechnic
Industrial electronics  1 marks- polytechnicIndustrial electronics  1 marks- polytechnic
Industrial electronics 1 marks- polytechnic
Sukesh R
 
Industrial electronics question bank
Industrial electronics question bankIndustrial electronics question bank
Industrial electronics question bank
Sukesh R
 
Analog Electronics interview and viva questions.pdf
Analog Electronics interview and viva questions.pdfAnalog Electronics interview and viva questions.pdf
Analog Electronics interview and viva questions.pdf
Engineering Funda
 
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- polytechnic
Sukesh 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 Diagram
Team Kuk
 

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
 
Analog Electronics interview and viva questions.pdf
Analog Electronics interview and viva questions.pdfAnalog Electronics interview and viva questions.pdf
Analog Electronics interview and viva questions.pdf
 
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
 

Recently uploaded

বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 

Recently uploaded (20)

বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 

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