InterviewSolution
Saved Bookmarks
| 1. |
Hexadecimal numbers can be used in scientific notation.(a) True(b) FalseI have been asked this question in my homework.Question is from Perl DBI Overview in portion MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» RIGHT choice is (B) False To explain I WOULD say: The scientific notation for real numbers is possible in MYSQL. Approximate VALUES are represented as floating point numbers in scientific notation. It consists of a mantissa and exponent. |
|