HCD Framework
HTML/CSS
Science/Geography
Riddles
JavaScript / Python / API
100

What does Phase 1 "Empathize" mean?

Put yourself in the user's shoes

100

_________ --> structure of a webpage

_________ --> controls the appearance

HTML 

CSS

100

Which is the most abundant element in the universe?

Hydrogen

100

What belongs to you but is used more by others?

Your name

100

What is JavaScript's role in web development?

It is a programming language for web interactivity

200

Why was it necessary to complete a Problem Statement early on in the summer?

("We are building [app name] for [target user] who faces [global challenge]. Our app will [core function] so that [measurable impact]. We define success as [user outcome]." )

To set a goal for the project that we can work towards when building the website.

200

Front End is to Back End as Client is to ___________

Server
200

What do you call molten rock before it has erupted?
After? 

Magma, Lava

200

A boy was at a carnival and went to a booth where a man said to the boy, "If I write your exact weight on this piece of paper then you have to give me $50, but if I cannot, I will pay you $50." The boy looked around and saw no scale so he agreed, thinking no matter what the man writes he'll just say he weighs more or less. In the end, the boy ended up paying the man $50. How did the man win?

The man did exactly as he said he would and wrote "your exact weight" on the paper.

200

Another way to think of how variables are stored in a computer

Labelled Boxes

300

A leader who builds only for people like themselves builds exclusion into the foundation. How does accessible design reflect the values of a just future leader?

A just leader takes into account all of the people, including those with any accessibility needs, not just the ones like him/her.

300

True or False

Accessibility ensures that a website’s layout, text, and images adjust to any screen size

FALSE 

Responsive Design ensures that a website’s layout, text, and images adjust to any screen size

300

What are the names of the five oceans of the world?

Atlantic, Pacific, Indian, Arctic, Antarctic/Southern

300

Can you name three consecutive days without using the words Monday, Wednesday, Friday, or Sunday?

Yesterday, Today, and Tomorrow.

300

An API allows computers to ____________ and ______________ information

request, share

400

Name all 5 phases in order

Empathize, Define, Ideate, Prototype, Test&Share

400

What does HTML stand for?

HyperText Markup Language

400

How do you determine the age of a tree?

Count its growth rings

400

I am not alive, but I grow; I don't have lungs, but I need air; I don't have a mouth, but water kills me. What am I?

Fire

400

What is the difference between == and ===?

== Equal loose, type conversion allowed

=== Strictly equal, no type conversion allowed

500

Name the categories of the WCAG Principles (Web Content Accessibility Guidelines)

POUR  (Perceivable...)

Perceivable

Operable 

Understandable 

Robust

500

What is the difference between UX (user experience) and UI (user interface)?

UX: analytical process of how a product works and how a user feels when interacting with it (Function)

UI: visual look; buttons, colors, layout (Form / Aesthetic)

500

Which one is colder: The North Pole or the South Pole?

The South Pole

500

What 8 letter word can have a letter taken away and it still makes a word. Take another letter away and it still makes a word. Keep on doing that until you have one letter left. What is the word?

STARTING

500

In the restaurant analogy, what is the 

customer?

waiter?

kitchen?

customer -- Front End

waiter -- API

kitchen -- Back End