Copy of Electronics Quarter 2
Copy of Electronics Quarter 2
Ascii Code
- For information to be transferred into or out of a computer, numbers, letters, and several
other symbols must be translated into binary code. The system used is the American
Standard Code for Information Interchange, or ASCII (pronounced “ask-key”). The ASCII
code is an alphanumeric code; it has binary values for each letter, number and symbols.
The ASCII code has been used to standardize codes for numbers, letters, and symbols
in equipment such as printers, keyboards, and computer displays.
ASCII Table
-
Boolean Logic
- The brain of any computer is the CPU (central processing unit)
- The CPU fetches instructions from main memory and executes them
- The ALU (artihmetic logic unit) is the component within the CPU where logical decisions
are made. This decision making process is called Boolean Logic
Logic Gates
- Boolean logic is represented using logic gate symbols
- Logic gates use boolean logic to take one or more binary inputs and produce a single
binary output.
1. Inverter
- simplest of all logic gates. It has only one input and one output, where the output is the
opposite of the input.
2. OR Gate
- has two or more inputs but only one output. Only one needs to be true for a true output
3. AND Gate
- has two or more inputs but only one output. Both inputs must be true for a true output
4. NOR Gate
- has two or more inputs But only one output. Both input can be true for a true output,
where output is opposite for the both input.
-
5. NAND Gate
- One of the inputs must be false
6. XOR Gate
- Only one input can be true for a true output
7. XNOR Gate
- Only similar input can be true for a true output
-
Logic Gates
- crucial in digital systems and programming, acting as the basic elements that enable
computers and other devices to process and compute data.
- They perform binary operations and control data flow, vital for creating circuits and the
CPU's operation
Integrated Circuits
- popularly called chips, are inevitable in any electronic board.
- The integrated circuit functions as an amplifier, oscillator, counter, voltage regulator,
timer, and memory and replaces discrete component-based circuits.
- It implements a basic logical operation that is performed on one or more digital input
signals. to produce a digital output signal
Transistors
- One of the most common uses for transistors in an electronic circuit is as simple
switches.
- In short, a transistor conducts current across the collector emitter path only when a
voltage is applied to the base.
- When no base voltage is present, the switch is off.
- When base voltage is present, the switch is on.
- A transistor allows you to use a small current to control a much larger one
Diode
- A diode is a semiconductor device that essentially acts as a one-way switch for current.
- It allows current to flow easily in one direction, but severely restricts current from flowing
in the opposite direction.
- Whenever a specified voltage is exceeded, the diode resistance gets increased, making
the diode reverse biased and it acts as an open switch
Diode Switching Time
- While changing the bias conditions, the diode undergoes a transient response. The
response of a system to any sudden change from an equilibrium position is called as
transient response.
- The time taken before the diode recovers its steady state is called as Recovery Time.
- The time interval taken by the diode to switch from reverse biased state to forward
biased state is called as Forward Recovery Time.
- The time interval taken by the diode to switch from forward biased state to reverse
biased state is called as Reverse Recovery Time