Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Why is the 4mb = 2^22 instead of 4*2^20 what am I missing here and the same for 32mb = 2^25 how do we determine

Why is the 4mb = 2^22 instead of 4*2^20 what am I missing here and the same for 32mb = 2^25 how do we determine the power ?

image text in transcribed

2- Suppose a processor of the Harvard architecture has 4MB instruction memory and 32MB data memory. If the memory address bus is shared between instruction memory and data memory, design a memory allocation scheme for this processor (i.e. address range for the instruction memory and the data memory). Solution: 4MB 22 bytes, Address range Ox0000_0000 -0x003F_FFFF 32MB = 225 bytes, Address range 0x0000 0000-0x01FFFFFF There are many ways to divide the space. For example: Instruction memory: 0x0010 0000-ox013F FFFF Data Memory: 0x2000_0000 0x21FF_FFFF

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Fundamentals Study Guide

Authors: Dr. Sergio Pisano

1st Edition

B09K1WW84J, 979-8985115307

More Books

Students also viewed these Databases questions