Qbasic output finding test

QBASIC MCQ
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

2 / 10

What will be printed by the following code?

PRINT 5 + 3 * 2

3 / 10

What will be the output of this code?

PRINT 10 / 2

4 / 10

What is the output of the following code?

PRINT "Hello " + "World"

5 / 10

What will be the output of the following code?

x = 5
PRINT x * 3

6 / 10

What will the output be for the following QBasic code?

PRINT 9 MOD 4

7 / 10

What is the output of the following code in QBasic?

PRINT 6 ^ 2

8 / 10

What will be printed by the following code?

PRINT "5" + "10"

9 / 10

What will be the output of this QBasic program?

x = 10
y = 3
PRINT x / y

10 / 10

What will the following code print?

PRINT 3 * 2 + 4 / 2

Your score is

The average score is 0%

0%

Leave a Comment