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
Comma in PRINT statement causes to be printed with …… between them.
a) unequal space
b) equal space
c) greater space
d) less space
Which statement is used to take input from user during execution?
a) INPUT statement
b) PRINT statement
c) WRITE statement
d) none of these
Which statement define the list of variables?
a) READ statement
b) DATA statement
c) INPUT statement
d) WRITE statement
Which statement contains constant values for the variables in READ statement?
a) READ statement
b) DATA statement
c) INPUT statement
d) PRINT statement
Values in READ and DATA statement should be separated by.
a) comma
b) colon
c) semicolon
d) stop