Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Points this page: 9 . [ 3 pts ] ( checkmark a , b or c - only one choice ) : FixedPointReals: Does this

Points this page:
9.[3 pts](checkmark a, b or c - only one choice):
FixedPointReals: Does this work, in the C language, for the Q16.16 format: "Q16 x =3.7; "?
a. Nope, the fractional part would be truncated to zero, the whole part would be copied into the fractional part of the Q16.16 number.
b. Nope, number is too big.
c. Yes of course.
10.[3 pts](checkmark a, b or c - only one choice):
FixedPointReals: What is the underlying C language data type of the Q16.Q16 format?
a. signed integer 16 bit
b. signed integer 32 bit
c. signed integer 64 bit
11.[3 pts](checkmark a, b or c - only one choice):
FixedPointReals: When subtracting two different Q format numbers, what do you need to do first? i.e. first number is Q3 and second number is Q5
a. Multiply the second number by 22, then subtract.
b. Multiply the first number by 22, then subtract.
c. Nothing to do!
12.[3 pts](checkmark a, b or c - only one choice):
FixedPointReals: When multiplying two different Q formats together, what is the resulting Q format? i.e. first number is Q4 and second number is Q3
a. Q4
b. Q6
c. Q7
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions

Question

L A -r- P[N]

Answered: 1 week ago

Question

=+5. What is your impression of the Carbon Principles?

Answered: 1 week ago