Processor performsnce Flashcards

1
Q

Words

A

Memory is divided into equal units called words
Word length - 8, 16, 32, 64 bits
Each word has seperate memory address

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

What determines max possible memory addresses of the system

A

Width of address bus
8 bit address bus - 2^8 mem addresses

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

What direction does data pass thru data bus

A

both directions

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

width of data bus defined by

A

number of lines it contains

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

data bus same width as comp word

A

Data can be transferred to and from memory in single operation

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

What determines format of machine code instruction

A

architecture of comp; inc: word size, width of address bus

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

clock speed
and ghz to ticks per sec

A

faster clock speed - faster a computer can carry out FDE cycle

4 ghz - clock ticks 4bn times a second

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

System clock

A

Series of ON/OFF signals used to sync operations of cpu components
actions usually carried out on rising edge of clock
Actions take fixed num of cycles to complete

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

dual core comp design?

A

2 processors linked together in same integrated circuit

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

why can software not take full avantage of nom of cores

A

some programs not designed to use multi cores

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

Parallel processing
and why it may not always be possible

A

Several cores working at same time
each core works concurrently on 1 task

not always possible as insturctions are processed sequentially

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

where is L1 and L2 cahce

A

on the cpu

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

what is l1 cache split into

A

instruction cache and data cache so instructions and data can be fetched simultaneously

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

Pipelining

A

technique used to imporve performance by verlapping stages or breaking don stages in an arithemtic function

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

pipelining how it works

A

instruc enter pipeline, as soon as 1 stage of instruc done, another instruc enter pipeline
3rd instruc then enters before either of instrucs completed

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

how many stages may be in pipeline

A

10-12, w/ some taking longer than others

17
Q
A