Computers And Their Business Applications (definitions) Flashcards
Computer
A machine that accepts data as input, processes data without human intervention by using stored instructions and outputs information.
Central processing unit (CPU)
The heart of a computer. It is divided into two components: the arithmetic logic unit (ALU) and the control unit.
Arithmetic logic unit (ALU)
This unit performs arithmetic operations (+, -, *, /) as well as comparison or relational operations (<, >, =); the latter are used to compare numbers.
Control unit
The control unit tells the computer what to do, such as instructing the computer which device to read or send output to.
Bus
A link between devices connected to the computer. It can be parallel or serial, internal or external.
Disk drive
A peripheral device for recording, storing and retrieving information.
CPU case
Also known as a computer chassis or tower. It is the enclosure containing the computer’s main components.
Motherboard
The main circuit board containing connectors for attaching additional boards. It usually contains the CPU, basic input/output system (BIOS), memory, storage, interfaces, serial and parallel ports, expansion slots, and all the controllers for standard peripheral devices such as the display monitor, disk drive and keyboard.
Input devices
They send data and information to the computer. Examples include a keyboard and mouse.
Output devices
They are capable of representing information from a computer. The form of this output might be visual, audio, or digital; examples include printers, display monitors and plotters.
Main memory (memory device)
Main memory stores data and information is usually volatile; its contents are lost when electrical power is turned off. It plays a major role in a computer’s performance.
Secondary memory
Secondary memory is nonvolatile, holds data when the computer is off or during the course of a program’s operation. It also serves as archival storage.
Random access memory (RAM)
Volatile memory in which data can be read from and written to, it is also called read-write memory.
Cache RAM
Resides on the processor. Because memory access from main RAM storage takes several clock cycles (a few nanoseconds) cache RAM stores recently accessed memory so the processor is not waiting for the memory transfer.
Read-only memory (ROM)
Nonvolatile; data cannot be written to ROM.