Question
Question 1) For a given CPU, the cycle latency for the a set of operations are given as follows: -Addition: 4 -Subtraction: 8 -Multiplication: 64
Question 1) For a given CPU, the cycle latency for the a set of operations are given as follows:
-Addition: 4
-Subtraction: 8
-Multiplication: 64
-Division: 128
If the CPU clock of this CPU runs at 2048 MHz, find the following
a) How many operations of each of the list above can this CPU perform in 5 minutes.
b) If we have 1024M of each operation in the list, compute the required time in seconds to execute all operations.
Question 2) Assuming a capacity of a RAM chip is 1MB, its physical dimensions are 1x4 and it costs $1,000,000 to build a production facility to produce this chip. According to Moores and Rocks laws compute the new capacity and the cost to produce the new chip 32 years from today.
Question 3) What is the fundamental problem of Von Neumann model? Discus briefly three attempts to improve upon it.
Question 4) Given the following java instructions, use the block diagram of Von Neumann model to trace the machine execution cycle for the given instructions.
a) k = 11 + 99;
b) z = y / x;
c) a = b || false;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started