revision Flashcards

(62 cards)

1
Q

cisc definition

A

complex instruction set computer

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

risc definition

A

reduced instruction set computer

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

does a cisc computer have to break down instructions?

A

no

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

does cisc require more or less circuitry

A

more

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

does risc process simple or complex instructions

A

simple

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

what is primary storage also known as?

A

main memory

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

does primary storage hold data programs and current instruction?

A

yes.

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

where is primary storage located?

A

motherboard

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

is secondary storage volatile or non-volatile?

A

non-volatile

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

volatile definintion

A

data is lost when the computer is turned off

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

non-volatile definition

A

data is still stored when the computer is turned off

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

what is stored in secondary storage

A

programs and data

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

give 3 embedded systems

A

choose from:
central heating, gps, digital watches, domestic appliances, fitness trackers, engine management.

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

are embedded systems cheap or expensive?

A

cheap

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

are embedded systems programmable by the user?

A

no

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

list these in order of the fde cycle:
programme counter, memory address, MAR, the address on the programme counter is increased by 1.

A

memory address, programme counter, MAR, the address on the programme counter is increased by 1.

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

is the performance of the CPU affected by the clock speed and memory?

A

yes

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

what is the cache?

A

high speed memory

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

what are the types of bus?

A

address bus, data bus, control bus

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

what are the buses used for?

A

sends control signals between the processers and other things

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

what is clock speed measured in?

A

Hertz (Hz)

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

what does the arithmetic logic unit (alu) do?

A

preforms arithmetic and logic equations.

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

what are the registers?

A

memory address register, memory data register, current instruction register, programme counter, accumulator.

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

what do the registers do?

A

it holds the address of the next instruction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
what are the parts of the cpu?
control unit, arithmetic logic unit, registers, cache, buses, clock
26
what does the control unit do?
executes the fde cycle.
27
define ram and rom.
random access memory, read only memory.
28
is ram volatile?
yes
29
is rom volatile?
no
30
define accumulator
stores equations from the alu.
31
what does A.A mean
A
32
what is A+B
A or B
33
A.-B
A and not B = A
34
A+-AB
A
35
what is an example of magnetic storage?
HDD
36
what is an example of optical storage?
CD
37
what is an example of solid state?
SSD
38
whats wan?
wide area network
39
whats lan?
local area network
40
whats pan?
personal area network
41
list all four topologys.
bus,star,mesh, ring
42
pro of bus
fast
43
con of bus
if main wire breaks itb all breaks
44
pro of star
uses less wires and is secure
45
con of star
if the main server breaks the whole thing breaks
46
pro of ring
fast, less wiring
47
con of ring
not secure
48
mesh pro
fast
49
mesh con
easy to hack, complicated, lots of wires
50
whats the application layer
DNS, HTTPS, SMPT, FTP, POP, IMAP
51
whats in the transport layer
TCP, UDP
52
internet layer?
ip address
53
link layer?
etheret
54
list four OS'
MAC OS, IOS, WINDOWS, ANDROID
55
LIST REGISTERS
PC, MAR, MDR, CIR, ACC
56
WHAT DOES PC MEAN
PROGRAMME COUNTER
57
WHAT DOES MAR MEAN?
MEMORY ADDRESS REGISTER
58
WHAT DOES MDR MEAN?
MEMORY DATA REGISTER
59
WHATS THE CIR?
CURRENT INSTRUCTION REGISTER
60
WHATS THE ACC?
ACCUMULATOR
61
whats 40 in hex
2,8
62
list data types
interger, string, boolean