Computer Systems Flashcards

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

Hardware

A

Physical components of a computer system

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

Hardware

A

Physical components of a computer system

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

Software

A

Set of data and instructions used to perform tasks

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

System Software

A

Software used to manage and maintain the computer

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

Application Software

A

Software used to perform specific tasks

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

Role of OS

A

Manage resources processes are competing for - hide complexities of hardware

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

Memory manager

A

Allocate how much memory to a process , keeps track of memory during process , part of OS

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

Device Driver

A

Piece of software that allows computer to communicate with another device ( usually a peripheral )

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

Low level language

A

Machine code , Assembly language . Specific to instruction set of processor , allow more control for programmer

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

High level language

A

Python , C++ etc , portable but need to be translated into machine code . - easier for programmer to understand and debug

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

Embedded System

A

Small computer that forms part of a larger system - performs a limited number of tasks

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

Bus

A

Set of parallel wires through which data is transmitted between components

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

ROM

A

Read only memory , non volatile - retain data when turned off .

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

Why is secondary storage needed

A

Secondary storage needed to store system and user data within sessions

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

Von Neumann Architecture

A

Data and instructions stored in shared memory

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

Cache Memory

A

Very fast memory found close to / on CPU . Store most frequently used instructions + data so CPU doesn’t retrieve from RAM every time needed

17
Q

Multi Core Processor

A

Processor with 1 or more core - ( double the core does not mean double the speed , cores must wait in turn to access RAM and communicate with other cores )

18
Q

Cloud Storage

A

Storage than can be accessed over the internet - data stored in servers in data centres with contain many SSD / HDD

19
Q

Clock in a processor

A

Generate regular signals used to synchronise operation of other processor components

20
Q

In CPU , what does ALU do ?

A

Perform logical , arithmetic operations and comparisons

21
Q

In CPU what does CU do ?

A

control unit contain clock . Also organises other components in CPU , managing executions of instructions