Email
Tech Trivia
Parameters
Variables
Totally Random
100

What do you select to reply to everyone on an email chain?

reply all


100

What app has a green mascot

duolingo

100

which value is the y-position?

rect(100, 200, 300, 150)

200

100

What will the width and height of the rectangle be?

var dog= 30;

rect(100, 100, 400, dog)

400 x 30

100

Which animated movie features a talking snowman named Olaf?
A) Toy Story
B) Frozen
C) Shrek
D) Moana

B

200

The body of your email should start with a proper ______

greeting

200

What programming language is named after a type of Indonesian coffee?

java

200

which value is the x-position?

rect(100, 200, 300, 150)

100

200

What are the coordinates of the rectangle?

var cat = 30;

var dog = 60;

rect(dog, cat, 200, 200)

(60, 30)

200

Which video game popularized the phrase “Victory Royale”?
A) Minecraft
B) Among Us
C) Fortnite
D) Roblox

C

300

What in your email that tells the receiver what the email will be about

subject line

300

What is the official name for the “prove you’re not a robot” tests that websites sometimes require? 

CAPTCHA

300

What parameter has the value of 3?

rect(1, 2, 3, 4)

width

300

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)

300

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

400

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

400

One gigabyte is equal to how many megabytes?

1000

400

What parameter has the value of 1?

rect(1, 2, 3, 4)

x-position

400

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)

400

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

500

Name the part of an email where someone might include their full name, job title, company, phone number etc.

signature

500

What programming language name was inspired by a British tv show? (it's an oldie but a goodie)

python 

500

Which shape will appear directly in the middle of the screen?

1. rect(200, 200, 300, 400)

2. ellipse(200, 200, 400, 300)

2

500

What will the width and height of the rectangle be?

var cat = 30;

cat = 60;

rect(100, 100, cat, cat)

60 x 60

500

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