System Software And Computer Management Flashcards

(34 cards)

1
Q

System software

A

Software that is intended to control,support or operate a computer

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

Operating system

A

Is system software that controls all activities that take place in a computer

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

What is booting the computer

A

The process of loading the operating system

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

Role of the Operating System

A

Provides a user interface – allows users to interact with the computer using a GUI (icons, menus, buttons)

Manages programs – loads programs into memory, runs them, and manages multitasking

Manages hardware – controls hardware resources like the CPU, memory, storage, and input/output devices

Provides basic security – manages users, passwords, and basic protection against threats

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

Managing Hardware (Operating System)

A

Disk management – controls how data is stored, saved, and accessed on storage devices

Memory management – controls the use of RAM and prevents programs from using the same memory space at the same time

Input management – controls input devices such as the keyboard and mouse

Output management – controls output devices such as the monitor and printer

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

Task Manager

A

Task Manager is a system tool provided by the operating system that:

Shows running applications and background processes

Displays CPU, memory (RAM), disk, and network usage

Allows the user to end/terminate programs that are not responding

Helps monitor the performance of the computer

Access (Windows):
Right-click the taskbar
Or press Ctrl + Alt + Del

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

Single-user vs Multi-user Operating Systems

A

Single-user OS:

Allows only one user to use the computer at a time, even though multiple user accounts may exist. Common on personal computers. Example: Windows.

Multi-user OS:

Allows multiple users to access the same system at the same time, usually on a server. Common in networks. Examples: Linux, Windows Server.

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

Operating System Utilities

A

Utilities are system programs included with the operating system that perform maintenance and management tasks. Examples include File Explorer, Disk Cleanup, and Disk Defragmenter.

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

File Names, Extensions and Paths

A

A file name consists of a name and a file extension, which shows the file type and determines which program opens it.

A file path shows the location of a file through a sequence of folders on a storage device.

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

File Properties and Attributes

A

File properties give basic information about a file, such as size and date modified.

File attributes control how a file behaves, such as read-only (cannot be edited) and hidden (not visible by default).

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

Metadata

A

Metadata is extra information stored about a file that describes its content, such as author, date created, camera details, or music artist. It helps with searching and organising files.

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

File Manager Functions

A

File managers allow users to organise files and folders, search for files, compress and decompress files, and import or export data between different file formats.

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

Importing and Exporting

A

Exporting is the process of saving data in a format that can be opened by another version of the same program or by a different application (often done using Save As).

Importing is the process of opening or reading data that was created in a different version of the same program or in a different application.

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

Scheduling (Schedulers)

A

A scheduler is a program that runs tasks or software automatically at set times.

For example, you can schedule a backup to run every night at midnight or an anti-virus scan once a week.

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

Schedulers are useful because they:

A

automatically check for software and security updates

run routine maintenance tasks like disk defragmentation

can be set to run at off-peak times, so they don’t slow down your computer while you are working

help save internet data and time, especially on networks

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

Printer Management

A

Printer management controls how printing works, especially on networks with multiple printers.

When you print a document, it becomes a print job.

Print jobs are temporarily stored on the disk in a printer queue while waiting to be printed.
This process is called spooling.

17
Q

Good backup practice includes:

A

using backup software that runs automatically

storing backups on external drives or cloud backup services

keeping backups off-site

regularly testing backups by restoring files

18
Q

Access Control

A

Access control is a security feature that requires user permission before software can be installed or system settings can be changed.

19
Q

Purpose of Access control

A

prevent malware from installing without the user’s knowledge

alert the user when programs try to make important changes

limit damage if malware attempts to access secure system files

20
Q

Firewall

A

A firewall acts as a barrier between a computer and the internet.
It monitors and controls incoming and outgoing network traffic based on security rules.

21
Q

Standard user account (definition)

A

A standard user account is a type of user account that allows a user to run programs and use the computer, but does not allow changes to important system settings or software installation without administrator permission.

22
Q

Why using a standard user account improves security

A

Using a standard user account improves security because:

Malware cannot easily install itself or change system settings

Any attempt to make major changes requires administrator permission

Damage caused by viruses or malicious software is limited

This reduces the risk of the entire system being compromised.

23
Q

What Windows Security allows the user to do

A

Windows Security allows the user to:

View and manage firewall settings

Check virus and malware protection status

Control automatic security updates
See warnings and recommendations about system security

24
Q

RAM

A

Definition: RAM (Random Access Memory) is temporary memory where programs and data are loaded while being processed.

Influence on performance:

More RAM = more programs can run simultaneously without slowing down.

If RAM is full, data is stored on the slower hard disk → slows computer.

25
Cache memory
Cache memory Definition: Special high-speed memory built into the CPU or other components that stores frequently or recently used data. Influence on performance: Faster access to frequently used data → improves overall speed. Limited size, but swaps least-used data with new frequently used data.
26
CPU speed (GHz)
The CPU’s clock speed determines how many cycles it can perform per second (measured in GHz). Influence on performance: Higher GHz generally means faster processing, but performance also depends on other factors (cores, cache, tasks).
27
CPU cores
Definition: Physical processors within a single CPU chip (dual-core = 2, quad-core = 4, etc.). Influence on performance: More cores → better multitasking and parallel processing. Improves performance in multi-threaded applications (e.g., gaming, video rendering).
28
GPU (Graphics Processing Unit)
Definition: A processor dedicated to rendering graphics and performing complex calculations for visual tasks. Influence on performance: Critical for gaming, 3D graphics, CAD, and other GPU-heavy tasks. Offloads work from CPU → overall system runs smoother.
29
Hard drive / SSD
Definition: Permanent storage for data and programs. HDD = magnetic disk, SSD = solid-state memory. Influence on performance: Faster drives (especially SSDs) → faster loading of programs and files. HDDs can fragment → slower access; SSDs are much faster and not affected by fragmentation.
30
Disk fragmentation
Definition: When files are scattered across the disk, making access slower. Influence on performance: HDD: Slower retrieval of files → reduces performance. SSD: Fragmentation has minimal effect on speed.
31
Influence of malware
Definition: Malicious software that can run without your knowledge. Influence on performance: Uses memory, CPU, and storage → slows computer. Spyware can reduce internet speed. Computers can be part of a botnet → further performance drop.
32
Disk Scanning
A utility that checks a drive for errors or bad sectors and attempts to fix them.
33
Disk Defragmentation
A utility that reorganises fragmented parts of files on a hard drive so they can be accessed more quickly.
34
Disk Cleanup
A utility that removes temporary and unnecessary files to free up storage space.