WorksheetsQB64 : Grade 6
Total questions: 10
Worksheet time: 2mins
Which command is used in QB64 to clear the content of the screen?
LET
INPUT
CLS
Which command is used in QB64 to Display a value, message or output on the monitor?
LET
INPUT
CLS
Which command is used in QB64 to Display a blank line?
LET
INPUT
CLS
Which statement is used to take input from the user during the program execution?
LET
INPUT
CLS
Which statement is used to add comments?
LET
INPUT
REM
Which statement is used to assigning a value to a variable within a program?
LET
INPUT
REM
Select a valid string variable.
HT%$
Nm$
Rl 24$
4Name$
How many types of programming statements are there?
Four
Two
Three
Seven
How many types of variables are there?
Four
Two
Three
Seven
Which variable requires a dollar sign at the end ?
Numeric Variable
String Variable
