What are the bit width and bias of the exponential field of a single-precision floating-point number, respectively?
A: 8,127
B: 7,127
C: 7,128
D: 8,128
A: 8,127
B: 7,127
C: 7,128
D: 8,128
举一反三
- What is the bit width of a single-precision floating-point number? A: 16 B: 32 C: 64 D: 128
- 用8二进制补码表示带符号的定点整数,则它能表示的数的范围是( )。 A: -127~+127 B: -128~+128 C: -128~+127 D: -127~+128
- 8位整数补码的表示范围是____。 A: -127~+127 B: -128~+128 C: -127~+128 D: -128~+127
- 8位补码可表示定点整数的范围是( ) A: -127~+127 B: -128~+128 C: -128~+127 D: -127~+128
- byte数据类型可以表示的数据范围是() A: -128~127 B: -127~127 C: -127~128 D: -128~128