Search Header Logo

Year 6 - Revisions

Authored by Robert B.A

Computers

6th - 8th Grade

Used 4+ times

Year 6 - Revisions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is QBASIC mainly used for?

Designing high-performance web applications.
Teaching programming and developing simple applications.
Creating complex video games.
Performing advanced data analysis.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ‘PRINT’ command do in QBASIC?

The 'PRINT' command saves data to a file.
The 'PRINT' command displays output on the screen.
The 'PRINT' command deletes the current screen content.
The 'PRINT' command compiles the QBASIC program.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to display “HELLO” on the screen?

echo 'HELLO'
print("HELLO")
display('HELLO')
write('HELLO')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct variable name in QBASIC?

my-variable
1myVariable
myVariable1
myVariable!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code mean?

INPUT “Enter your age: ”; AGE

The code means to request the user to enter their age and assigns that value to the variable AGE.
The code stores the age in a database.
The code prints the user's age without input.
The code calculates the user's age automatically.

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

What will be the output of this block of code?

PRINT 10

(a)  

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

What will be the output of this block of code?

PRINT 2 + 3

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?