Section 1- Systems Software Flashcards

(53 cards)

1
Q

What is systems software designed to do?

A

Run and maintain a computer system

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

What is the most important type of systems software?

A

Operating System (OS)

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

What is the runner-up to the operating system in systems software?

A

Utility software

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

What are the main functions of an Operating System (OS)?

A
  • Communicate with internal and external hardware via device drivers
  • Provide a user interface
  • Provide a platform for applications to run
  • Allow multi-tasking by controlling memory and CPU
  • Manage file and disk management
  • Manage system security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do operating systems use to communicate with hardware?

A

Device driver software

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

What do device drivers act as between the OS and hardware?

A

Translators for the signals

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

What happens when a computer is booted up regarding device drivers?

A

The OS chooses the correct device drivers for detected hardware

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

What does the OS do when new hardware is connected?

A

Installs the new, matching driver

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

Why might device manufacturers release updates to device drivers?

A
  • Fix bugs
  • Add features
  • Improve performance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can updates to device drivers be installed?

A
  • Automatically by the OS
  • Manually by the user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What can the terms ‘application’ and ‘program’ be used to describe?

A

Computer software

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

Fill in the blank: Device drivers let the OS and _______ talk to each other.

A

Hardware

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

True or False: Some operating systems will automatically find and install drivers when a new device is plugged in.

A

True

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

What is the role of memory buffers in a computer system?

A

Memory buffers store data until the component, device, or process is ready.

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

How does the operating system (OS) manage the flow of data?

A

The OS organizes the movement of data to and from virtual memory.

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

What does the OS do to ensure efficient execution of instructions?

A

The OS arranges processes in an efficient order for instruction execution.

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

What does a memory manager do?

A

A memory manager allocates memory to applications to prevent them from interfering with each other.

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

Fill in the blank: Operating Systems that can run multiple applications at the same time are called _______.

A

multi-tasking OSs.

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

True or False: Command-line interfaces are more resource-heavy than GUIs.

A

False.

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

What is a graphical user interface (GUI)?

A

A GUI is a visual, interactive, and intuitive platform for users to interact with a computer system.

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

What allows users to automate processes in command-line interfaces?

A

Scripts (simple programs).

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

What is a key characteristic of GUIs compared to command-line interfaces?

A

GUIs are optimized for everyday users by being visual and intuitive.

23
Q

Fill in the blank: The OS allows multi-tasking by managing _______ and CPU processing time.

24
Q

What are the input methods for GUIs?

A

WIMP (windows, icons, menus, and pointers).

25
What is the main purpose of a user interface in an operating system?
To allow the user to interact with a computer system.
26
What is the primary role of the operating system in file management?
The OS is responsible for the organisation of data into a usable hierarchical structure, including naming, saving, movement, editing, and deletion of data.
27
What do file extensions indicate?
File extensions indicate the type of file, such as .jpg for images or .mp3 for music.
28
How does the OS manage the hard disk?
The OS splits the physical disk into storage sectors, decides which sectors to write data to, and keeps track of free space on the disk.
29
What is the purpose of file compression software?
File compression software can reduce the size of individual files.
30
What does encryption software do?
Encryption software scrambles data to secure the contents of files.
31
What is the function of defragmentation software?
Defragmentation software helps to organise and maintain the hard disk by collecting all the free space together.
32
What are the two types of operating systems based on user access?
Single-user and multi-user operating systems.
33
What is a characteristic of single-user operating systems?
Single-user operating systems allow only one user to use the computer at once.
34
Can multiple user accounts exist in single-user operating systems?
Yes, even if the computer has multiple user accounts, it is still considered a single-user operating system.
35
What is an example of a multi-user operating system?
UNIX server.
36
What is the role of user accounts in an operating system?
User accounts allow different users to be granted access to specific data or resources on a computer system.
37
What measures do operating systems have to prevent unauthorized access?
Operating systems may have anti-theft measures such as password or PIN protection, pattern drawing, or biometric scanners.
38
Fill in the blank: The OS handles _______ and Disk Management.
File
39
True or False: Multi-user operating systems allow several users to use the computer at the same time.
True
40
What utility software in Windows allows users to navigate and edit the file structure?
File Explorer
41
What is the purpose of utility system software?
To help maintain or configure a computer ## Footnote Utility software can include various tools for system management.
42
What do defragmentation utilities do?
Put broken up files back together ## Footnote They reorganize data on the hard drive.
43
What happens to files stored on a hard disk over time?
They become fragmented ## Footnote This occurs due to moving, deleting, and changing the size of files.
44
How does fragmentation affect disk performance?
Slows down reading and writing ## Footnote The read/write head has to move back and forth across the disk.
45
What does defragmentation software do?
Reorganizes data and collects free space ## Footnote This helps to prevent further fragmentation.
46
What is the effect of fragmentation on SSDs?
Fragmentation doesn't cause problems ## Footnote SSDs can access data just as quickly regardless of arrangement as they use flash storage.
47
What is the purpose of compression software?
Makes files smaller ## Footnote Standard formats include zip and .rar.
48
What must be done before using compressed files?
They need to be extracted ## Footnote Compressed files take up less disk space and are quicker to download.
49
What is the function of encryption software?
Helps protect files by scrambling data ## Footnote This prevents unauthorized access to the data.
50
What is a key in the context of encryption?
A special code needed to decrypt data ## Footnote It allows authorized users to unscramble and understand the data.
51
True or False: Strong forms of encryption are easy to crack.
False ## Footnote They are very difficult to break, making data secure.
52
Name some other types of utility software.
* Disk cleaners * Registry cleaners * System restore * File managers * Anti-virus software * Firewalls * Automatic updating tools * System diagnosis tools ## Footnote These tools assist in various aspects of system management.
53
Fill in the blank: Compression software reduces the size of files by _______ data from them.
permanently or temporarily removing ## Footnote This process helps save disk space.