Operating Sytem Flashcards

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

Features of operating system (4)

A

allow user to communicate with computer

stored on HDD/SSD

enables computer system to function correctly

provides environment where applications can be run

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

Examples of operating systems (4)

A

Microsoft Windows

Apple Mac OS

Google Android

Apple IOS

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

Functions of operating systems (4)

A

handles interrupts

manages memory

allows multitasking

provide interface

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

2 types of HCI

A

CLI (Command Line Interface)

GUI (Graphical User Interface)

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

Feature of CLI (2)

A

commands to be typed in for simple actions

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

Features of GUI (2)

A

allows user to interact with computer using pictures/icons

uses WIMP technology

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

WIMP stand for

A

windows icons menu and pointing device

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

Advantages of CLI (4)

A

user in direct communication with computer

user not restricted to number of predetermined options

possible to alter computer configuration settings

uses small amount of computer memory

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

Disadvantages of CLI (3)

A

user needs to learn number of commands to carry out basic operations

commands need to be typed (time consuming, can cause error)

command must be typed using correct format

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

Advantages of GUI (3)

A

user doesn’t need to learn any commands

icons represent applications - more user friendly

pointing device click on icon to launch application - simpler than typing commands

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

Disadvantages of GUI (3)

A

uses more memory than CLI

user limited to icons provided on screen

needs operating system to operate

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

Who uses CLI (4)

A

programmer

analyst

technician

someone who needs direct communication with computer

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

Who uses GUI (4)

A

person who wants to run software

person who wants to play games

person who wants to manipulate photos

person with less knowledge on how computer works

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

Define firmware

A

program that provides low level control for devices

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

Define an interrupt (2)

A

signal sent from device/software to microprocessor

causes microprocessor to temporarily stop what it is doing to service interrupt

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

How interrupts generated (4)

A

input/output process

hardware fault

user interaction which causes system to be interrupted

software errors that cause a problem

17
Q

How interrupt signal is handled (4)

A

current task being run saved

contents of registers saved

ISR executed by loading start address into PC

contents of saved registers retrieved once interrupt serviced

18
Q

Define a buffer

A

memory area that stores data temporarily