Contents

String data type can store from zero to………Unicode characters.
a) 2 million                           
b) 2 billion
c) 1 billion                            
d) 1 million

b

The Char data type can store………
a) One Unicode character
b) One ASCII character
c) One bit                              
d) One Byte

a

The variable name is also termed as……
a) Vname                             
b) Alterable
c) Identifier                         
d) Uniform

c

An………statement is used to assign a value to an existing variable.
a) Arithmetic                       
b) Relational
c) Logical                             
d) Assignment

d

A………is an item of data whose values do not change while the application is running.
a) Literal constant            
b) Variable
c) Auto variable  
d) Extern variable

a

The data type of the value assigned should be same as………
a) Any constant defined in the application
b) The variable itself
c) Can be anything
d) Any extern defined in the application

b