QB64 Sound and Graphics Quiz

QB64 Sound and Graphics Quiz

7th Grade

36 Qs

quiz-placeholder

Similar activities

Basic java script questions

Basic java script questions

6th - 8th Grade

36 Qs

Stuchell Photoshop ACA - Preparing and Publishing Images

Stuchell Photoshop ACA - Preparing and Publishing Images

6th - 10th Grade

32 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Introduction To Visual Foxpro

Introduction To Visual Foxpro

7th Grade - University

37 Qs

Python L2 Concepts

Python L2 Concepts

3rd - 12th Grade

40 Qs

Animation

Animation

5th Grade - Professional Development

31 Qs

Python-Unit-Test

Python-Unit-Test

7th Grade

40 Qs

Msw Logo Review

Msw Logo Review

6th - 8th Grade

39 Qs

QB64 Sound and Graphics Quiz

QB64 Sound and Graphics Quiz

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Varuni Tamilmarai537

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SCREEN command in QB64 do?

Deletes the current screen mode.

Sets the program's display mode.

Creates a new window.

Changes the text color.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set the drawing color to red in QB64 graphics mode?

COLOR RED

DRAW "RED"

COLOR 4

SETCOLOR RED

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to draw a line on the screen in QB64?

DRAWLINE

LINE

PLOT

SKETCH

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To draw a circle in QB64, what parameters do you need to provide with the CIRCLE command?

Radius only.

Diameter only.

Center coordinates and radius.

Center coordinates and diameter.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the COLOR command in QB64?

To create a new graphic.

To fill a shape with a pattern.

To change color settings.

To save the current screen as an image.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you play a sound at a certain frequency for a specific duration in QB64?

SOUND, frequency, duration

PLAY "Tone"

BEEP

NOISE, frequency, duration

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which QB64 command can be used to clear the screen in graphics mode?

WIPE

CLEARSCREEN

CLS

ERASE

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?