API
Python
Riddles
Random
Science/Geography
100

What does an API do?

  • An API lets one computer ask another computer for information

    • A way for computers to request and share information

100

Is "28" the same as 28?

No

"28" --> String data type

28 --> Integer data type

100

What question can you never answer yes to?

Are you sleeping?

100

What is the world’s largest retailer as of 2026?

Walmart / Amazon

100

What is the capital of New Jersey?

Trenton

200

Give one function of an API

(APIs let developers...)

  • Reuse existing services instead of building everything from scratch

  • Connect different applications together

  • Access data from other companies (such as maps, payments, weather, or AI)

200

How will the computer interpret apples vs. "apples"?

apples --> variable 

"apples" --> String (text)

200

A man who was outside in the rain without an umbrella or hat didn’t get a single hair on his head wet. How?

He was bald

200

What is the most common surname in the United States?

Smith

200

Which planet has the most moons?

Saturn

300

What is fetch() used for?

  • A JavaScript command that requests data from an API

  • "Go ask another computer for data"

300

Explain the restaurant analogy of front end, back end, and API.

  • Front End: the restaurant seating room (what customers see)

  • Back End:  the kitchen (where the work happens)

  • API: Waiter


Customer → Waiter → Kitchen → Waiter → Customer

300

The more of this there is, the less you see. What is it?

Darkness

300

How many dots appear on a pair of dice?

42

300

Which is the only continent with land in all four hemispheres?

Africa

400

What does API stand for?

Application Programming Interface

400

Explain what each of the 4 data types is.

Integer - whole numbers 

Floating point - decimal number 

String - text (" ")

Boolean - true or false

400

What can you hold in your left hand but not in your right?

Your right elbow

400

What is the only U.S. state that can be typed on a standard “QWERTY” keyboard using only one row?

 Alaska

400

How many elements are in the periodic table?

118

500

Fill in the blanks.

Good __________ depends on good ____________.

Good technology depends on good data

500

Write a function called morning that prints "Good Morning!"

def morning():

    print("Good Morning!")

500

What word is pronounced the same if you take away four of its five letters?

Queue

500

What is the only food that can never go bad?

Honey

500

What are the five Great Lakes? 

Huron, Ontario, Michigan, Erie, Superior

(HOMES) 

M
e
n
u