Contents

JavaScript determines a variable’s “type” when……….
a) declaration is made
b) program starts
c) value is assign to it
d) all of these

c

Which of the following are fixed values in JavaScript?
a) operators                         
b) functions
c) expressions                      
d) literals

d

Which of the following is not type of literal value in JavaScript?
a) Integers                            
b) floating points
c) Strings                               
d) Variables

d

The process of giving a variable its starting value is called……..
a) declaring                          
b) initializing
c) naming                             
d) none of these

b

An expression consists of…….        
a) operators                         
b) operands
c) both a & b                       
d) none of these

c

An expression can be a……..
a) constant                           
b) variable
c) both a & b                       
d) all of these

d