QB64 Quiz

QB64 Quiz

8th Grade

9 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Python

Python

8th Grade

13 Qs

QB64 Quiz

QB64 Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

ICT Facilitator

Used 7+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are some of the features of QB64?

QB64 is a video game console

Old version of the BASIC programming language with limited features

QB64 is only compatible with Windows operating system

Modern version of the BASIC programming language with additional features

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does QB64 support modern operating systems?

By being compatible with outdated operating systems

By not supporting any operating system

By providing compatibility with Windows, macOS, and Linux

By only supporting Windows

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring a variable in QB64?

DEFINE variableName [AS dataType]

SET variableName = value

DECLARE variableName [AS dataType]

DIM variableName [AS dataType]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you use the PRINT command in QB64?

By using the syntax PRINT followed by the command you want to execute.

By using the syntax PRINT followed by the text or variable you want to display.

By using the syntax PRINT followed by the number you want to display.

By using the syntax PRINT followed by the function you want to call.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the INPUT command in QB64?

To end the program

To prompt the user to enter a value or string.

To perform a calculation

To display a message on the screen

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a simple graphic in QB64?

Write a complex code to generate a simple graphic

Use the built-in graphics commands such as SCREEN, LINE, CIRCLE, and PSET.

Use the PRINT command to create a graphic

QB64 does not support creating graphics

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to draw a line in QB64?

CREATE

SKETCH

LINE

DRAW

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you play a sound in QB64?

By using the CRY statement

By using the EAT statement

By using the SLEEP statement

By using the PLAY statement

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SOUND command in QB64?

To display a message on the screen

To play a sound through the computer's speaker.

To open a file

To create a new variable