Contents

Semicolon in PRINT statement causes them to be printed to each other without any space.
a) right next                                        

b) left next
c) top next                                            

d) bottom next

a

Comma in PRINT statement causes to be printed with …… between them.
a) unequal space                

b) equal space
c) greater space                   

d) less space

b

Which statement is used to take input from user during execution?
a) INPUT statement                          

b) PRINT statement
c) WRITE statement                          

d) none of these

a

Which statement define the list of variables?
a) READ statement                           

b) DATA statement
c) INPUT statement                           

d) WRITE statement

a

Which statement contains constant values for the variables in READ statement?
a) READ statement            

b) DATA statement
c) INPUT statement           

d) PRINT statement

b

Values in READ and DATA statement should be separated by.
a) comma                                            

b) colon
c) semicolon                                        

d) stop

a