Unit 5.1 Operating Systems

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Operating System Software

1 / 23

flashcard set

Earn XP

Description and Tags

Flashback cards for Unit 5.1 Operating Systems

24 Terms

1

Operating System Software

Manages computers hardware & software and allows communication from user to computer with a user interface.

New cards
2

Utility Software

Performs general housekeeping tasks to monitor, manage, and maintain a computer.

New cards
3

Software Library

Sections of code previously written by other authors containing useful routines for common tasks.

New cards
4

Memory Management

Task performed by the OS involving moving data between RAM, secondary storage, and virtual memory.

New cards
5

File Management

Task performed by the OS involving searching, copying, moving, renaming files and folders, and storing in secondary storage.

New cards
6

Hardware Management

Task performed by the OS involving communicating with peripheral devices, installing drivers to allow communication with devices.

New cards
7

Process Management

Task performed by the OS involving creating, terminating processes, allocating tasks to the CPU, and handling interrupts.

New cards
8

Security Management

Task performed by the OS involving controlling system access and resource access on the computer.

New cards
9

Disk Formatter

Utility software provided by the OS that wipes all contents of a storage device and prepares it for new data.

New cards
10

Virus Checker

Utility software provided by the OS that detects, prevents, and removes malware and viruses.

New cards
11

Defragmentation

Utility software provided by the OS that puts separate files back together and stores in consecutive storage locations

New cards
12

Disk Repair

Utility software provided by the OS that attempts to correct corrupted files and restore them to original working state.

New cards
13

File Compression

Utility software provided by the OS that uses algorithms to reduce required storage space in files.

New cards
14

Back-Up

Utility Software provided by the OS that keeps copy of data on another storage device so data can be recovered in case its stolen/lost/damaged.

New cards
15

Dynamic Link Library (DLL)

Stores collection of self contained/library of programs already compiled of common tasks.

New cards
16

Dynamic Link Library (DLL) Pro 1

Only need to be loaded into memory when required so they dont need to be stored throughout program execution.

New cards
17

Dynamic Link Library (DLL) Pro 2

Made available to several programs simultaneously so no need for duplicate code

New cards
18

Dynamic Link Library (DLL) Pro 3

If file is updated, all programs linked to that file can run the update.

New cards
19

Software Library Pro 1

Saves time as less code needs to be written

New cards
20

Software Library Pro 2

Less specialist knowledge needed as others expertise can be used.

New cards
21

Software Library Pro 3

Code has already been tested so programmers don’t need to test it

New cards
22

Software Library Con 1

Can increase program size as many contain unused lines of code

New cards
23

Software Library Con 2

Efficiency is unknown as the programmer may not know how the code works as it will be hidden (black-boxed)

New cards
24

Software Library Con 3

Code may be unchangeable so it becomes difficult to tailor it for programmers needs

New cards

Explore top notes

note Note
studied byStudied by 41 people
... ago
5.0(1)
note Note
studied byStudied by 56 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 16 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(1)
note Note
studied byStudied by 37 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (42)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (113)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 14 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 47 people
... ago
5.0(1)
flashcards Flashcard (66)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (206)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 116 people
... ago
5.0(1)
robot