operating systems Flashcards

1
Q

what are the 2 types of softwares that computers need so that they can be useful?

A
  • system software

- application software

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

what is a system software? and what does it include?

A
  • It is a program that allows the computer to function.

- it includes the operating system and utility programs

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

what is an application software? and what does it include?

A
  • This is a program in which users interact with most.

- it includes spreadsheets, web browsers and games

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

what is the most important software in a computer system?

A

the operating system (SO)

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

what is the operating system’s main function?

A

is to provide a platform for other softwares, so that this software
can interact with the computer hardware.

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

what are examples of common operating computer systems?

A
  • Microsoft Windows (desktops, laptops and tablets)
  • macOS (Apple Macs)
  • Linux (desktops, laptops and servers).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are a computers 4 main functions?

maybe

  • manage the computer’s resources ( central processing unit, memory disk driver, printers)
  • establish a user interface
  • execute and provide services for applications software.
A
  • process management: it organises instructions in memory so that they can be processed.
  • file management: it organises the contents of secondary storage.
  • User management: provides a user interface and access levels.
  • Peripheral management: it interferes with device drivers to control physical devices.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does CPU stand for?

A

it stands for Central Processing Unit.

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

what does the the operating system do to CPU?

A
  • it manages its use

- the operating system gives each program a share of CPU time.

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

what do device drivers communicate with?

A

they communicate with peripheral devices

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

what do drivers do?

A
  • translate commands from operating systems
  • have commands devices understand.
    (eg. sending a document to a printer)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what do operating systems react to?

A

it reacts to commands received from devices

eg. if a mouse is moved, pointer on screen needs to move

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

how are drivers installed

A

by plug and play

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

what do managing applications do?

A
  • sends and receives instructions to and from applications

- send instructions to hardware on behalf of applications

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

what do applications need access to?

A

to operating systems NOT hardware operations

an application opens a file with the permission of an operating system NOT a hardware

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

what does managing users do?

A

it provides a mathod for users to gain access: loggin and username and password

17
Q

what are other methods for managing users?

A
  • fingerprint
  • swipe card
  • facial recognition
  • personal identification number (PIN)
18
Q

what does file management do?

A
  • it manages the files in secondary storage.

- files are stored in folders

19
Q

what do file systems allow users to do?

A
  • open files
  • create new files
  • search for files
  • delete files
  • restore deleted files
  • move files
  • copy files
20
Q

what is a user interface?

A
  • it is a method for a user to communicate with the computer.
21
Q

what do modern interfacer tend to be?

A

it tends to be Graphical Users Interfaces (GUI)

22
Q

what do smartphones and tablets include?

A
  • touch enable interface
  • responding to being shaken
  • functionality to automatically rotate contents of the screen
23
Q

what do older systems use?

A

Command line interface (CLI)

24
Q

what are 3 facts about Command line interface (CLI)?

A
  • still used today by advanced users
  • can run commands not possible using GUI
  • easy to make mistakes