MICRO MIDTERM Flashcards
(40 cards)
a programmable machine that processes binary data. It is traditionally represented by five
components: CPU, ALU plus control unit, memory, in- put, and output.
Digital Computer
The group of circuits that processes data and provides control signals and
timing. It includes the arithmetic/logic unit, registers, instruction decoder, and the control unit.
CPU
CPU MEANS
central processing unit
the group of circuits that performs arithmetic and logic operations.
ALU
the group of circuits that provides timing and signals to all operations in the computer and controls
data flow.
Control unit
a medium that stores binary information (instructions and data). Input a device that transfers
information from the outside world to the computer. Output-a device that transfers information from the
computer to the outside world.
Memory
the process of designing a few circuits on a single chip. The term refers to the
technology used to fabricate discrete logic gates on a chip.
SSI (small-scale integration)
the process of designing more than a hundred gates on a single chip
MSI (medium-scale integration)
– the process of designing more than a thousand gates on a single chip.
LSI (large-scale integration)
VLSI means
(very-large-scale integration)
a semiconductor device (integrated circuit) manufactured by using the LSI technique. It
includes the ALU, register arrays, and control circuits on a single chip.
Microprocessor (MPU)
a machine or product that uses a microprocessor to run or execute its
operations. It is represented by three components: microprocessor, memory, and I/O (input/output).
Microprocessor-based product
SLSI means
(super-large-scale integration)
a device that includes microprocessor, memory, and I/O signal lines on a single chip,
fabricated using VLSI technology.
Microcontroller
a computer that is designed using a microprocessor as its CPU. It includes microprocessor,
memory, and I/O (input/output)
Microcomputer
a group of lines used to transfer bits between the microprocessor and other components of the computer
system.
Bus
see R/Wm.
RAM (Random-Access memory)
Ram means
(Random-Access memory)
a memory that stores binary information during the operation of the computer.
This memory is used as a writing pad to write user programs and data.
R/WM (Read/Write memory)
a memory that stores binary information permanently. The information can be
read from this memory but cannot be altered.
ROM (Read-Only memory)
a binary digit, 0 or 1.
Bit
a group of eight bits.
Byte
a group of bits the computer recognizes and processes at a time.
Word
– a command in binary that is recognized and executed by the computer to accomplish a task. Some
instructions are designed with one word, and some require multiple words.
Instruction