Operating system Flashcards

1
Q

what is the OS

A

set of software that controls the computer’s hardware resources and provides services for computer programs

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

what does the OS act as

A

an intermediary between software applications and computer hardware

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

what are some of the services / functions of the OS

A

peripheral communication
memory management
resource monitoring and multitasking
disk access and data management
security

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

what are the different types of user interfaces ?

A

GUI (graphical user interface)
CLI (command line interfaces)
NLI (natural language interface)
MBI (menu based interface)

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

what are GUIs

A

menus, icons

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

what are CLI

A

where the user types in codes

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

what are NLIs

A

where the user speaks to the interface

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

what are MBIs

A

gives users selection of options

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

what are peripheral devices

A

all the hardware components of the computer system that reside outside the CPU

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

give examples of peripheral devices

A

keyboards, monitors, mice, printers

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

what is memory management of the OS

A

responsible for all the memory that is available in the computer system

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

what does the OS do to manage memory

A

allocates and deallocates specific sections of memory to each program
manages how the memory is used by the applications , ensures that one application doesn’t interfere with memory being used by another application

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

what do resources include

A

amount of memory the application is occupying
how much processor time it needs to function properly

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

what is the OS responsible for in resource management

A

efficient allocation of resources so that the application can run as effectively as possible on a particular computer system

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

what is multitasking

A

multiple applications running on a computer at any one time - appearing as if they are performing tasks simultaneously
applications need to share CPU time to accomplish their goal

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

what does the OS do in networking

A

manages connections to and interactions with networks of other computer systems to allow sharing of resources

17
Q

what does the OS do in disk access and data management

A

it accesses data stored in memory and disks

18
Q

what is the OS responsible for in disk access and data management

A

keeping track of the files - which files are being used by an application so that an application doesn’t overwrite another
coordinating transfer of data from disk files into primary memory

19
Q

what is a security measure - log files

A

can use log files to trace the activity of any user in the computer system