operating system Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

application software

A

for users benifit

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

system software

A

preforms tasks needed to operate the hardware, and provide services for other softwares

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

gui

A

graphical user interface
use icons and other visual indicators to navigate and issue commands

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

CLI

A

command line interface
a shell responding to successful text commands

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

process

A

program being exicuted by prossesor

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

processing of os

A

executes 1 process at a time, suspending it with interrups if necessary

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

multi tasking

A

OS can only execute 1 process at a time but allows multipule applications to run by rapidly switching between processes

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

cpu time

A

OS allocates cpu time for each process, and prioritises them in order of importance

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

memory management

A

-when a user opens a program, it needs to be loaded into the ram
-the os oversees the allocation and management of the ram space
-if there is no space left, virtual memory may be used
-different program data/instructions are kept separate = security

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

periphera management

A

periphera management = supplementary hard ware
the os uses device drivers, which are programs that convert between the peripheral signals, and the os signals

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

user management

A

-managing the usernames/passwords, and account creation
-in multi-user os there are user account controls

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

file management

A

-an is maintains records of all files stored in secondary storage, including information like their location (relative to folders), and what user can access to what

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

Resource Management

A

The operating system manages the allocation of the CPU’s processing power to various tasks or

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

Processor Management

A

processes

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

Memory Management

A

It supervises the allocation and deallocation of memory, ensuring efficient use of available RAM.

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

File and Data Management

A

The operating system organizes and manages files on storage devices, including creating, deleting, and organizing files. It provides a file system structure for data storage.

17
Q

User Interface

A

The operating system provides a user interface, which can be command-line or graphical, allowing users to interact with the computer system.

18
Q

Device Management

A

The operating system interacts with and manages hardware devices such as printers, scanners, and input/output devices, ensuring their proper functioning.

19
Q

Security and Access Control

A

The operating system enforces security measures to protect the system from unauthorized access. It controls user access and permissions to various resources.

20
Q

Process Management

A

The operating system manages processes, ensuring the orderly execution of programs. It schedules processes to run on the CPU efficiently.

21
Q

Communication and Networking

A

The operating system facilitates communication between computers over networks. It manages network connections, protocols, and data transfer.

22
Q

System Initialization and Shutdown

A

The operating system initializes the computer system during startup, loading essential components into memory. It also manages the shutdown or reboot process.

23
Q

Error Handling

A

The operating system monitors the system for errors and provides basic error handling mechanisms. It may display error messages and attempt to recover from certain errors.

24
Q

Resource Protection

A

The operating system ensures that one process or user cannot interfere with the resources allocated to another process or user, providing a level of isolation and protection.