Topics
Electronic Components/ Study of Components and Circuits
- Introduction to Electronic Components
- Classification Of Components
- Resistors
- Types of Resistors
- Capacitors
- Types of Capacitors
- Inductors
- Basics of Transformers
- Basics of Semiconductor Devices
- PN Junction Diode
- Half Wave Rectifier
- Types of diodes
- Transistors
- Transistor Amplifier
- Basic of Transistor as a Switch
- Switch Mode power Supply (SMPS)
- Classification of IC’S
Logic Gates and Sequential Circuit
- Introduction of Logic gates and sequential circuits
- Basics of Logic Gates
- Types of gates
- Odd/Even Parity
- DE-MORGAN'S Theorem
- NAND Gate is an Universal Building Block
- HALF ADDER AND FULL ADDER
- Multiplexers
- Demultiplexer
- Encoder
- Decoder
- FLIP-FLOPS
- Counters
- Shift Registers
Functional Hardware of Pc
Peripheral Devices
- Disk controller
- Direct Memory Access (DMA)
Controller
A controller manages data transfer between a computer and peripheral devices. In PCs, controllers are often single chips included for standard components like the display, keyboard, and disk drives. Controllers must match the computer's bus architecture, such as AT, PCI, or SCSI, to function correctly.
Disk controller
A disk controller chip and its associated circuitry manage a disk drive. Different interfaces require specific controllers, such as an IDE controller for an IDE interface and a SCSI controller for a SCSI interface. In Macintosh systems, the disk controller is built into the motherboard. A hard disk controller (HDC) manages hard drives, while a floppy disk controller (FDC) manages floppy disks.
Direct Memory Access (DMA)
Direct Memory Access (DMA) improves data transfer speed between the processor and external devices. Instead of routing data through the processor, which is slow, a DMA controller handles the transfer directly between memory and the device, bypassing the processor and speeding up the process.