Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Physics
  4. /↳Electronics
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

Mathematics and Science

  • Mathematics
  • Additional Mathematics
  • Biology
  • Chemistry
  • Physics

Arts and Humanities

  • Caribbean History
  • Geography

Business and Human Development Studies

  • Principles of Accounts
  • Principles of Business
  • Economics

Modern Languages

  • English A (Language)
  • English B (Literature)
  • French
  • Spanish

Technical Studies and Creative Arts

  • Electrical & Electronic Technology
  • Information Technology

© 2026 Matthew Williams. Made with other contributors for all.

Physics

Electronics

PDF
Matthew Williams
|May 20, 2026|5 min read
CSEC PhysicsDiodeElectronicsLogic GatesPaper 01Paper 02RectificationSection DTruth Tables

Semiconductor diodes (one-way current), half-wave rectification, logic gates (AND, OR, NOT, NAND, NOR), truth tables, combining gates, and the societal impact of electronics.

Semiconductor Diodes

A diode is made from a semiconductor material (silicon or germanium) with a junction that allows current to flow in only one direction:

  • Forward-biased: positive terminal connected to the p-type side, current flows.
  • Reverse-biased: positive terminal connected to the n-type side, current is blocked.

The I-V characteristic of a diode is non-ohmic. Forward current rises sharply after a small threshold voltage (~0.6 V for silicon). In reverse, only a tiny leakage current flows until breakdown voltage is reached.

Half-Wave Rectification (revisited)

A single diode in series with an AC supply produces a half-wave rectified output, only positive half-cycles pass. This converts AC to a pulsating DC suitable for further filtering.

Half-wave rectification circuit: an AC supply connected in series with a diode (D) and a load resistor (R). The diode allows current through only during positive half-cycles, blocking the negative half-cycles.
Half-wave rectification: the diode blocks reverse current, so only positive half-cycles reach the load resistor.

Logic Gates

Logic gates are electronic switches with one or more binary inputs and one output. Each input and output is either 0 (low voltage, ~0 V) or 1 (high voltage, e.g. 5 V).

The Five Basic Gates

Standard logic gate symbols for NOT, AND, OR, NAND, and NOR gates arranged in a row, each labelled with its name
Standard logic gate symbols. NAND and NOR are AND and OR with an invert bubble on the output.

NOT gate (inverter): One input, one output. The output is the opposite of the input.

AOutput
01
10

AND gate: Output is 1 only when all inputs are 1.

ABOutput
000
010
100
111

OR gate: Output is 1 when at least one input is 1.

ABOutput
000
011
101
111

NAND gate: AND followed by NOT. Output is 0 only when all inputs are 1 (otherwise 1).

ABOutput
001
011
101
110

NOR gate: OR followed by NOT. Output is 1 only when all inputs are 0.

ABOutput
001
010
100
110

Combining Gates

Gates can be wired together to implement any logical function. To find the output for a combination circuit:

  1. Identify the inputs to each gate.
  2. Work left to right, computing each gate's output in turn.
  3. The final gate's output is the circuit output.
Example/Logic gate circuit (2023 Paper 02, Q5)

From 2023 Paper 02, the gate represented by a symbol with one input and one output (inverting output) is the NOT gate (single-input gate whose output is the complement of the input).

The truth table with one input:

InputOutput
01
10

identifies the NOT gate.

For a NAND gate (2019 Paper 02):

ABNAND output
001
011
101
110

Societal Impact of Electronics

The development of integrated circuits (microchips containing millions of logic gates) has transformed society:

  • Healthcare: digital medical equipment, patient monitoring, diagnostic imaging
  • Communications: smartphones, internet, global telecommunications
  • Industry: computer-controlled manufacturing, robotics
  • Education: computers, tablets, e-learning
  • Caribbean relevance: financial services, tourism booking systems, weather monitoring

Benefits include access to information, improved healthcare, and economic efficiency. Concerns include electronic waste (e-waste), security and privacy risks, and dependence on technology.

Exam Tip

Memorise the NAND truth table: it is the complement of AND, only the 1,1 input combination gives output 0. Similarly, NOR is the complement of OR, only the 0,0 input gives output 1.

For combination circuit truth tables: work gate by gate, computing all intermediate outputs for each row before moving to the next gate. Label each intermediate node.

Previous in syllabus order
AC and DC
Next in syllabus order
Magnetism