Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How many bits are required to address a 16 Giga on 64 bits (16 G x 64 bits) main memory if Main memory is byte

  1. How many bits are required to address a 16 Giga on 64 bits (16 G x 64 bits) main memory if

  1. Main memory is byte addressable? ______

  1. Main memory is word addressable? ______

  1. Suppose that a 64 Mega x 16 bits main memory is built using 16M x 8 bits chips of RAM and memory is word addressable.

  1. How many RAM chips are necessary? ______

  1. How many RAM chips are needed for each memory word? _______

  1. How many address bits are needed for each RAM chip? _______

  1. How many address bits are needed for all memory? _______

  1. A digital computer has a memory unit with 32 bits per word. The instruction set consists of 127 different operations. All instructions have an operation code part (opcode), and an address part (allowing for only one address). Each instruction is stored in one word of memory.

  1. How many bits are needed for the opcode? ________

  1. How many bits are left for the address part of the instruction? _______

  1. What is the maximum allowable size for memory? _________

  1. Write the following MARIE assembly language equivalent of the following machine language instructions

  1. 0001 0010 0000 0100
  2. 0010 0010 0000 0110
  3. 1001 0000 0000 1011
  4. 0111 0000 0000 0000

  1. Please fill the Binary contents of memory address and hex contents of memory address in the following table:

Program

Hex Memory Address

Instruction

Binary contents of Memory Address

Hex Contents of Memory Address

200

Load 204

201

Subt 205

202

Store 206

203

Halt

Data

Hex Memory Address

Binary contents of Memory Address

Hex Contents of Memory Address

204

0000 0000 0010 1100

002C

205

0000 0000 0010 1101

002D

206

0000 0000 0000 0000

0000

After execution of this program in the memory cell 206 will be

Hex Memory Address

Binary contents of Memory Address

Hex Contents of Memory Address

206

The exercise is similar with the program to Add two numbers (table 4.3 page 200 book Linda Null)

Please use MARIE simulator to enter and run the program

Post a screen capture with simulator execution of your program.

  1. What is the difference between hardwired control and microprogrammed control?

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 Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions

Question

Be familiar with the basic ways to manage capacity.

Answered: 1 week ago

Question

Be familiar with the five basic ways to manage demand.

Answered: 1 week ago