What do you select to reply to everyone on an email chain?
reply all
What app has a green mascot
duolingo
which value is the y-position?
rect(100, 200, 300, 150)
200
What will the width and height of the rectangle be?
var dog= 30;
rect(100, 100, 400, dog)
400 x 30
Which animated movie features a talking snowman named Olaf?
A) Toy Story
B) Frozen
C) Shrek
D) Moana
B
The body of your email should start with a proper ______
greeting
What programming language is named after a type of Indonesian coffee?
java
which value is the x-position?
rect(100, 200, 300, 150)
100
What are the coordinates of the rectangle?
var cat = 30;
var dog = 60;
rect(dog, cat, 200, 200)
(60, 30)
Which video game popularized the phrase “Victory Royale”?
A) Minecraft
B) Among Us
C) Fortnite
D) Roblox
C
What in your email that tells the receiver what the email will be about
subject line
What is the official name for the “prove you’re not a robot” tests that websites sometimes require?
CAPTCHA
What parameter has the value of 3?
rect(1, 2, 3, 4)
width
Which rectangle will be wider?
1. var cat = 30;
2. var dog = 60;
3. rect(100, 100, cat, dog)
4. rect(200, 200, dog, cat)
line 4 (2nd one)
Which video game character is most likely to cause brainrot?
A. Talking Ben
B. The Minecraft Villager (“hrm?”)
C. That Roblox bacon hair guy
D. Angry Birds Red but only when he screams
B
What is missing below? (not a subject line)
Hi Ms. Smith
I have a question about my exam, can I meet with you after school?
Best,
Stacey
comma after greeting
One gigabyte is equal to how many megabytes?
1000
What parameter has the value of 1?
rect(1, 2, 3, 4)
x-position
Which rectangle will be taller?
1. var cat = 90;
2. var dog = 30;
3. rect(250, 100, cat, dog)
4. rect(200, 300, dog, cat)
line 4 (2nd one)
What arena do you unlock Electro Wizard from in the Trophy Road progression (current system)?
A) Arena 10
B) Arena 11
C) Arena 12
D) Arena 13
B
Name the part of an email where someone might include their full name, job title, company, phone number etc.
signature
What programming language name was inspired by a British tv show? (it's an oldie but a goodie)
python
Which shape will appear directly in the middle of the screen?
1. rect(200, 200, 300, 400)
2. ellipse(200, 200, 400, 300)
2
What will the width and height of the rectangle be?
var cat = 30;
cat = 60;
rect(100, 100, cat, cat)
60 x 60
Which fast-food chain was the first to introduce a drive-thru window in 1948?
A) McDonald’s
B) Wendy’s
C) In-N-Out Burger
D) Jack in the Box
D