02 What is Linux? Flashcards

1
Q

How do applications and commands interact with the hardware

A

indirectly, with help from the kernel

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

What is an operating system?

A

An interface to the hardware

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

T/F Applications do not need an OS, they can control the hardware directly

A

False

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

What is the PCI bus

A

A local (internal) bus for connecting devices

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

Which of the following are common I/O buses?
Micro-channel
USB
PCe
PCIe

A

USB and PCIe

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

Server machines often don’t have ______

A

A display, keyboard or mouse

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

What are three types of computers running Linux?

A

Servers, desktops, and embedded

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

What is the kernel?

A

Heart of the operating syste. It has the ability to directly control the devices attached to it.

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

What is a system call

A

the fundamental interface between an application and the linux kernel

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

What are the 6 main components managed by an operating system?

A

Processes
Memory
Files
Input/Output (I/O)
Interpreting User Commands
Resource Allocation

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

What function does the linux kernel perform as it regards memory management?

A

Allocates/deallocates memory addresses to processes thousands of times a second.

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

What function does the linux kernel perform as it regards file management?

A

ensures there is sufficient available memory space to load files from disk to memory and back

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

What function does the linux kernel perform as it regards I/O?

A

Handles requests to hardware from devices like keyboards or mouse, and ensures the appropriate device driver is loaded

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