Grade 7 QB64 Programming Quiz

Grade 7 QB64 Programming Quiz

6th Grade

12 Qs

quiz-placeholder

Similar activities

Coding

Coding

3rd - 6th Grade

10 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

(Intermediate) Week 5: More about Conditionals

(Intermediate) Week 5: More about Conditionals

KG - University

9 Qs

Code.org Express Course Quiz 2

Code.org Express Course Quiz 2

6th - 8th Grade

15 Qs

Coding Fundamentals SC

Coding Fundamentals SC

4th - 6th Grade

15 Qs

Code Express Vocab

Code Express Vocab

6th - 8th Grade

10 Qs

Programming with Karel the Dog 2

Programming with Karel the Dog 2

6th - 9th Grade

13 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Grade 7 QB64 Programming Quiz

Grade 7 QB64 Programming Quiz

Assessment

Quiz

Computers

6th Grade

Hard

Created by

ADE Hola

Used 12+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in QB64 programming?

A type of insect

A musical instrument

A type of food

A storage location identified by a memory address and a symbolic name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store whole numbers in QB64 programming?

Float

String

Integer

Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to take input from the user in QB64 programming?

INPUT

PRINT

READ

OUTPUT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to display output to the user in QB64 programming?

SHOW

PRINT

OUTPUT

DISPLAY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for an if-else statement in QB64 programming?

IF...ELSE...END IF condition

IF condition THEN...ELSE...END

IF condition ELSE...THEN...END IF

IF condition THEN...ELSE...END IF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is used when the number of iterations is known in advance in QB64 programming?

REPEAT...UNTIL loop

DO...LOOP

FOR...NEXT loop

WHILE loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to exit a loop prematurely in QB64 programming?

END LOOP

STOP

EXIT DO or EXIT FOR

BREAK

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?