
Quiz on Qbasic
Quiz by Nancy Dias
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
25 questions
Show answers
- Q1What does the "Q" in QBasic stand for?QuickQuietQuoteQuit30s
- Q2What is the correct way of displaying something on the screen?WRITE "Hello","World";WRITE $hello.world();PRINTF ("Hello, World");PRINT "Hello, World"30s
- Q3Which of these commands do you use to finish a program?StopEndProgramEndQuit30s
- Q4When was Qbasic created?198719851980198930s
- Q5A GOTO statement _________________________Instructs the computer to go to a particular line numberCan be used to repeat some statementsAll the options are rightCan be used to skip some statements30s
- Q6Which command allows you to enter values while executing the program ?GotoInputPrintLet30s
- Q7In Screen1 mode the no of rows are _______________ and columns are ______________200,300300,200640,400100,16030s
- Q8This command locates one pixel on the screenDrawCirclePsetlocate30s
- Q9What is looping?Executing different statements onceExecuting different set of statements a number of times.Executing same set of statements once.Executing same set of statements a number of times.30s
- Q10String variables end with a ________________ sign#$!%30s
- Q11Which command is used to clear the screen ?Eraseclear screenCLSCLE30s
- Q12What does Qbasic Stand for?Quick Beginners Alt purpose Symbolic Instruction CodeQuick Beginners All-paying Symbolic Instruction CodeQuick Beginners All-purpose Symbolic Introduction CodeQuick Beginners All-purpose Symbolic Instruction Code30s
- Q13If the English language follows formats and rules on grammar, what does QBasic follow as counterpart?GrammarAll the options are rightSyntaxStrings30s
- Q14A computer program is simply _______________A set of instructions to tell a computer how to perform a particular taskNone of the aboveAn exercise of the brainPairs of computer system30s
- Q15To perform decision making in a program which statement will you use : ___________________For ....... nextNone of the optionsGotoIf.............. then.... else statement30s