Is computer science a capacity constrained major here at the UW?
Yes
Why are functions useful?
Makes code more concise and readable
What does CSS stand for?
Cascade Style Sheets
What do you use HTML to build?
Websites
Where did we grab lunch on the first day?
catered lunch!
Name the library that's known as the Harry Potter library?
Suzzallo Library
What is the outcome of
console.log(5+"five")
5five
How do you write comments in CSS
/*comment here*/
How many heading tags are there?
6
What color shirt did the mentors wear on the first day?
Purple
What is the HUB short for?
Husky Union Building
If I create a button using JavaScript, what would the control formatting be?
button(id, text)
How do you link CSS to HTML?
<link __=“style.css” __=“stylesheet”
<link href=“style.css” rel=“stylesheet”
How do you write comments in HTML?
/--comment here--/
What is Microsoft's mission statement?
to empower every person and every organization on the planet to achieve more
What is the name of the large waterfountain here at the UW (the one with ducklings)
Drumheller Fountain
If you type the following code in the console window, what result will you get?
3 > 2 > 1 === false;
True
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
What does HTML stands for?
HTML stands for hypertext markup language.
Name the 4 labs we visited?
Ubicomp, Personal Robotics, PLSE, Sensor Systems
The UW's first campus was located:
Downtown Seattle
Which are the correct “if” statements to execute certain code if “x” is equal to 2?
if(x == 2)
What color is color value #333333?
Gray
All HTML documents MUST start with a __ declaration
<!DOCTYPE html>
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