UW
JavaScript
CSS
HTML
Trivia
100

Is computer science a capacity constrained major here at the UW?

Yes

100

Why are functions useful?

Makes code more concise and readable

100

What does CSS stand for?

Cascade Style Sheets

100

What do you use HTML to build?

Websites

100

Where did we grab lunch on the first day?

catered lunch!

200

Name the library that's known as the Harry Potter library?

 Suzzallo Library

200

What is the outcome of

console.log(5+"five")

5five

200

How do you write comments in CSS

/*comment here*/

200

How many heading tags are there?

6

200

What color shirt did the mentors wear on the first day?

Purple

300

What is the HUB short for?

Husky Union Building

300

If I create a button using JavaScript, what would the control formatting be?

button(id, text)

300

How do you link CSS to HTML?

<link __=“style.css” __=“stylesheet”

<link href=“style.css” rel=“stylesheet”

300

How do you write comments in HTML?

/--comment here--/

300

What is Microsoft's mission statement?

to empower every person and every organization on the planet to achieve more

400

What is the name of the large waterfountain here at the UW (the one with ducklings)

Drumheller Fountain

400

If you type the following code in the console window, what result will you get?
3 > 2 > 1 === false;

True

400

Why do we use CSS and not just HTML?

Helps structure and design your website. Makes changing the framework/design of website pages easier because css is the overarching theme

400

What does HTML stands for?

HTML stands for hypertext markup language.

400

Name the 4 labs we visited?

Ubicomp, Personal Robotics, PLSE, Sensor Systems

500

The UW's first campus was located:

Downtown Seattle

500

Which are the correct “if” statements to execute certain code if “x” is equal to 2?

 if(x == 2)

500

What color is color value #333333? 

Gray

500

All HTML documents MUST start with a __ declaration

<!DOCTYPE html>

500

List 3 ways you can use HTML and/or CSS to make your websites more accessible

accessible colors, no flashing lights, using headers, bolding words/phrases, italicizing words/phrases