A digital computer has a memory unit with 32 bits per word


Task

Question 1 - Suppose a disk drive has the following characteristics:

  • 23 surfaces
  • 512 tracks per surface
  • 64 sectors per track
  • 32 bytes/sector
  • Track-to-track seek time of 10 milliseconds
  • Rotational speed of 9600 RPM

I. What is the capacity of the drive?

II. What is the rotation delay?

III. What is the access time?

Question 2 - A digital computer has a memory unit with 32 bits per word. The instruction set consists of 232 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.

I. How many bits are needed for the opcode?

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

IV. What is the maximum allowable size for memory?

V. What is the largest unsigned binary number that can be accommodated in one word of memory?

Question 3 - In a computer instruction format, the instruction length is 13 bits and the size of an address field is 5 bits. The system architect has already designed FIVE 2-address instructions and TWENTY 1-address instructions. How many 0-address instruction still possible to accommodate for the instruction set architecture?

Question 4 - Write code to implement the below expression:

A = (X+Y) * (Y-Z) / (X * Y) on 2, 1 and 0 address machines.

Rationale - This assessment task covers topics on CPU operation and Instruction Set Architecture, and has been designed to ensure that you are engaging with the subject content on a regular basis. More specifically it seeks to assess your ability to:

  • be able to investigate the internal operation of the Central Processing Unit (CPU) and describe how it is used to execute instructions;
  • be able to investigate and describe in detail the essential elements of computer organisation including internal bus, memory, Input/Output ( I/O) organisations and interfacing standards and discuss how these elements function;

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: A digital computer has a memory unit with 32 bits per word
Reference No:- TGS02631179

Now Priced at $30 (50% Discount)

Recommended (97%)

Rated (4.9/5)