返回卡包市场

Floating point binary

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 8内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (8 张)

#1
正面 (问题)

what are floating point numbers

背面 (解答)

location of the decimal point moves around

#2
正面 (问题)

背面 (解答)

#3
正面 (问题)

why are floating points needed

背面 (解答)

computer memory is limited, you cannot store numbers with infinite precision

#4
正面 (问题)

what are the two parts to a floating point number

背面 (解答)

• significant - contains the numbers digits exponent - where the deciomal point is placed relative to the beginning of the number

#5
正面 (问题)

give 2 limitaions of floating point numbers and explain them

背面 (解答)

• overflow - the results of a calculation is a number that is too large to store • underflow - floating point calculation can produce a result that is so close to zero that the closest possible representation is zero

#6
正面 (问题)

what is absolute error

背面 (解答)

expected value - value you got

#7
正面 (问题)

what is relative error

背面 (解答)

absolute error / actual value

#8
正面 (问题)

背面 (解答)