Operating system Flashcards

1
Q

Operating system

A

Low-level software that supports a computer’s basic function. Essential for run other programs and applications on computer.

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

Graphical user interface (GUI)

A

Allow user to interact with the computer. This is made up of icons, buttons and menus that can be clicked to carry out tasks.

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

Command line interface (CLI)

A

In this type of interface a user would need to type in the different commands they would like to carry out on the operating system.

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

Peripheral

A

A hardware device, used to input, store or output data form a computer, that is not directly part of the computer itself.

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

Main functions of OS

A
  • provides GUI for the user to interact
  • manages the hardware and peripherals that are connected to the computer
  • manages the transfer of programs in and out of the memory
  • manages file handing, allowing user to store, delete or move files
  • manages the security for the computer, such as anti-virus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Interrupt

A

Is a signal. When this signal is received it will inform software that something has to be done. It could be generated from many sources. E.g. pressing keyboard

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

Multitasking

A

A computer can run only one program at a time, but currently running program can be interrupted to run another program and perform multiple task.

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

How does multitasking work?

A

The operating system run the programs in turns, so that it appears to be running at the same time.

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

Interrupt handler

A

A program in OS. The role is to prioritise the interrupt signals as it receives them and places them in a queue to be handled.

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

Hardware interrupts

A

An example is of hardware interrupt is one that is generated when a peripheral such as keyboard produces signal.

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

Software interrupts

A

AN example of software interrupt is when an application is opened or closed on a system.

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