Chapter 1: Intro to Operating Systems Flashcards

(29 cards)

1
Q

Describe the purpose and functions of operating systems.

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

Describe major events in the evolution of operating systems.

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

List and compare the common desktop operating systems in use today.

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

List the most common mobile OSs, the devices associated with them, and the features found in most mobile devices.

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

What is a computer?

A

A device that performs calculations. A typical modern computer is an electronic device that can perform a huge number of useful tasks for its owner.

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

What does a computer use to perform calculations?

A

A computer uses a CPU (Central Processing Unit) to perform calculations.

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

What is a GPU?

A

A graphics processing unit (GPU) is circuitry designed for graphics processing required by computer games and other applications. GPUs have evolved over the years and now provide the power and speed needed for artificial intelligence graphics processing.

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

What is a NPU?

A

A NPU (neural processing unit) is circuitry designed for neural networks and artificial intelligence technologies. An NPU can be a separate processor or may be integrated into a CPU.

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

What is a microcomputer?

A

A microcomputer is a computer small enough and cheap enough for the use of one person.

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

What is a microprocessor?

A

An integrated circuit (chip) that performs the calculations, or processing, for a computer. Also called a processor or central processing unit (CPU).

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

What is an IC and how did it impact computers?

A

An IC (integrated circuit), is a small electronic component made up of transistors and other miniaturized parts. It led to the miniaturization of computers.

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

How do you interact with a computer?

A

By I/O (input/output). For example, you type on a keyboard as input, and the computer shows the characters on the screen as output.

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

What are the minimum internal components of a microcomputer?

A

Random-access memory (RAM), a microprocessor, and some form of storage (hard drive/ SSD), and at least one means each for input/output.

NOTE: RAM is volatile, meaning that once you turn the computer off the computer, the contents in the RAM is lost.

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

What is firmware?

A

Software resident in integrated circuits.

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

What is system firmware?

A

Software resident in integrated circuits that contains program code for interacting with the hardware.

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

What is a server?

A

A computer that provides one or more services to other computers over a network.

17
Q

What is a client?

A

A software component on a computer that accesses services from a network server.

18
Q

What is system-on-a-chip (SoC)?

A

A term used to describe a microchip containing all or most of the electronic circuitry for a small computing device, such as a smartphone.

19
Q

What is an embedded OS?

A

An operating system stored in firmware, as in a mobile device

20
Q

What is a kernel?

A

The main component of an operating system that always remains in memory while a computer is running.

21
Q

What are the 7 functions that an OS performs?

A

User interface, job management, task management, file management, device management, memory management, and security

22
Q

What is the user interface?

A

The user interface (UI) is the software layer, sometimes called the shell, through which the user interacts with the OS.

23
Q

Define job management.

A

Job management, also known as process scheduler, is an operating system function that controls the order and time in which programs run.

24
Q

Define task management.

A

Task management is an operating system function found in multitasking operating systems. Multitasking implies that a computer is running two or more programs (tasks) at the same time.

25
Define file (data) management.
File management, also referred to as data management, is an operating system function that allows the operating system to read, write, and modify data, while managing the logical storage of the data.
26
Define device management.
The device management function of an OS controls hardware devices by using special software called device drivers that are installed in the operating system. A device driver supplements or replaces firmware—even parts of the system firmware.
27
Define memory management.
Memory management is an operating system function that manages the placement of programs and data in memory.
28
What are some common security functions of an OS?
The built-in security features of an OS provide password-protected authentication of the user before allowing access to the local computer and may restrict what someone can do on a computer.
29
What is the NTFS and how is it used?
The New Technology File System (NTFS) is a file system that includes many advanced features, such as file compression, file encryption, file and folder security, and indexing. It is the default Windows file system for local storage.