Chapter 1 - Terms Flashcards

1
Q

batch system:

A

a type of computing system that executes programs, each of which is
submitted in its entirety, can be grouped into batches, and executed without external
intervention.

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

central processing unit (CPU):

A

a component with circuitry to control the interpretation

and execution of instructions.

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

cloud computing:

A

a multifaceted technology that allows computing, data storage and
retrieval and other computer functions to take place over a large network, typically the
Internet.

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

Device Manager:

A

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.

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

embedded computer system:

A

a dedicated computer system that often is part of a
larger physical system, such as jet aircraft or automobiles. Often, it must be small,
fast, and able to work with real-time constraints, fail-safe execution, and nonstandard
I/O devices.

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

File Manager:

A

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

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

firmware:

A

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

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

hardware:

A

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

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

hybrid system

A

a computer system that supports both batch and interactive processes.

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

interactive system:

A

a system that allows each user to interact directly with the operating system

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

kernel

A

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.

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

main memory:

A

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, RAM, or internal memory.

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

mainframe

A

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

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

Memory Manager:

A

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.

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

multiprocessing

A

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.

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

multiprogramming

A

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.

17
Q

network

A

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

18
Q

operating system:

A

the primary software on a computing system that manages its
resources, controls the execution of other programs, and manages communications
and data storage.

19
Q

Processor Manager:

A

a composite of two submanagers, the Job Scheduler and the

Process Scheduler, which decides how to allocate the CPU

20
Q

real-time system:

A

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

21
Q

server

A

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

22
Q

storage

A

the place where data is stored in the computer system. Primary storage is main
memory. Secondary storage is nonvolatile media, such as disks and flash memory.