Difference between revisions of "CSC231 Final Exam 2015"

From dftwiki3
Jump to: navigation, search
Line 88: Line 88:
  
 
;Questions:
 
;Questions:
: what is the smallest normalized positive non-zero number we can represent with the new 16-bit format?
+
: Q1: what is the smallest normalized positive non-zero number we can represent with the new 16-bit format?
: what is the largest normalized positive non-infinite number we can represent?
+
: Q2: what is the largest normalized positive non-infinite number we can represent?
: what is the smallest denormalized positive non-zero number we can represent?
+
: Q3: what is the smallest denormalized positive non-zero number we can represent?
: what binary or hex values represent + infinity,  - infinity, and  NaN?
+
: Q4: what binary or hex values represent + infinity,  - infinity, and  NaN?
: what is the bias of the exponent?
+
: Q5: what is the bias of the exponent?
: what is 1.75 in this new format?
+
: Q6: what is 1.75 in this new format?
: what is -1.75 in this new format?
+
: Q7: what is -1.75 in this new format?
: what is the real number with this representation 0 0001111 01000000?
+
: Q8: what is the real number with this representation 0 0001111 01000000?
  
 
<br />
 
<br />

Revision as of 17:12, 12 December 2015


...