Week 2 Flashcards

(9 cards)

1
Q

n-bit processors?

A

n-bit processor indicates it has an n-bit ALU. The ALU decides how much data can be processed at a time.

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

Data Bus

A

-Transfers data
-Width determines how much data can be transferred at a time in one cycle
-The wider the data bus, the more data can be transferred in one cycle so less number of cycles required and a faster processor.

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

Control Bus

A

Carries control signals
Control signals include:
-Selection of memory or I/O devices
-Direction of data transfer
-Synchronisation of data transfer

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

Address Bus

A

Address bus transfers data
1 wire can address 2 loations

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

How many bits on one byte

A

8 bits in one byte
One memory location stores on byte of data
2^N locations can store 2^N bytes of data

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

How is data “2023H” stored in memory?

A

Its stored as 2 bytes. Instead of one 2023H being stored as one, a 20H and a 23H is stored separately. One memory cell can store 8 bits maximum.

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

Whats the little endian rule?

A

Its a type of addressing that refers to the order of data stored in memory.
The LSB is first stored and subsequent bits are stored incrementally.
In other words, the lower byte of data are stored at the lower byte of memory

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

To transfer the data 2023H to memory using 16 bit data bus…?

A

2 memory locations need to be accessed. In one cycle, 2 addresses can be transferred by the address bus. Therefore we need 2 cycles to transfer 2023H

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

What is memory banking?

A

Memory

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