Java Games: Flashcards, matching, concentration, and word search.

Digital Terms 3

AB
HARDWAREphysical computing machinery like an MCU or laptop computer.
SOFTWAREa set of instructions that a computer runs
CPUcentral processing unit, containing the ALU and all support circuitry immediately connected to it.
ALUarithmetic / logic unit, where computation is done
TIMERused to time various functions
MEMORYbinary information storage, not part of the CPU.
RAMrandom access memory, where data can be stored (write) and retrieved (read) as often as desired.
ROMread-only memory, which holds the program and any unchanging data.
VOLATILEmemory that loses its data when power is turned off. RAM is volatile
NONVOLATILEmemory that keeps its data when power is turned off. ROM is nonvolatile
PROMprogrammable ROM that allows the user to load the program
EPROMROM that can be erased by UV light and reloaded, usually used in program development.
EEPROMEPROM that can be erased electrically
BUSwires used to move data and instructions around.
PORTan interface that allows the MCU to communicate with the outside world
SYSTEM CLOCKa continuous squarewave signal that controls the timing of all functions
INTERRUPTcauses the MCU to stop its normal program execution and go to a special section of the program, usually a subroutine, to deal with the interrupt. This is called servicing the interrupt.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities