002C
AI

Electronic components are the fundamental building blocks used to design and fabricate electronic circuits. They are generally categorized based on their function and physical characteristics.
---
### 1. Classification of Components
Electronic parts are broadly divided into two main categories: **Passive** and **Active**.
| Category | Definition | Examples |
| :--- | :--- | :--- |
| **Active** | Components that can control the flow of electricity and require a power source to operate. | Transistors, Integrated Circuits (ICs), Diodes. |
| **Passive** | Components that do not require power to operate and cannot amplify a signal. | Resistors, Capacitors, Inductors. |
---
### 2. Core Electronic Parts
Here is a breakdown of the most common components found in modern electronics:
#### A. Resistors
* **Function:** Limits or regulates the flow of electrical current.
* **Unit:** Ohms ($\Omega$).
* **Common Use:** Protecting LEDs from burning out or dividing voltages.
#### B. Capacitors
* **Function:** Stores electrical energy temporarily in an electric field.
* **Unit:** Farads (F).
* **Common Use:** Filtering noise in power supplies and smoothing signals.
#### C. Diodes
* **Function:** Allows current to flow in only one direction (like a check valve).
* **Special Type:** **LED (Light Emitting Diode)**, which emits light when current passes through it.
#### D. Transistors
* **Function:** Acts as either a switch or an amplifier.
* **Importance:** They are the "brain" cells of computers, forming the basis of logic gates.
#### E. Integrated Circuits (ICs)
* **Function:** A complex circuit miniaturized onto a small chip of semiconductor material (usually silicon).
* **Common Use:** Microprocessors, memory chips, and voltage regulators.
---
### 3. Connection and Assembly
To create a working device, these parts must be connected:
* **PCB (Printed Circuit Board):** A board used to mechanically support and electrically connect components using conductive pathways.
* **Solder:** A metal alloy melted to create permanent joints between components and the PCB.
---
### 4. Basic Symbol Reference
When reading a schematic (a map of a circuit), you will see these symbols:
```text
Resistor: -/\/\/\-
Capacitor: --||--
Diode: --|>|--
Battery: --|i--
```
- ⤷What is the difference between a microcontroller and a microprocessor?
- ⤷ How do you read the color codes on a resistor?
- ⤷ What are the common causes of component failure in a circuit?