Electronic systems: input, process, output devices, logic systems

Resources | Subject Notes | Design and Technology

Electronic Systems: Input, Process, Output Devices, and Logic Systems

This section explores the fundamental components of electronic systems, focusing on how information is captured (input), manipulated (process), and presented (output). It also delves into the principles of logic systems, which are essential for decision-making within electronic circuits.

1. Input Devices

Input devices are used to bring information into an electronic system. This information can be in various forms, such as:

  • Physical quantities (e.g., temperature, pressure, light)
  • Electrical signals (e.g., voltage, current)
  • User commands (e.g., keyboard input, touch screen)

Common examples of input devices include:

  • Microphones: Convert sound waves into electrical signals.
  • Pressure sensors: Measure force applied to a surface.
  • Temperature sensors (e.g., Thermistors, Thermocouples): Measure temperature.
  • Light sensors (e.g., Photoresistors, Photodiodes): Detect light intensity.
  • Keyboards and Touchscreens: Allow users to input data and commands.
  • Switches and Potentiometers: Provide simple on/off or variable input signals.

2. Process Devices

Process devices are the core of an electronic system. They manipulate the input signals according to a defined set of instructions. The most fundamental process device is the microprocessor.

Device Function
Microprocessor Executes instructions to process data.
Amplifiers Increase the strength of electrical signals.
Timers and Counters Generate timing signals and count events.
Analog-to-Digital Converters (ADCs) Convert analog signals to digital signals.
Digital-to-Analog Converters (DACs) Convert digital signals to analog signals.

3. Output Devices

Output devices present the processed information to the user or another system. The output can be in various forms, such as:

  • Visual displays (e.g., LCD screens, LEDs)
  • Auditory signals (e.g., speakers, headphones)
  • Actuators (e.g., motors, solenoids)
  • Data storage devices (e.g., printers, plotters)

Examples of output devices include:

  • LCD Screens: Display text and graphics.
  • LEDs: Emit light to indicate status or display information.
  • Speakers and Headphones: Produce sound.
  • Motors and Solenoids: Produce mechanical motion.
  • Printers: Create hard copies of data.

4. Logic Systems

Logic systems form the basis of decision-making in electronic circuits. They use Boolean algebra to perform logical operations on binary inputs (0 or 1).

Boolean Algebra: Deals with logical operations like AND, OR, NOT.

Logic Gates: Electronic circuits that implement Boolean logic. Common logic gates include:

  • AND gate: Output is 1 only if both inputs are 1.
  • OR gate: Output is 1 if at least one input is 1.
  • NOT gate: Inverts the input (1 becomes 0, and 0 becomes 1).
  • NAND gate: Output is the inverse of the AND gate.
  • NOR gate: Output is the inverse of the OR gate.
  • XOR gate: Output is 1 if the inputs are different.

Logic Gate Symbol Boolean Expression
AND
Suggested diagram: AND gate symbol
$Y = A \cdot B$
OR
Suggested diagram: OR gate symbol
$Y = A + B$
NOT
Suggested diagram: NOT gate symbol
$Y = \neg A$
NAND
Suggested diagram: NAND gate symbol
$Y = \neg (A \cdot B)$
NOR
Suggested diagram: NOR gate symbol
$Y = \neg (A + B)$
XOR
Suggested diagram: XOR gate symbol
$Y = A \oplus B$

Logic gates are combined to create more complex circuits that can perform a wide range of functions, such as arithmetic operations, memory operations, and control systems.

Suggested diagram: A simple logic circuit using AND and OR gates.