Assignment 4 - IEEE Floating Point Standard

The IEEE Standard 754 is used to represent real numbers on the majority of contemporary computer systems. It utilizes a 32-bit pattern to represent single-precision numbers and a 64-bit pattern to represent double-precision numbers. In this assignment you will practice the single-precision floating-point representation.

To Do

  1. Complete exercises 10, 11 and 12 from page 70 (end of chapter 3) of the Tarnoff textbook. Show your work clearly.

Due

Worth