Operating System Flashcards

1
Q

Operating System

A

The whole package that manages our computers resources and let’s us interact with it

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

2 main parts of the operating system

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

Kernel space

A

Main core of the operating system. Talks directly to hardware and manages our systems resources.
1. File management
2. Process management
3. Memory management
4. I/O management

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

User space

A

Basically made up of everything outside the kernel. Things we interact with directly. Ex:
System programs
User interfaces

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

Memory management

A

Makes sure our apps have enough memory to run. (Kernel)

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

I/O management

A

Anything that can give us input or that we can use for output of data.

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

3 components of File handling

A
  1. Data
  2. Metadata
  3. File system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data blocks

A

The form in which we write data to our hard drive.

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

Block storage

A

Improves faster handling of data because the data isn’t stored as one long piece and can be accessed quicker.

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

Metadata

A

Contains the information about our file. Ex: file owner, permissions, file size, date last modified, file type.

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

File extension

A

The appended part of a filename that tells us what type of file it is in certain operating systems.

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