Detailed Notes on Electrical and Electronics Concepts
Analog vs. Digital
- Analog signal: A signal that varies continuously with time.
- Digital signal: A signal that has been converted into a numerical (digital) format.
AC (Alternating Current) vs. DC (Direct Current)
- AC Voltage: Voltage in which direction and magnitude change with time. Represented by a waveform (Figure A).
- DC Voltage: Voltage in which direction and magnitude remain constant with time. Represented by a straight line (Figure B).
Conductors, Insulators, and Semiconductors
- Conductors: Materials that allow electric current to flow easily.
- Example: Gold, copper, silver.
- Insulators: Materials that resist the flow of electric current.
- Example: Plastic, varnish, stone.
- Semiconductors: Materials that conduct electricity under certain conditions.
- Example: Germanium, silicon, selenium.
Short Circuit, Open Circuit, and Closed Circuit
- Short Circuit: The current bypasses the load and flows directly back to the source. (Figure A)
- Open Circuit: The current is unable to flow due to a break in the circuit. (Figure B)
- Closed Circuit: The current flows from the source, through the load, and back to the source, completing the circuit. (Figure C)
Parallel vs. Series Circuit Connections
- Parallel Connection: Each component has its own path back to the voltage source. Two separate connection points are used.
- Series Connection: Components are connected end-to-end, forming a single path for current flow.
Ammeter and Voltmeter Connections
- Ammeter: Connected in series with the circuit to measure current.
- Voltmeter: Connected in parallel with the circuit to measure voltage.
- Fuse: A safety device that protects circuit components from damage by interrupting the current flow during an overcurrent or short circuit.
- Transformer: Used in power stages to step up or step down voltage levels. Often required because many electronic circuits operate at voltages different from the mains voltage (e.g., 180V).
- Functions:
- Stepping up or stepping down voltage.
- Creating a 180-degree phase shift between input and output.
Electrical Installation Diagram for a 2-Apartment Building's Entrance
- (Diagram is missing, so description cannot be provided.)
SPDT Switch (Vavien) Circuit Diagram (Open and Closed)
- (Diagram is missing, so description cannot be provided.)
Functions of Ballast and Starter in Lighting Systems
- Ballast: Used to increase the speed of the electron beam in fluorescent lamps.
- Starter: Used to initiate the arc in fluorescent lamps. The ballast and starter must be compatible for proper operation.
Definitions and Units of Electronic Components
- Resistor: A component that opposes the flow of current.
- Capacitor: A component that stores electrical energy in an electric field.
- Inductor (Coil): A component that stores energy in a magnetic field when current flows through it.
Symbols of Electronic Components
- NPN Transistor: (Symbol missing, so description cannot be provided.)
- Electrolytic Capacitor: (Symbol missing, so description cannot be provided. It's a polarized capacitor.)
- Zener Diode: (Symbol missing, so description cannot be provided.)
- UJT (Unijunction Transistor): (Symbol missing, so description cannot be provided.)
- Potentiometer: (Symbol missing, so description cannot be provided. It's a variable resistor.)
Soldering
- Definition: Soldering is a process of joining metal parts using a filler metal alloy (solder), which is typically a mixture of 60% tin and 40% lead.
- Considerations:
- Cleanliness of component leads.
- Cleanliness of the soldering area.
- Appropriate soldering iron power.
- Shiny solder joints.
- Bomb-shaped solder joints.
Rectifiers
- Definition: A rectifier is a circuit that converts AC voltage to DC voltage.
- Half-Wave Rectifier: Only one half of the AC waveform is allowed to pass through to the output.
- Operation: When the positive alternation of the AC signal is applied, the diode is forward-biased and conducts, allowing the positive alternation to appear at the output. When the negative alternation is applied, the diode is reverse-biased and blocks the current flow, resulting in no output during the negative alternation. Thus achieving half-wave rectification.
Adapters, Chargers, Power Supplies, and SMPS
- Adapter: Provides a fixed DC voltage output from an AC input.
- Charger: Provides a voltage and current output that varies based on the battery's charge state.
- Power Supply: Designed to provide the necessary current for circuit components and forms the input stage of circuits.
- SMPS (Switched-Mode Power Supply): An uninterruptible power supply.
- Differences: All convert AC voltage to DC voltage but differ in their specific functions and designs.
AND, OR, and XOR Gate Symbols and Truth Tables
- AND Gate: (symbol missing). Output is 1 only if all inputs are 1.
- Truth Table:
- A | B | Y
- 0 | 0 | 0
- 0 | 1 | 0
- 1 | 0 | 0
- 1 | 1 | 1
- OR Gate: (symbol missing). Output is 1 if any input is 1.
- Truth Table:
- A | B | Y
- 0 | 0 | 0
- 0 | 1 | 1
- 1 | 0 | 1
- 1 | 1 | 1
- XOR Gate: (symbol missing). Output is 1 if inputs are different.
- Truth Table:
- A | B | Y
- 0 | 0 | 0
- 0 | 1 | 1
- 1 | 0 | 1
- 1 | 1 | 0
Number System Conversions
- (110011101)2 = (413){10}
- (325){10} = (101000101)2
- (A5C){16} = (101001011100)2
- (357)8 = (11101111)2 = (DF)_{16}
Number System Arithmetic
- (11110110)2 + (01011101)2 = (101010011)_2
- (1374)8 + (3714)8 = (5310)_8
- (A10C){16} + (EF1D){16} = (19029)_{16}
Logic Expression Implementation with Gates
- F = ABC + \overline{A}B\overline{C} : (logic gate diagram is missing, so description cannot be provided.)
Simplification of Karnaugh Maps
- (Karnaugh maps are missing, so simplification cannot be provided.)
- Example 1: f = B
- Example 2: f = \overline{A} \overline{B} E + \overline{B} \overline{C} \overline{D} + A\overline{C}
Full Adder Circuit
- (Truth table and circuit diagram are missing, so description cannot be provided.)
- Truth Table:
- A | B | C | Carry | Sum
- 0 | 0 | 0 | 0 | 0
- 0 | 0 | 1 | 0 | 1
- 0 | 1 | 0 | 0 | 1
- 0 | 1 | 1 | 1 | 0
- 1 | 0 | 0 | 0 | 1
- 1 | 0 | 1 | 1 | 0
- 1 | 1 | 0 | 1 | 0
- 1 | 1 | 1 | 1 | 1
- Boolean Expressions:
- Sum = A XOR B XOR C
- Carry = (A AND B) OR (A AND C) OR (B AND C)
- (Circuit description missing)
- f = \overline{A} \overline{B} C + ABC
4x2 Multiplexer Using NAND Gates
- (Circuit Diagram is missing, so description cannot be provided.)
Turn-On Delay Timer Circuit
- Description: When power is applied, current flows through R1 + P1 to charge C1. The charging of C1 is delayed by the time constant determined by the total resistance and capacitance. Once C1 is charged, the LED lights up. Pressing button B1 resets the circuit, turning off the LED. The time constant can be adjusted by changing P1.
- Formula: Time constant (\tau) = (R1 + P1) \times C_1
Symbols of Electronic Components
- Trimpot/Potentiometer: (Symbol missing, so description cannot be provided.)
- Triac: (Symbol missing, so description cannot be provided.)
- UJT: (Symbol missing, so description cannot be provided.)
- Op-Amp: (Symbol missing, so description cannot be provided.)
Oscillator
- Definition: A circuit that generates periodic waveforms such as square, triangle, sine, or sawtooth waves.
Op-Amp Characteristics
- High input impedance, near-zero output impedance.
- Infinite voltage gain.
- Infinite bandwidth.
- Low noise.
- Zero offset voltage.
- Symmetrical power supply.
Types of Op-Amp Circuits
- Voltage comparator
- Non-inverting amplifier
- Inverting amplifier
- Voltage follower
- Summing amplifier
- Difference amplifier
- Derivative amplifier
- Integrator amplifier
Common Op-Amp
- Code: 741
- Pinout: (Pinout diagram is missing, so description cannot be provided.)
- Offset Null
- Inverting Input
- Non-inverting Input
- V- (Negative power supply)
- Offset Null
- Output
- V+ (Positive power supply)
- No Connection
Op-Amp Circuit Analysis
- Circuit: Inverting Amplifier
- Gain Calculation:
- Av = \frac{V{OUT}}{V{IN}} = -\frac{RF}{R_{IN}} = -\frac{10k\Omega}{10k\Omega} = -1
- Output Voltage Calculation:
- For V{IN} = 2V: V{OUT} = Av \times V{IN} = (-1) \times (2V) = -2V
- For V{IN} = -3V: V{OUT} = Av \times V{IN} = (-1) \times (-3V) = 3V
Multivibrators
- Definition: Circuits that generate square and rectangular waveforms.
- Types:
- Monostable multivibrators (one stable state)
- Astable multivibrators (no stable state)
- Bistable multivibrators (two stable states)
7-Segment Display Driver ICs
- Common Anode: 7447
- Common Cathode: 7448
Flip-Flops
- Definition: Electronic circuits with two stable states used to store binary data.
- Types: SR, T, D, and JK
Synchronous vs. Asynchronous Programming
- Synchronous: Code executes sequentially, from top to bottom.
- Asynchronous: Code executes based on priority or event-driven triggers.
FET vs. MOSFET vs. BJT Transistors
- BJT requires an input current for triggering, while FETs do not.
- BJT's input-output curve is linear. FETs are linear for small signals but not for large signals.
- FETs are faster than BJTs for switching applications.
- FETs don't need input resistors in gate circuits, simplifying the circuit.
- FETs make better switching elements due to their low on-resistance (1-10 ohms).
- BJTs convert current to current, while FETs convert voltage to current.
- FETs switch when the Gate-Source voltage exceeds the threshold voltage. BJT's Base-Emitter voltage stays around 0.7V.
Relays
- Definition: A device which uses low current to switch high current devices.
- Applications: Control of high current circuits in many areas, depending on type. Examples include fuses, alarm systems, and electrical appliances.
Types of Relays
- Reed Relay
- Thermal Relay
- Solid State Relay
- Ground Fault (Leakage Current) Relay
- Time Delay Relay
- Motor Protection Relay
Computer Components
- Hardware: The physical components of a computer system (monitor, case, keyboard, mouse).
- Software: The non-physical part that instructs the hardware how to operate.
Microprocessors vs. Microcontrollers
- Microprocessors: Used in general-purpose computers; focuses on versatile computing operations.
- Microcontrollers: Used in embedded systems; analyses and responds to real-time inputs.
Serial vs. Parallel Ports
- Serial Port: Transmits data one bit at a time.
- Parallel Port: Transmits multiple bits simultaneously.
Asynchronous Motor
- Definition: An AC motor that uses the interaction between rotating magnetic fields to induce movement in the rotor.
Rotor
- Definition: The rotating part of a machine, especially in an electric motor.
Time Relay
- Definition: A micro-controller based control device used in businesses where timing is critical, that engages the load, connected to the device, with respect to the set duration and function.
- Definition: An electrically controlled switch used for switching a power circuit. It's controlled by a much lower powered circuit; example: a 24V coil controlling a 230V motor circuit.
Double-Acting Piston
- Definition: A cylinder which applies a pressurized liquid on either side of the piston, alternating the cycles and producing retracting and extending forces to actuate the piston rod.
Valves
- Definition: A device that determines the direction of liquid, changes the direction when required, controls pressure and the flow rate of liquids.
- Task of Valves:
- Open and close the liquid's path.
- Change the direction in which the liquid goes.
- Send liquids to storage.
Compressor
- Definition: A device that is used to compress liquids to a higher pressure than the atmospheric pressure.
A-Synchronous Continuous Operation Control Circuit
- (Circuit diagram and description are missing.)
PLC (Programmable Logic Controller)
- Definition: A specialized computer used in factory automation and controlling machines or production lines.
- Key Application: Automation processes.
- Main Unit: CPU (Central Processing Unit).
- PLC Advantages (vs. Relay Systems):
- Easier to design control circuits.
- Requires less space.
- Higher reliability, easier maintenance, simplifies fault finding.
- PLC Advantages:
- High processing speed.
- Communication capabilities.
- Lower cost.
- Memory Element: Eprom
- Element NOT Connected to PLC I/O: Transformer.
- Need for Expansion Modules: When more input/output points are required.
- PLC Selection Criteria: DON'T care about the color, but DO care about I/O count, Operating Speed, and Programming Capabilities.
- NOT a PLC Output Element: Button.
- NOT a PLC Component: Transformer.
- PLC Operating Mode: RUN.
- Sensor Detecting Only Metal: Inductive sensor.
- Control Element Changed by Mechanical Impact: Limit switch.
- Last Address (5 Inputs): I0.4
- Output Count (Last Address Q1.2): 12 Outputs
- Sensor Symbols: (Image-based questions cannot be answered.)
Ahilik Culture Values
- Solidarity
- Justice
- Honesty
- Trust
- Work ethic
- Social responsibility
Ahilik Apprenticeship
- Usta (Master) / Çırak (Apprentice) (relations facilitate intergenerational knowledge/experience transfer). The relationship contributes to vocational competence and work ethic.
Entrepreneurship
- Definition: An entrepreneur undertakes a social responsibility by producing and offering products the community needs. The aggregate of entrepreneurial activities are equal to the prosperity level of the community. Building entrepreneur skills increases the number of high-quality workplaces, increasing the community welfare.
HTML
- Definition: A markup language used to create the structure of web pages. It arranges content, defines headings, paragraphs, links, and other elements.