JavaScript MCQ : JS Variables (Multiple Choice Questions)


Question 1
var num=20;
Above Statement is called as __________ Statement. Select all the appropriate options.
A
Instatiation
B
Declaration
C
Initialization
D
Globalization
Question 2
Variable name contain following type of characters -
  1. Alphabet
  2. Digits
  3. Underscore
  4. Special Chracters
Select the correct option.
A
3 4 2
B
4 3 1
C
1 2 3
D
1 2 3 4
Question 3
Spaces,Punctuation marks are called as __________ Symbols in JavaScript.
A
Special
B
None of these
C
Mandetory
D
Punctual
Question 4
Which JavaScript variable cannot be used as First character but can be use after first character ?
A
Underscore
B
Digit
C
Asterisk
D
Dollar Sign
Question 5
Java Script Variable should be Case ___________.
A
Sensitive
B
Non Sensitive
There are 5 questions to complete.