Ch12 Flashcards

1
Q

What is included in system software

A

BIOS
Operating system
System Utilities

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

What is BIOS

A

Basic Input/Output System - tells the computer to load the operating system files

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

Where is BIOS stored

A

ROM - Read Only Memory.
-cannot be modified

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

Function of Operating System

A

Controls the interaction between Application software with hardware by allocating resources
-includes managers and user interface

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

Define Application software

A

Any program that runs on the computer

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

What is API

A

Application programming interface - bridges the gap between the OS + Application Software

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

A factor of a successful OS

A

The reliability of the link between OS and hardware

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

Name 2 user interfaces:

A

GUI - graphical user interface
CLI - command line interface

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

What is a GUI

A

A user interface that relies on windows, icons, menus and pointers

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

Advantages of GUI

A

-Aesthetic
-Intuitive

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

Disadvantages of GUI

A

-cannot access all settings
-Takes more storage

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

What is a CLI

A

A user interface where users type in commands to control the computer.

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

Disadvantage of a CLI

A

-Need to know commands to use
-Not intuitive

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

Advantage of a CLI

A

-All settings can be accessed
-Takes up less storage
-Quicker to access

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

What are peripheral devices

A

Hardware devices connected to the computer
-Eg. mouses, speakers

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

What is driver software

A

Links the OS with peripherals

17
Q

Name the 4 managers in the OS

A

Peripheral
Memory+Multitasking
User
File

18
Q

Memory Manager function

A

-Allocates CPU processing time and ram storage
-If RAM is filled, it will create a swap file in secondary storage
-moves application data to main memory when in use and removes when not.

19
Q

Peripheral manager function:

A

-Installs and updates driver software
-communicates to hardware using drivers
-Holds peripheral device usage requests in buffer memory until it can be processed.

20
Q

User manager function:

A

-Controls user access to files + settings.
-Security measures to prevent access to non-intended user such as password.

21
Q

File manager

A

-Manages data storage on the computer
-Creates, names, saves, copies, deletes, moves files

22
Q

Utility software function:

A

Helps to optimize the computer’s performance

23
Q

what is included in US software

A

-Encryption software
-Defragmentation
-Compression tools
-Backup software

24
Q

define process of degragmenting

A

-Rearranges the data into contiguous blocks.
-This reduces the mechanical movement the discs need to do to retrieve the data.
-This speeds up loading process

25
Q

Why can’t you defragment SSD’s

A

Have no moving parts so having fragmented files do not slow down the loading process.

26
Q

Why are files fragmented

A

-Data is saved on the disk on the first segment available. —This means files are split across different parts of the disc

27
Q

Define lossless compression

A

Reduced a file’s size by removing redundancies. Original can be retrieved

28
Q

Define lossy compression

A

Converts image files into smaller files by reducing pixel resolution and color depth.

29
Q

Define a swap file

A

Temporary memory used in the secondary storage because the RAM if full. They run slower though.