Systems Software Flashcards

1
Q

enables the applications software to interact with the computer and help the computer manage the internal resources

A

systems software

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

3 basic types of system software

A

operating systems
utility programs
language translators

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

the principal piece of systems software in any computing system; and consists of the master system of programs that manage the basic operations of the computer

A

operating system

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

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

A

utility programs

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

a software that translates a program written by a programmer into a machine language that the computer understands

A

language translator

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

what are os’ basic operation

A

booting; housekeeping tasks; user interface; managing computer resources; managing files; managing tasks

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

refers to the process of loading an operating system into a computer’s main memory from a secondary storage device

A

booting

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

include formatting, or initializing, which means preparing a disk electronically so it can store data or programs

A

house keeping tasks

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

is the shell or the part of the operating system that user’s see on the computer’s display screen that allows him/her to communicate, or interact, with the system

A

user interface

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

3 types of ui:

A

command-driven, menu-driven, graphical-user

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

behind the ui, the operating system acts like a police officer directing traffic

A

managing computer resourcess

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

since files of data and programs are located in many places in the hard disk and other secondary-storage devices, when the user moves, renames, or deletes a file, the operating system manages such changes and helps him locate and gain access to it.

A

managing files and data

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

managing tasks of pc

A

multitasking (multiprogramming)
time-sharing
multiprocessing

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

the execution of two or more programs by one user concurrently on the same computer with one central processor.

A

multitasking

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

the processing, by a single computer, of the tasks of several users at different stations in round-robin fashion

A

time-sharing

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

time-sharing is done through _______

A

time-slicing

17
Q

the simultaneous processing of two or more programs by multiple computers.

A

multi-processing