2.5 Functions of an OS & 2.6 Software Applications Flashcards
1
Q
OS
A
a set of software that controls the computer’s hardware resources and provides services for computer programs
2
Q
functions of an OS (IB)
A
- acts as an intermediary between software applications and the computer hardware
- peripheral communication
- memory management
- resource monitoring and multitasking
- disk access and data management
- security
3
Q
functions of an OS (IGCSE)
A
- input & output control
- human computer interface (HCI)
- multitasking
- multiprogramming
- batch processing
- error handling
- loading and running of applications/software
- management of user accounts
- file utilities (i.e. copy &paste)
- processor managementt
- memory management
- real-time processing
- interrupt handling routines
- security
4
Q
types of user interface
A
- GUIs that have menus and icons
- CLIs where the user types in codes
- NLIs where the user speaks to the interface
- MBIs that give the user a selection of options
5
Q
what does GUI stand for
A
graphical user interface
6
Q
what does CLI stand for
A
command line interface
7
Q
what does NLI stand for
A
natural language interface
8
Q
what does MBI stand for
A
menu based interface
9
Q
what are peripheral devices
A
all hardware components of the computer system that reside outside the CPU
10
Q
OS and peripheral devices
A
- communicating directly with the hardware
- providing an interface between hardware and applications
11
Q
OS and memory management
A
- manages how the memory is used by applications
- ensures one application does not interfere with the memory of another
- allocates/deallocates specific sections of memory to each program
12
Q
OS and resource monitoring and multitasking
A
- efficient allocation of resources
- sharing the CPU between applications at the same time
13
Q
types of resources on an OS
A
- the amount of memory used
- how much processor time it needs in order to function
14
Q
OS and disk management
A
- making sure applications don’t override files
- coordinating transfer of data from disks files into primary memory (vice versa)
15
Q
security and the OS
A
- identity to the user for authentication
- username & password (also magnetic cards and biometrics)
- use of log files that trace the activity of users on the computer system