Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Points this page: 9 . [ 3 pts ] ( checkmark a , b or c - only one choice ) : FixedPointReals: Does this
Points this page:
ptscheckmark a b or c only one choice:
FixedPointReals: Does this work, in the C language, for the Q format: Q x ;
a Nope, the fractional part would be truncated to zero, the whole part would be copied into the fractional part of the Q number.
b Nope, number is too big.
c Yes of course.
ptscheckmark a b or c only one choice:
FixedPointReals: What is the underlying C language data type of the QQ format?
a signed integer bit
b signed integer bit
c signed integer bit
ptscheckmark a b or c only one choice:
FixedPointReals: When subtracting two different format numbers, what do you need to do first? ie first number is and second number is Q
a Multiply the second number by then subtract.
b Multiply the first number by then subtract.
c Nothing to do
ptscheckmark a b or c only one choice:
FixedPointReals: When multiplying two different formats together, what is the resulting format? ie first number is Q and second number is Q
a Q
b Q
c Q
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