Unit 9 Flashcard 1

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

22 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What function do you need to call to get the height of the canvas?
Back
getHeight();
2.
FLASHCARD QUESTION
Front
The anchor point of a ______ is located at its center.
Back
circle
3.
FLASHCARD QUESTION
Front
Which 2 objects share the same anchor point? Options: Circle and Rectangle, Rectangle and Web Image, Web Image and Text, Circle and Text, Rectangle and Text
Back
Rectangle and Web Image
4.
FLASHCARD QUESTION
Front
Consider the following code of a circle:
1 let circ = new Circle(50);
circ.setPosition(200, 200);
circ.setColor("blue");
add(circ);
If we wanted to move the circle 50 pixels lower, what change would we need to make?
Back
Add 50 to the second number on line 2:
1 let circ = new Circle(50);
circ.setPosition(200, 250);
circ.setColor("blue");
add(circ);
5.
FLASHCARD QUESTION
Front
If we wanted to place a rectangle with its anchor point located on the dot on the canvas, what line of code would we use? Options: rect.setPosition(300, 200); rect.setPosition(200, 300); rect.setPosition(200, -300); rect.setPosition(-300, 200);
Back
rect.setPosition(200, 300);
6.
FLASHCARD QUESTION
Front
Where is the origin of the canvas located?
Back
top left
7.
FLASHCARD QUESTION
Front
The y-coordinate decreases as you move in which direction?
Back
Down
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
REVIEW qtr 2 week 9 24/25 (GA)

Flashcard
•
9th - 12th Grade
16 questions
Trig Identities Practice

Flashcard
•
11th - 12th Grade
16 questions
Exact Trig Values

Flashcard
•
9th - 12th Grade
15 questions
Congruent Figures

Flashcard
•
8th - 10th Grade
16 questions
Sum and Difference Formulas Trigonometry

Flashcard
•
9th - 11th Grade
15 questions
The imperative in french

Flashcard
•
9th - 12th Grade
15 questions
Geo Warm Up Thursday 3/13

Flashcard
•
9th - 12th Grade
21 questions
2024 FunComSci Mid-Term

Flashcard
•
9th - 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