Unit 2: Properties

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Michael Weingarden
Used 74+ times
FREE Resource
32 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The property being changed in this code is...
centerX
left
right
centerY
fill
Answer explanation
Look at line 12. Notice that the fill property of the variable sky is being changed.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which variable has it's centerX property set to 300?
ball
ground
I'm not really sure
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you wanted to change the text in the variable called message:
label.text('Bye')
label.text = 'Bye'
message.value('Bye')
message.value = 'Bye'
I'm really not sure
Answer explanation
The name of the variable is message. The name of the property is value. To change a property, you must do this message.value = 'Hello'.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to move one end of the variable ground up:
ground.y1 = 200
ground.x1 = 200
ground.y1 = 350
ground.x1 = 350
I'm really not sure
Answer explanation
To move one end of a line up, you have to change either the y1 property or the y2 property- not the x1 or x2. Changing the y1 from 300 to 200 will move it up. Changing it to 350 will move it down.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to move one end of the variable ground up:
ground.y1-1
ground.x1-1
ground.y1-=1
ground.x1-=1
I'm really not sure
Answer explanation
To move one end of a line up, you have to change either the y1 property or the y2 property. If you want to change the value of ground.y1 you must use +=. += means ground.y1=ground.y1+1 which means that the new value of ground.y1 equals the old value plus 1.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to change the color of the background:
background.fill = 'red'
background.fill('red')
background.color = 'red'
background.color('red')
I'm really not sure
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to make the box more transparent, you must change the opacity property like this:
box.opacity+=50
box.opacity-=50
box.opacity+50
box.opacity - 50
I'm really not sure
Answer explanation
If you decrease the opacity, you increase the transparency. If you just use minus, then you don't change the opacity. You have to use -= to change the value of the opacity property for the box.
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
practise test 5

Quiz
•
9th Grade
27 questions
Using Computer Technology Checklist No.1

Quiz
•
5th - 9th Grade
30 questions
AQA GCSE computer science

Quiz
•
11th Grade
30 questions
Fundamentals of Programming

Quiz
•
11th Grade
35 questions
class 10 output

Quiz
•
10th Grade
33 questions
Guess the Logos!

Quiz
•
6th - 9th Grade
33 questions
Computer Science Quiz

Quiz
•
10th Grade
29 questions
Konsola Windows

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade