1.7 System Software Flashcards

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

What is the purpose of the Operating System?

A

Runs the computer

Manages the hardware and applications

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

What are device drivers?

A

Communicate with the peripherals and internal hardware

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

What is the purpose of the user interface?

A

Allows the user to interact with the device.
This can be a Graphical User Interface (GUI)
which are visual and easy for someone to use
Or a command-line interface
Where the user needs to type in commands to make it work.

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

What is multitasking?

A

When you have more than one program open and running at the same time

The processor allocates a small amount of time to each process and cycles between them

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

What are File and disk management?

A

Where the operating system manages the movement, editing, and deletion of data.

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

What are User accounts?

A

The operating system manages the accounts of the

different users.

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

What is Utility software?

A

Utilities are the programs that help maintain and configure a program.

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

What is defragmentation?

A

Defragging magnetic hard drive groups all of the files for each program together and all of the free space together.
This makes it read and write quicker.

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

What is the purpose of backup utilities?

A

Schedules and manages backups.

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

What are incremental backups?

A

Only files since the last backup are saved

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

What are full backups?

A

All data is backed up

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

What is compression?

A

Reduces the size of large files so that they take up less space.

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

What is Open-Source Software?

A

It’s usually free and the source code is available so it can be adapted for individual needs

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

What is Proprietary Software?

A

Usually has to be paid for Only the compiled code is released so it cannot be edited

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

What is fragmentation?

A

Fragmentation is where a file is stored non-contiguously on a disk.

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

What is meant by paging?

A

Paging is a method of memory management that breaks up memory into fixed-size blocks.

17
Q

What are the differences between command lines and GUIs?

A

Command lines are less resource-heavy than GUIs

GUIs are optimized for specific input methods

18
Q

How can device drivers help fix bugs?

A

Developers and device manufacturers can release updates to device drivers in order to improve their performance and fix bugs

19
Q

What can the Operating System do?

A

Provide a user interface
Provide file management and disk management
Manage system security and user accounts

20
Q

How does the OS allow multitasking?

A

By managing resources

21
Q

What are the steps so the OS can manage resources?

A

When an application is opened the OS moves the necessary parts of the application to memory

22
Q

What are the advantages of Open source software?

A

Usually free
Encourges collaboration
The software can be adapted by users to fit their needs

23
Q

What are the disadvantages of Open source software?

A

Could be buggy
Unpatched security holes
Small projects may not get regular updates

24
Q

What are the advantages of Proprietary software?

A

Comes with warranties, documentation and customer support
Should be well-tested and reliable
Usually cheaper for companies than developing their own custom-built software

25
Q

Why do hard drives become fragmented?

A

As files are moved, deleted, and change the size, lots of small gaps begin to appear on the disk.
When writing files to the disk, the OS splits files into smaller blocks to fill up the gaps

26
Q

What are the effects of a fragmented hard drive?

A

Read/write time is slower has read/write head has to move back and forth across the disk

27
Q

How does defragmentation work?

A

The defragmenter re-organizes data on the hard drive to put fragmented files back together.
Also moves files to collect all the free space together

28
Q

What is the purpose of device drivers?

A

It translates the operating system instructions to print the document into a series of instructions which a specific piece of hardware will understand

29
Q

What are the steps of memory mangement?

A

When programs are loaded, the operating system decides where they are held in memory

Over time the memory becomes fragmented as programs are loaded and closed because they use different amount of memory

Operating system must keep track of different program fragments

30
Q

Why should solid states not be fragmented?

A

As it is unnecessary as they have no moving parts

Also reduces their lifespan