1.

JavaScript numbers are stored as ______________(a) integers(b) double precision floating point(c) double(d) floating pointI got this question during an online exam.My question is based upon Essential JavaScript and jQuery topic in portion HTML Tables, Javascript & Jquery Basics of HTML

Answer»

The CORRECT choice is (b) DOUBLE precision floating POINT

The best I can explain: The numbers according to international IEEE 754 standard are stored as a double precision floating point. It stores the numbers in 64-bit format, stored in bits from 0 to 51, exponent in bits is from 52 to 62 and signs in a bit is 63.



Discussion

No Comment Found

Related InterviewSolutions