System Software Flashcards

(24 cards)

1
Q

What is system software?

A

Software that controls, supports, or operates a computer,
e.g., Operating Systems (OS X, Linux, Windows), Utility software (anti-virus, backup programs).

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

What happens when a computer is switched on?

A

CPU checks ROM for startup instructions → hardware tests → locates OS → loads OS into memory → hands control to OS (booting).

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

Role of the operating system?

A
  1. Provides user interface (GUI)
  2. Manages programs & multitasks
  3. Manages hardware (disk, memory, I/O devices)
  4. Provides basic security (user/access control, basic protection).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is multitasking?

A

OS can load/process multiple programs at the same time, allocating CPU & memory resources fairly

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

How does OS manage hardware?

A
  • Disk management - organizes storage & access
  • Memory management - prevents conflicts between programs
  • Input/output management - controls which programs use devices.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Single-user vs multi-user OS?

A

Single-user: one person at a time (Windows PC)
Multi-user: multiple users simultaneously (Linux, Windows Server).

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

Task Manager functions?

A
  • Check performance
  • view running apps/processes
  • terminate non-responding programs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are file names, extensions, and paths?

A

File name = identifier, extension = file type & default program, path = folder location on drive.

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

What is metadata?

A

Extra info about a file describing contents, e.g., author, album, camera, date, used for search & indexing.

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

File manager functions?

A

Search, Compress/Zip, Decompress/Unzip, Export/Import (convert file formats).

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

What is a scheduler and why is it useful?

A

Runs programs at set times, checks updates, performs housekeeping tasks, runs during off-peak hours.

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

What is spooling in printer management?

A

Sends print tasks temporarily to disk until printer ready; managed in printer queue (pause, restart, delete jobs).

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

Why is backup important and how should it be done?

A

Protects against deletion, hardware failure, theft, disasters, malware. Use external/cloud media, off-site storage, encrypted/compressed files, automated scheduling.

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

: What security tools does an OS provide?

A

Access control - prevent unauthorized installations
Firewall - controls internet access
Windows Security - antivirus, account/device protection, updates, health checks.

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

What factors influence computer performance?

A

Memory (RAM) - more multitasking = more RAM
CPU - speed (GHz), cores, cache size
GPU - graphics-heavy tasks
Hard drive/SSD - faster storage improves performance.

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

How does malware affect computer performance?

A

Uses RAM & storage, slows internet, may turn computer into a botnet zombie.

17
Q

How can utility software help troubleshoot a computer?

A

Disk scanning - checks/fixes errors
Disk defragmentation - reorganizes files for speed
Disk Cleanup - frees space by removing temp files, unused programs.

18
Q

Where are startup instructions stored?

A

ROM chips, which retain contents when computer is off.

19
Q

What is meant by the OS platform of a computer?

A

The operating system your computer runs on, e.g., Windows, macOS, Linux.

20
Q

What are examples of operating systems on smartphones?

A

iOS (Apple), Android (Google).

21
Q

What is the difference between system software and application software?

A

System software - runs/controls computer (OS, utilities)
Application software - helps user perform tasks (Word, Photoshop).

22
Q

What are best practices for backing up files?

A

Automate backups, use external/cloud media, keep off-site, back up data only, check backups regularly.

23
Q

What are key OS security practices for users?

A

Use standard account, enable firewall, check Windows Security, avoid admin for daily use, update software.

24
Q

What is the purpose of cache memory?

A

Stores frequently/recently accessed data for faster retrieval → boosts performance.