115k views
4 votes
How many instructions could fit into a 256 byte memory unit, given a 32-bit architecture?

1 Answer

2 votes

Answer:

64

Step-by-step explanation:

We have given the 32 bit architecture

We know that 1 byte =8 bit

So memory of given architecture 32 bit
(32)/(8)=4bytes

Total memory = 256 bytes

So total number of instruction that fit into 256 bytes
(256)/(4)=64

So total 64 instruction can be fit in 256 byte memory.

User SRachamim
by
5.9k points