1.7 System Software Flashcards

1
Q

Define OS

A

Complex piece of software which provides a platform for different applications to run.

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

What does the OS do?

A

1) Manages the computer’s memory and processes, as well as all of its software and hardware.
2) Provide an interface between the user and the hardware.

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

What is the command line interface?

A

A text based interface where the user types commands to complete tasks.

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

What are the advantages of CLI?

A

1) Wider range of commands.
2) Needs very little computer power.
3) Directly communicates with the computer.
4) It can be quicker if user know commands.

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

What are the disadvantages of CLI?

A

1) Must remember complex commands.
2) Lots of typing needed for quite simple tasks.
3) Higher chance of errors when typing in commands.

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

What is a graphical user interface?

A

A visual, interactive and intuitive interface that uses:

Windows, Icons, Menus, Pointers (WIMP).

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

What are the advantages of GUI?

A

1) Quicker to enter commands.
2) Easier to enter commands.
3) Less chance of users making errors.

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

What are the disadvantages of GUI?

A

What are the disadvantages of GUI?

1) Smaller range of commands can be used.
2) Requires more computer power.
3) Needs significantly more RAM.

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

What does the peripheral manager do?

A

1) Controls all the computer inputs and outputs.

2) Communicates with the hardware by using drivers.

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

Define driver

A

Software component for the hardware device.

Translates the instructions sent by the device manager into one that the device understands.

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

What does the memory manager do?

A

1) Stores data and instructions from programs (it’s in charge of the RAM).
2) Checks that all requests from programs for memory space are valid and allocates accordingly.
3) De-allocates space and swaps out data depending on the programs in use.

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

What does the process manager do?

A

1) Allows computer to “multi-task” (multiple programs run simultaneously).
2) All these programs require access to the CPU to process their data.
3) Priorities the tasks and allocates to each process.
4) OS helps the CPU carry out multiple tasks by managing the memory and CPU processing time.

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

What does the file manager do?

A

1) Controls all files and permissions such as a user’s ability to see or open a file, write to a file or delete a file.
2) Organises and controls files so that they are as easy to use as possible for the user.

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

What does utility software do?

A

Keeps the computer running smoothly:

1) Performs specific tasks related to the computer functions, resources, files and security.
2) Helps to configure the system, analyse how it is working and optimization of computing.

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

What are some examples of utility programs?

A

File Compression.
Disk Defragmentation.
Anti - virus.

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

What does an anti - virus do?

A

Scans and removes malicious files.

17
Q

What does a firewall do?

A

Prevents unwanted access to a computer over a network, e.g. a local network.

18
Q

What does encryption do?

A

Text –> cyphertext:

Uses an algorithm to scramble the file according to the key used which is needed to decrypt the file.

19
Q

What does system clean up tools (clean disk) do?

A

Cleans up the files on your machine, this can be old copies windows, temporary files , recycle bin.

20
Q

What does disk fragmentation do?

A

Moves all the files into a similar space within hard drive.

21
Q

What does file compression do?

A

Makes the file smaller but attempts to keep the quality:

Lossy and loseless.

22
Q

Define defragmentation

A

1) Process of moving parts of the file that are split across the hard drive together.
2) They’re located near each other: needle on a mechanical hard drive will move a smaller distance to load the file.
3) Computer can load them up at higher speeds.
4) Improves computer performance and efficiency.

23
Q

What is the process of defragmentation?

A

1) Gaps are left when files are deleted.
2) When new files are saved, the files fill the gaps and become fragmented.
3) Defragmentation software groups fragment the files back together.
4) Takes more time.

24
Q

What does the counter measure backup do?

A

Ensures that if computers are stolen or damaged in for e.g. a fire or a natural disaster that data can be restored and a company do not lose much money.

25
Q

What is an incremental backup?

A

1) A full backup is made initially.
2) Each night only changed files since the last incremental back-up are copied.
3) Much faster to complete that full back-ups.
4) Takes much longer at restoring than a Full Backup (Full Backup would need restoring first and then every incremental back-up since the last full back up).

26
Q

What is a full backup?

A

1) A copy of all data and software on the hard disk drive / server is copied to a backup medium.
2) Uses more storage space and faster to back up from.
3) Take a long time to complete (usually overnight).
4) Recovery takes a long time as it restores all data and programs; it’s faster than incremental.

27
Q

What does spyware detection do?

A

Blocks and removes programs designed to collect personal info and transmit it to others.