1. | Numbers prefixed with ‘0x’ are in base __________ |
Answer: (b).16
|
2. | Hexadecimal numbers cannot be used in scientific notation. |
Answer: (a).True
|
3. | The mantissa in -1.58E5 is __________ |
Answer: (a).-1.58
|
4. | The BIGINT precision is of bit _________ |
Answer: (b).64
|
5. | The DECIMAL used for expressions containing only exact values with fractional part is of digit precision _________ |
Answer: (c).65
|
6. | If a string is to be converted to a number, it is converted into a _____________ |
Answer: (a).double precision floating point
|
7. | The bit-field values are prefixed with __________ |
Answer: (a).0b
|
8. | A BIT value in a result set is displayed as a binary string. |
Answer: (a).True
|
9. | ‘2341’ is a ____________ |
Answer: (d).string
|
10. | If ANSI_QUOTES is enabled, MySQL treats the double quotes as ________________ |
Answer: (a).identifier-quoting character
|