
Mad Lib 1

Quiz
•
Computers
•
3rd - 12th Grade
•
Easy
Brenda McLachlin
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
What should you add to your code to make it constantly refresh?
draw function
for loop
mousePressed
mouseX or mouseY
2.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
Select the line of code that will make a black background:
fill(255)
fill(0, 0, 0)
background(0)
background(255, 255, 255)
stroke(100)
3.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
Select the line of code that will colour shapes white:
fill(255)
fill(0, 0, 0)
background(0)
background(255, 255, 255)
stroke(100)
4.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
Which line of code will make a tall rectangle with rounded corners?
rect(125, 30, 150, 350, 80);
rect(125, 30, 350, 150, 80);
rect(30, 125, 150, 350);
rect(30, 125, 350, 150);
5.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
Put these three lines of code in order so the circle will be black and everything after it will be white:
A. ellipse(200, 200, 50, 50) B. fill(0); C. fill(255);
A, B, C
C, A, B
B, A, C
C, B, A
6.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
Which coordinates can I put ellipses at to make a good set of eyes?
(170, 100), (230, 100)
(200, 320), (200, 80)
(150, 30), (152, 32)
(100, 100), (200, 200)
7.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
I want my for loop to start at 0 and repeat 4 times. Which for loop will do that?
for (var i = 0; i <= 4; i++) {
for (var i = 0; i < 4; i+=4) {
for (var i = 0; i > 4; i++) {
for (var i = 0; i < 4; i++) {
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Ulangan VLSM

Quiz
•
9th - 12th Grade
20 questions
TKJ KELAS 12 RANDOM

Quiz
•
12th Grade
17 questions
CS1 Review Unit 6

Quiz
•
9th - 12th Grade
11 questions
Khan Academy

Quiz
•
5th Grade
20 questions
Digital Graphics and Pictures

Quiz
•
7th - 8th Grade
18 questions
OSI Model, Networks, IP

Quiz
•
12th Grade
10 questions
Module 11- IP Addressing

Quiz
•
9th - 12th Grade
12 questions
Rozsyłanie grupowe informacji

Quiz
•
1st - 3rd Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade
Discover more resources for Computers
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade