1/21
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Microprocessor
The central processing unit (CPU) of a computer, integrated onto a single integrated circuit (IC), acting as the brain of the computer.
Intel 4004
The world's first commercial microprocessor introduced by Intel in 1971, designed for calculators.
Arithmetic Logic Unit (ALU)
A component of a microprocessor that performs arithmetic and logical operations.
Control Unit
Directs the flow of data and instructions within the microprocessor, fetching and decoding instructions.
Memory Unit
Stores data and instructions for the microprocessor, including types like RAM and ROM.
Register
Small, high-speed storage locations within a microprocessor for temporary data storage.
x86 Architecture
A family of instruction set architectures based on the Intel 8086 microprocessor that remains influential in computing.
Integrated Circuit (IC)
A semiconductor device that combines multiple components into a single unit, used to build microprocessors.
Transistor
A semiconductor device used to amplify or switch electronic signals, crucial for modern electronic circuits.
Moore's Law
The observation that the number of transistors on a microchip doubles approximately every two years.
Input Device
A device that sends data or instructions to the microprocessor for processing.
Output Device
A device that displays or acts upon the results of the microprocessor’s operations.
Embedded Systems
Specialized computing systems designed for specific control tasks, often using microcontrollers.
Arduino Uno
A popular Arduino board designed for beginners to build electronics projects, featuring an ATmega328P microcontroller.
PWM (Pulse Width Modulation)
A technique used to create analog signals using digital output by varying the width of the output pulses.
I2C (Inter-Integrated Circuit)
A communication protocol that allows multiple devices to communicate with controllers using only two wires.
SPI (Serial Peripheral Interface)
A synchronous serial data protocol used for high-speed communication between a microcontroller and devices.
ALU
The Arithmetic Logic Unit, responsible for performing arithmetic and logical operations within the microprocessor.
ATmega328
The microcontroller used in Arduino Uno, featuring 14 digital and 6 analog pins.
Arduino IDE
The Integrated Development Environment used to write and upload code to Arduino boards.
Transistor
A semiconductor device used to amplify or switch electronic signals.
Microcontroller
An integrated circuit designed for specific control tasks, integrating CPU, memory, and I/O peripherals.