Lesson 4 - System software Flashcards

1
Q

What does BIOS stand for?

A

-Basic input and output -software/system

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

What is interrupting software?

A

-A safe way to exit what you are doing.

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

What is managing memory?

A
  • Called fair share in memory
  • It allocates cetains sections ofmemory tor different processes.
  • This is decided by the operating system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is paging?

A
  • The memory is split up into eaul sized chunks and each section is called a page.
  • Each program is allocated a certain number of pages
  • Has grid like structure
  • Pages can be easily swapped between virtual memory and main memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is segmentation?

A
  • It is faster than paging

- You can copy whole segments into cache.

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

What is the “heap” in segmentation?

A

-It is a general purpose part of memory.

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

What is “stack” in segmentation?

A

-A place wher eyou store the functions in the page

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

What is virtual memory?

A

-If an application is not being used it is copied into the page file.

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

What is diskthrashing?

A

-When pages are constantly beging changed from memory into ram.

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

How does RAM reduce seek time?

A

-It is electronic - so it is very fast.

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