Graphics Programming Review

Graphics Programming Review

8th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

9B Informatics

9B Informatics

9th Grade

10 Qs

Pygame кітапханасы

Pygame кітапханасы

9th Grade

10 Qs

CMU Academy 1.2

CMU Academy 1.2

9th - 12th Grade

14 Qs

Javascript Drawing

Javascript Drawing

8th - 12th Grade

15 Qs

Programming - Drawing Basic Shapes/Coloring

Programming - Drawing Basic Shapes/Coloring

6th - 8th Grade

15 Qs

JavaScript Graphics

JavaScript Graphics

9th - 12th Grade

10 Qs

Python Lists

Python Lists

10th Grade

14 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

Graphics Programming Review

Graphics Programming Review

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The style or structure of a programming language

variable

function

syntax

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to store information to be used in a program

variable

function

if statement

Javascript

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which picture best matches the code below?


fill( 0, 255, 0 );

rect( 10, 10, 80, 20 );

rect( 10, 50, 20, 30 );

fill( 255, 0 , 0 );

ellipse( 10, 10, 50, 50 );

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which picture best matches the code below?


fill( 255, 0 , 0 );

ellipse( 10, 10, 50, 50 );

fill( 0, 255, 0 );

rect( 10, 10, 80, 20 );

fill( 255, 0, 0 );

rect( 10, 50, 20, 30 );

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code correctly creates a variable called someNum and sets it equal to 15

var someNum = 15;

someNum = 15;

int someNum = 15;

15 = var someNum;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you check if a variable x is positive?

if ( x == 1 )

if ( x < 0 )

if ( x >= 0 )

if ( x > 0 )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is the variable mouseIsPressed associated with?

Numbers

Text

Boolean

Color

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?