The style or structure of a programming language
Graphics Programming Review

Quiz
•
Computers
•
8th - 10th Grade
•
Medium
Used 7+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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 );
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 );
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
Similar Resources on Quizizz
7 questions
p5.js activity

Quiz
•
9th - 12th Grade
15 questions
CodeHS: Unit 6 - JavaScript Basics

Quiz
•
9th Grade
11 questions
Computer Programming: Graphics

Quiz
•
8th - 11th Grade
14 questions
CMU Academy 1.2

Quiz
•
9th - 12th Grade
12 questions
JavaScript viktorīna

Quiz
•
9th Grade
15 questions
JavaScript and Graphics

Quiz
•
9th - 12th Grade
12 questions
Define Variables

Quiz
•
9th - 12th Grade
10 questions
Python Variables

Quiz
•
7th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade