
4/12 quiziz
Quiz
•
Computers
•
9th Grade
•
Hard
D W
Used 4+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen when this code is run?
The balloon will move down if the down arrow is pressed, otherwise it will move up.
The balloon will move up if the up arrow is pressed, otherwise it will move down.
The balloon will move down if the mouse is down, otherwise it will move up.
The balloon will move up if the mouse is down, otherwise it will move down.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Study the code. What will happen to the sprite?
The sprite will increase in size until it disappears and then decrease in size.
The sprite will decrease in size until it disappears and then increase in size.
The sprite will increase in size and then disappear.
The sprite will decrease and then disappear.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When is using the else clause useful?
When you want the program to do one thing when your condition is true, and a different thing when your condition is false.
When you want the program to do two things at once.
When you can't figure out what else to do.
There is no need to ever use the else clause in programming.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the relationship between a Boolean and a Conditional?
A Boolean and a Conditional are the same thing.
A conditional asks a Boolean question and runs the code if the answer is true.
A Boolean asks a conditional question and runs the code if the answer is false.
A Boolean and conditional have no relationship to each other.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Adding to a sprite's x coordinate in a draw loop will make the sprite ____________.
move left
move right
move up
move down
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
// Create elephant sprite
var elephant = createSprite(200, 350);
elephant.setAnimation("elephant");
elephant.scale = 0.5;
elephant.velocityY = randomNumber(-3,-1);
// Create hippo sprite
var hippo = createSprite(200,50);
hippo.setAnimation("hippo");
hippo.scale = 0.5;
hippo.velocityY = randomNumber(1,3);
function draw(){
// Draw background
background("white");
// Update Sprites
hippo.displace(elephant);
drawSprites();
}
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
drawRed();
function drawRed(){
fill("red");
rect(100,100,50,50);
}
function drawGreen(){
fill("green");
rect(300,300,50,50);
}
drawGreen();
Similar Resources on Wayground
10 questions
S2 Business: Marketing
Quiz
•
7th - 9th Grade
10 questions
Keyboarding Terms
Quiz
•
9th - 12th Grade
10 questions
Word basics
Quiz
•
8th - 12th Grade
10 questions
Online Databases vs. Search Engines
Quiz
•
6th - 10th Grade
10 questions
Microsoft Publisher
Quiz
•
7th - 10th Grade
10 questions
Logic Gates
Quiz
•
9th - 12th Grade
10 questions
ICT 9 Pre-Test
Quiz
•
9th Grade
10 questions
AI and Python: Ch.1 Revision
Quiz
•
9th Grade
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Computers
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
20 questions
Halloween movies trivia
Quiz
•
7th - 12th Grade
15 questions
Halloween Characters
Quiz
•
7th - 12th Grade
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
10 questions
Halloween Trivia Challenge
Interactive video
•
6th - 10th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
14 questions
Halloween Fun
Quiz
•
2nd - 12th Grade
15 questions
Halloween Trivia
Quiz
•
9th Grade
