Operating Systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Operating System

A

Allows applications to interact with hardware

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

Memory Management

A

Controlling the computers main memory

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

Paging

A

Breaking down a program into a given number of pages

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

Segmentation

A

It splits the program into two parts and places them in available free spaces based on logical divisions

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

Virtual Memory

A

Secondary memory that is used as a part of RAM when RAM is full

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

Interrupt

A

A way to signal to the processor that a piece of hardware requires attention

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

ISR

A

(Interrupt System Routine)
The processor stops executing its current program and runs the code for the interrupt

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

RR

A

(Round Robin)
Each process gets allocated a set amount of time, if it does not finish it gets sent to the back

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

FCFS

A

(First Come First Serve)
Processes are completed in order they arrive no matter the length

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

MLFQ

A

(Multi-Level feedback Queue)
Uses multiple queues with varying priorities to manage process execution

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