Unit 4 – System Software Flashcards

1
Q
  1. Manages computer’s hardware
  2. Middleman between the CPU and the application software
  3. Manages, schedules and coordinate tasks
  4. Provides a user interface
A

Operating Systems

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

Categories

Embedded systems inside instruments, tools. Specific purpose is to make the tools function.

Examples: MRI catscan (medical industry)

A

Real-Time (RTOS)

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

Categories

Network operating systems – can manage requests from several users. Often used by mainframes.

Examples: Mainframes supercomputers multiple can connect

A

Multiuser

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

Categories

For personal use, allows user to perform several tasks simultaneously

Examples: What we use every day (phone)

A

Single-User, multi-task

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

Categories

Mostly old software

Examples: All text based, not point and click like multi-task

A

Single-User, single-task

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

Software that is not owned by a company, but rather maintained by a community and can be used/modified by users and vendors

Most personal operating systems today are linked to the cloud (Examples: iCloud, OneDrive)
OS are stored in the computer’s hard drive like other software

A

Open-source:

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

Borrowing hard drive space (Instructions and data are stored on the hard drive when RAM is full)

A

Virtual Memory:

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

**Virtual Memory:

temporary storage area on the hard drive. Data/instructions that haven’t recently been used are swapped out from RAM by the OS

A

Swap file/page file

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

Virtual Memory:

process of swapping. If data/instructions are needed later, OS swaps them back into active RAM → replaces them in the hard drive’s swap file with less active data/instructions

A

Paging

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

Virtual Memory:

too much paging → there’s a limit to how much memory you have → can lag your computer

A

Thrashing

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

Peripheral Management

Special program attached to computer, facilitates communication between the device and OS

A

Device Driver:

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

Peripheral Management

Software and hardware standard

A

Plug and Play (PnP):

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

Application Software Coordination

Block of codes in OS that allow OS to interact with CPU (Example: Microsoft DirectX is a group of APIs built into Windows OS that improves graphics and sounds)

(Example: insert chart from Excel into a Word doc)

Advantage: Prevents redundancies in software code, makes it easier to developers to respond to changes is OS. Some apps have common ____, makes data exchange easier

A

API (Application Programming Interface):

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

The organizational structure of files on your computer

A

File Management

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

File Management

The system of drives, libraries, folders, subfolders and files

A

Directory

17
Q

File Management

C:/ D:/ F:/ etc. → means you have different hard drives

A

Root Directory

18
Q

File Management

\ in Windows, : in Mac OS, / in UNIX systems

A

File separator:

19
Q

File Management

Collection of program instructions or data to be treated as a single unit

All ____ get an extension which indicates what type of file it is

A

File:

20
Q

File Management

Taking out redundancies in files to reduce the file size, making them easier to send → can reduce file size by up to 50%. Some files are compressed by default (PDF)

A

Compression

21
Q

Program that performs housekeeping tasks for computer → backup, security, diagnostic, recovery.

A

Utility Programs

22
Q

Utility Programs:

Come in 3 flavors:

A
  • Included with OS: Firewall and file-compression utilities
  • Sold stand-alone programs: Antivirus and security programs (Example: Norton)
  • Freeware