Homework P&H Ch. 3
Answer the following questions about Patterson and Hennessy, Chapter 3.
You only need to turn in those that have a point count assigned.
-
(1 point)
How do you implement a read port for the MIPS Registers component?
-
(1 point)
What is the high-level algorithm for adding floating point numbers?
-
What is the high-level algorithm for multiplying floating point
numbers?
-
(1 point)
What part of of the IEEE 754 floating point format determines range?
What part determines precision?
-
What are the range and precision of a IEEE 754 single precision
number?
-
(1 point)
What are the range and precision of a IEEE 754 double precision
number?
-
(1 point)
What is the basic idea for implementing pipelining?
-
What is a control hazard?