Network Security and Systems Software Part II Flashcards

1
Q

List the 5 things that an operating system does

A
  • provides a user interface
  • memory management
  • peripheral management
  • file management
  • User management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is:

a) a user interface
b) WIMP

A

a) the way user interact with computer hardware

b) Windows, Icons, Menus and Pointers

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

what is a command line interface

A

A interface with no mouse or menus, just a text screen in which the user types in a command

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

What is a multi tasking computer?

A

A computer that is capable of switching rapidly between several tasks

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

What does the memory manager do when you start up a program

A

allocates it adequate blocks if free space in main memory

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

List 3 examples of peripherals

A
  • keyboard
  • mouse
  • printer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What would the peripheral management do if a user requested to print

A

The function would control the sending of the data to be printed from memory to the device

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

what is a data buffer?

A

an area of RAM controlled by the operating system or the peripheral management system

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

what does user management enable?

A

a network administrator to allocate accounts and set access rights for the users

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

List 3 things file management systems can do

A
  • enable a user to create save and modify files
  • enables users to restore deleted files
  • enable a user to search for a particular file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does a hard disk become “fragmented”?

A

as files move, delete and change size, lots of small gaps appear in the hard disk. When files are written to the disk, the OS splits them into smaller blocks to fill up the gaps

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

Why is fragmentation bad for the computer?

A

Because it makes reading and writing files slower.

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

What does defragmentation software do?

A

defragmentation software reorganises the hard drive to put fragmented files back together. It also moves files to collect all files together.

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