4.2 Flashcards

1
Q

what is an operating system and what does it do?

A

provides the environment where applications can be run + a useable interface between humans and computer.

  • An operating system also disguises the complexity of computer software and hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

examples of operating systems?

A

Microsoft Windows
Apple Mac OS
Google Android

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

functions of the operating system?

A

HCI (human computer interface)
Multitasking
Security
Interrupt handling routines
Memory management
Managing files

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

what are the two HCIs

A

CLI and GUI

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

describe CLI

A
  • Command Line
Interface = CLI
  • the user to type in instructions to choose options from menus
  • The user has to learn a number of commands just to carry out basic operations. It is slow
  • advantage = the user is in direct communication with the computer, not restricted to pre-determined options.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

describe GUI

A
  • GUI = graphical user interface
  • allows user to interact with a computer using pictures or symbols (icons)
  • selecting he icon from the screen would automatically load the application
  • There is no need to type in anything.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

who uses CLI and GUI?

A

CLI : programmer, analyst, technician
GUI: any regular user

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

what is an interrupt

A

when a signal is sent from a device / software to the microprocessor

causes the microprocessor to temporarily stop what it is doing

buffers and interrupts are often used together

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

describe memory management

A

keeps track of all memory locations and does memory projections. manages RAM.
without it data would be lost and the computer could crash.

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

describe security management

A

ensures the integrity, confidently, and availability of the data. makes sure anti virus software is up to date, communicates with a firewall etc

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