the buses: extended

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

How can the processor access a word?

Each word in memory has its own specific address, so it first puts the address of the desired word on the address bus.

2
New cards

What determines the maximum possible memory capacity of the system?

The width of the address bus

For example, if the address bus consisted of only 8 lines then the maximum address it could transmit would be 11111111 (255), giving a maximum memory capacity of 256 (including address 0)

3
New cards

What is the memory capacity of an average PC?

4GiB, with a system with a 32-bit address bus

4
New cards

What does the data bus transmit?

The data held in a word of memory

5
New cards

What is the size of the operand that can be held in a word related to?

The data bus

For example, if the data bus is 16 bits wide, a word cannot hold an integer greater than 2¹⁶ - 1

6
New cards
<p>Answer question 2</p>

Answer question 2

a) assembly language

b) highest = 255

lowest = 0

c) 8 bits

(for b and c look at the operand)