Unit 3: Software Tools For Productivity And Creativity Flashcards

1
Q

Apllication software

A

Software developed to solve particular problem

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

system software

A

run at most basic level of computer

enables application software to interact with computer

helps computer to manage internal and external sources

helps to manage hardware

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

three basic components of system software

A

operating systems

device drivers

utility programs

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

operating systems

A

principal component of system software in any computing system.

manages entire computer

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

device drivers

A

help computer control peripheral devices

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

utility programs

A

support
enhance
or expand
existing programs in computer system

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

what does the operating system do?

A
booting
cpu management
file management
task management
security management

general-purpose computer needs it to run other programs

concentrate on applications rather than complexities of a computer

each application programs written to run on top of a particular operating system

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

what is booting

A

process of loading and operating system in a computer memory

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

what are the four steps of booting

A
  1. turning on the computer
  2. diagnostic routines to test the memory, CPU and other hardware
  3. Basic Input/Output Systems are copied in main memory
  4. boot program obtains operating system and lods in computer memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Basic Input/Output Systems (BIOS)

A

contains instructions for operating the hardware

needs those instructions to operate the hardware and find a copy of the OS.

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

cold boot

A

turn on computer’s “on” system

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

warm boot

A

restart a computer thats already on

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

boot disk

A

use a CD or flash drive containing all files to launch operating system

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

what Is the CPU

A

Central Processing Unit

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

what is supervisor (kernel)

A

software that manges CPU

remains in memory while computer runs

directs other programs not in memory to perform tasks that support application program

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

what does the operating system do to manage the CPU

A

keeps track of memory location to prevent data and programs from overlapping each other

swaps portions of programs and data into the same memory but at different times

keeps track of virtual memory

17
Q

Queue

A

First in, First out (FIFO) sequence of data or programs that waits in line for its turn to be processed

18
Q

buffer

A

the place where the data or programs sit while they’re waiting to be processed

19
Q

spool

A

act of placing a print job into a buffer

CPU is faster than print jobs

CPU can work on other tasks while print jobs wait

20
Q

two types of files?

A

data file

program file

21
Q

data file

A

named collection of data

22
Q

program file

A

program that exists in a computer’s secondary storage

23
Q

Where are files located?

A

in many places on secondary storage devices

operating system locates files and facilitates access to them

24
Q

how does the file system organize the files

A

in a hierarchical manner

directories are top level (folders)

sub-directories come below folders

25
Q

how to find a file?

A

using their pathname

26
Q

what is a task

A

its an operation such as:
printing
storing
calculating

27
Q

what is multitasking

A

handling more than one program concurrently

28
Q

how to operating systems help with security

A

permits users to control access to the computers

access with ID and passcode

29
Q

what do device and utility programs do

A

add functionality to computer and help it perform better

30
Q

device drivers

A

specialized software programs that allow input and output devices to communicate with the rest of the computer

many drivers come with system software

can be downloaded from manufacturer’s website

can come in hardware like CDs and DVDs

31
Q

utilities

A

service programs that perform tasks related to control and allocation of computer ressources
ex: backup, data recovery, data protection, etc

some come with operating system and other can be bought separately

32
Q

user interface

A

user-controllable display screen you use to interact with the computer , using keyboard or mouse