Chapter 3: Definitions Flashcards

(24 cards)

1
Q

What are the 2 types of software?

A

application software and system software

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

Application software

A

developed to solve a particular problem for users, perform useful work on specific tasks or to provide entertainment

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

System software

A

most basic level of computer, enables the application software to interact with computer and helps the computer to manage its internal/external resources and manage hardware

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

What are the 3 components of system software?

A

operating system, device drivers and utility programs

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

Operating system

A

principle component of system software in any computing device

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

Device drivers

A

help computer control peripheral devices

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

Utility programs

A

used to support, enhance, or expand existing programs in computer system

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

Language translators

A

convert instructions written by programmers in a programming language into a language (machine language) that computers can understand and process

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

Operating system

A

low-level, master system of programs that manage the basic operations of the computer

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

What does the OS manage?

A

booting, CPU management, file management, task management, security management

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

Booting or bootstrapping

A

○ Process of loading an operating system into a computer’s main memory

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

What is the process of booting?

A
  1. turn computer on
  2. diagnostic routines test main memory, CPU, hardware
  3. Basic input/output system (BIOS) programs are copied to main memory (BIOS located in ROM)
  4. boot program obtains the OS and loads it into computer’s main memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Cold boot

A

power up a computer by turning the power “on”, turn on computer’s “on” system

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

Warm boot

A

restart a computer that is already on

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

Network boot

A

boots the computer from the network

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

The boot disk

A

use a CD or flash drive containing all files to launch OS, boot from the cloud

17
Q

What is the role of CPU management?

A

it supervises, manages memory and manages queues, buffers and spooling

18
Q

Supervisor

A

aka kernal; software that manages the CPU, remains in memory while computer is running, directs other programs not in memory to perform tasks that support application programs

19
Q

Queue

A

FIFO sequence of data or programs that waits in line for its turn to be processed

20
Q

Buffer

A

place where the data or programs sit while they are waiting

21
Q

To spool

A

act of placing a print job into a buffer

22
Q

Data file

A

a named collection of data

23
Q

Program file

A

a program that exists in a computer’s secondary storage

24
Q

How does the OS file system arrange files?

A

in a hierarchical manner, top level in directories (folders) and sub directories come below folders