Qbasic Test March 12, 2025 by atanubisws@gmail.com Qbasic test 1 / 10 What will be the value of X after executing this code? X = 5 MOD 2 PRINT X 1 2 0 5 2 / 10 Which of the following is a looping statement in QBASIC? IF...THEN FOR...NEXT PRINT CLS 3 / 10 What will the following code do? PRINT "Hello"; "World" Hello World Hello; World Hello World Error 4 / 10 Which command is used to clear the screen in QBASIC? CLS CLEAR RESET ERASE 5 / 10 What will be the output of the following QBASIC code? PRINT 5 + 3 * 2 16 11 10 13 6 / 10 Which symbol is used for comments in QBASIC? # ! ' // 7 / 10 What is the purpose of the INPUT statement in QBASIC? To display output To take user input To clear the screen To exit the program 8 / 10 Which command is used to display output in QBASIC? PRINT DISPLAY SHOW OUTPUT 9 / 10 Which extension is used for saving a QBASIC file? .exe .bas .qbs .txt 10 / 10 What does QBASIC stand for? Quick Beginner's All-purpose Symbolic Instruction Code Quick Binary Application System Code Query-Based Application System Code None of the above Your score isThe average score is 58% 0% Restart quiz