Computer Systems Flashcards

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

Operating Systems:

A

e.g. Windows

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

Library Programs:

A

e.g. .dll files, Disk Formatter

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

Utility Programs:

A

e.g. File Compression, anti-virus, Print Script

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

Programming Language Translators:

A

e.g. interpreter, Assembler, Compiler

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

General Purpose:

A

e.g. spreadsheet, word processor, desktop publishing

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

Special Purpose:

A

e.g. tax calculator, payroll

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

Bespoke Software:

A

e.g. air traffic calculator, NHS software

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

Libraries:

A

Stores code which can be used by multiple programs, e.g. printing software

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

Roles of OS:

A

Hides complexities of hardware, manages resources (ISPAM), handling interrupts and scheduling, sharing input/output between multiple programs

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

Graphical User interface:

A

Hides complexities

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

Command Line Interface:

A

Shows all complexities

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

CLI vs GUI

A

CLI uses fewer resources, need to learn commands to use CLI, sometimes easier to use CLI

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

Virtual Machine:

A

Whats displayed to the user, API allows a program to be used on different computers

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

ISPAM:

A
I = input/output
S = security
P = processor
A = application
M = memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ISPAM (indepth):

A
I = middleman in between I/O devices and the CPU
S = user accounts, passwords, access rights
P = scheduling, 
A = using the API which allows programs to run on different hardware
M = controls which processes are stored in the memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Computer System:

A

Hardware and software working together

17
Q

System Software:

A

Enables the computer to run efficiently.

18
Q

Application Software:

A

Enables the user to do a certain task.