Qbasic output finding test January 7, 2025January 7, 2025 by atanubisws@gmail.com WhatsApp Group Join Now Telegram Group Join Now QBASIC OUTPUT TEST 1 / 10 What will be the output of the following code in QBasic? PRINT 10 * 2 10 20 12 2 2 / 10 What will be printed by the following code? PRINT 5 + 3 * 2 16 11 10 6 3 / 10 What will be the output of this code? PRINT 10 / 2 5 2 10 20 4 / 10 What is the output of the following code? PRINT "Hello " + "World" Hello HelloWorld "Hello World" Error 5 / 10 What will be the output of the following code? x = 5 PRINT x * 3 5 3 15 Error 6 / 10 What will the output be for the following QBasic code? PRINT 9 MOD 4 4 1 5 2 7 / 10 What is the output of the following code in QBasic? PRINT 6 ^ 2 12 36 18 64 8 / 10 What will be printed by the following code? PRINT "5" + "10" 510 15 Error 5 9 / 10 What will be the output of this QBasic program? x = 10 y = 3 PRINT x / y 3 3.33 30 10 10 / 10 What will the following code print? PRINT 3 * 2 + 4 / 2 9 7 8 6 Your score isThe average score is 0% 0% Restart quiz