Skip to main content

Posts

Showing posts from April, 2018

JAVASCRIPT – MULTIPLE CHOICE QUESTIONS

GOVERNMENT INDUSTRIAL TRAINING INSTITUTE - DHARMAPURI JAVASCRIPT – MULTIPLE CHOICE QUESTIONS 1. JavaScript Code can be called by using A) RMI B) Triggering Event C) Preprocessor D) Function/Method 2. The type of a variable that is volatile is A) Volatile variable B) Mutable variable C) Immutable variable      D) Dynamic variable 3. 3. A hexadecimal literal begins with A) 00 B) 0x C) 0X D) Both 0x and 0X 4. The generalised syntax for a real number representation is a) [digits][.digits][(E|e)[(+|-)]digits]. b) [digits][+digits][(E|e)[(+|-)]digits]. c) [digits][(E|e)[(+|-)]digits]. d) [.digits][digits][(E|e)[(+|-)]digits]. 5. When there is an indefinite or an infinity value during an arithmetic value computation, javascript a) Prints an exception error b) Prints an overflow error c) Displays “Infinity” d) Prints the value as such 6. When there is an indefinite or an infinity value during an arithmetic value computation, javascript