chapter 1 Flashcards
A type of system developed for the earliest computers that used punched cards or tape for input, which were entered in a batch.
batch system
the component with the circuitry, the “chips,” to control the interpretation and execution of instructions.
central processing unit (CPU)
the processing part of a CPU chip made up of the control unit and the arithmetic logic unit (ALU).
core
the section of the operating system responsible for controlling the use of devices. It monitors every device, channel, and control unit and chooses the most efficient way to allocate all of the system’s devices
device manager
a dedicated computer system, often small and fast, that resides in a larger physical system such as jet aircraft or ships.
embedded systems
the section of the operating system responsible for controlling the use of files.
file manager
software instructions or data that are stored in a fixed or “firm” way, usually implemented on read-only memory (ROM).
firmware
the physical machine and its components, including main memory, I/O devices, I/O channels, direct access storage devices, and the central processing unit.
hardware
a computer system that supports both batch and interactive processes
hybrid system
a system that allows each user to interact directly with the operating
system via commands entered from a keyboard.
interactive system
the primary part of the operating system that remains in random access memory (RAM) and is charged with performing the system’s most essential tasks, such as managing main memory and disk access.
kernel
the memory unit that works directly with the CPU and in which the data and instructions must reside in order to be processed. Also called primary storage or internal memory.
main memory
the historical name given to a large computer system characterized by its large size, high cost, and high performance.
mainframe
the section of the operating system responsible for controlling the use of memory. It checks the validity of each request for memory space and, if it’s a legal request, allocates the amount needed to execute the job.
memory manager
a small computer equipped with all the hardware and software necessary to perform one or more tasks.
microcomputer