chapter 1 Flashcards

1
Q

A type of system developed for the earliest computers that used punched cards or tape for input, which were entered in a batch.

A

batch system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

the component with the circuitry, the “chips,” to control the interpretation and execution of instructions.

A

central processing unit (CPU)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

the processing part of a CPU chip made up of the control unit and the arithmetic logic unit (ALU).

A

core

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

device manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a dedicated computer system, often small and fast, that resides in a larger physical system such as jet aircraft or ships.

A

embedded systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

the section of the operating system responsible for controlling the use of files.

A

file manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

software instructions or data that are stored in a fixed or “firm” way, usually implemented on read-only memory (ROM).

A

firmware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

the physical machine and its components, including main memory, I/O devices, I/O channels, direct access storage devices, and the central processing unit.

A

hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

a computer system that supports both batch and interactive processes

A

hybrid system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

a system that allows each user to interact directly with the operating
system via commands entered from a keyboard.

A

interactive system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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.

A

kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

main memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

the historical name given to a large computer system characterized by its large size, high cost, and high performance.

A

mainframe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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.

A

memory manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

a small computer equipped with all the hardware and software necessary to perform one or more tasks.

A

microcomputer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

a small to medium-sized computer system, also called a midrange computer.

A

mini computer

17
Q

when two or more CPUs share the same main memory, most I/O devices, and the same control program routines. They service the same job stream and execute distinct processing programs concurrently.

A

multiprocessing

18
Q

a technique that allows a single processor to process several programs residing simultaneously in main memory and interleaving their execution by overlapping I/O requests with CPU requests.

A

multiprogramming

19
Q

a system of interconnected computer systems and peripheral devices that exchange information with one another.

A

network

20
Q

the section of the operating system responsible for controlling access to and the use of networked resources

A

network manager

21
Q

a programming philosophy whereby programs consist of self- contained, reusable modules called objects, each of which supports a specific function, but which are categorized into classes of objects that share the same function.

A

object-oriented

22
Q

the software that manages all the resources of a computer system.

A

operating system

23
Q

a composite of two submanagers, the Job Scheduler and the
Process Scheduler, which decides how to allocate the CPU.

A

Processor Manager

24
Q

a computing system used in time-critical environments that require guaranteed response times, such as navigation systems, rapid transit systems, and industrial control systems.

A

real-time system:

25
Q

a node that provides to clients various network services, such as file retrieval, printing, or database access services.

A

server

26
Q

a collection of programs used to perform certain tasks. Software falls into three main categories: operating system programs, compilers and assemblers, and application programs.

A

software

27
Q

a place where data is stored in the computer system. Primary storage is main memory and secondary storage is nonvolatile media.

A

storage

28
Q

the fastest, most sophisticated computers made, used for complex calculations.

A

supercomputers

29
Q

a portion of a program that can run independently of other portions. Multithreaded application programs can have several threads running at one time with the same or different priorities.

A

thread

30
Q

a composite measure of a system’s efficiency that counts the number of jobs served in a given unit of time.

A

throughput

31
Q

the creation of a virtual version of hardware or software. Operating system virtualization allows a single CPU to run multiple operating system images at the same time.

A

virtualization

32
Q

a desktop computer attached to a local area network that serves as an access point to that network.

A

workstation