Year 6 - Revisions

Year 6 - Revisions

6th - 8th Grade

35 Qs

quiz-placeholder

Similar activities

Edublocks and Python

Edublocks and Python

6th Grade

35 Qs

Python Easy

Python Easy

6th - 12th Grade

30 Qs

Year 8 Term 3 Final exam

Year 8 Term 3 Final exam

8th Grade

30 Qs

Year9_Exam  Preparation Quiz1

Year9_Exam Preparation Quiz1

4th - 8th Grade

38 Qs

PYTHON

PYTHON

7th Grade

39 Qs

Python for grade 5

Python for grade 5

1st - 11th Grade

30 Qs

python

python

7th Grade

30 Qs

Python

Python

5th - 9th Grade

32 Qs

Year 6 - Revisions

Year 6 - Revisions

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Robert B.A

Used 4+ times

FREE Resource

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 BLANK QUESTION

1 min • 1 pt

What will be the output of this block of code?

PRINT 10

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will be the output of this block of code?

PRINT 2 + 3

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

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

Already have an account?