Question: c++ Just final answer is enough will upvote Question 1 The domain of our decimal number system is {0,..9} and each digit has a value
c++ Just final answer is enough will upvote
Question 1
The domain of our decimal number system is {0,..9} and each digit has a value based on position
True
False
2. A binary number system has a base 2 and its domain is {1,2}
True
False
3. A tuple is
A set consisting of two elements
A finite ordered list of elements.
A set of integers from the domain {0,1}
A way of counting numbers
4.Numbers are tuples
True
False
5.Members of the binary number are also members of the set {0, 1}
True
False
6.modern computers use the IEEE 754 Standard to store floating-point numbers represented by a mantissa and an exponent
True/ False?
7. The IEEE 754 Format supports single and double precision, with fields for sign bit, exponent and mantissa. There is provision for
representing positive and negative infinity as well as NaN (Not a Number)
T/F?
8. The exponent field supports negative and positive values using sign-magnitude or 2's complement
True
False
9. The representation for zero in IEEE format is:
Exponent Field all 1's and Fraction Field all 0's
Exponent Field all 0's and Fraction Field all 1's
Exponent Field all 1's and Fraction Field all 1'
Exponent Field all 0's and Fraction Field all 0'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
