What is a computers favorite snack?
Chips
What year was Girls Who Code founded?
2012
Who is considered the first female programmer?
Ada Lovelace
What does HTML stand for?
Hypertext Markup Language
What is Machine Learning?
A field within Artificial Intelligence that uses data and algorithms to learn and adapt without explicit instructions.
I scurry around your desk but I am no pest, what am I?
A mouse.
What city was Girls Who Code founded in?
New York City
What material was the first mouse made of?
Wood
What HTML element makes the largest heading?
<h1>
How do machine learning models learn?
They learn by identifying patterns from data sets.
I have keys but do not lock. I have a space but have no room. You can enter but not come in. What am I?
A Keyboard.
What are the 3 values that define the Girls Who Code organization?
Bravery, Sisterhood, Activism
Which company made the first handheld mobile phone?
Motorola
What does this tag do?
<br>
Break tag - forces a line break in your HTML code
What is the difference between training data and test data?
Training data is used to train the machine learning model while test data is used to evaluate the performance of the machine learning model.
What can teach but cannot speak, can see but has no eyes, can learn but is not curious.
Artificial Intelligence
Girls Who Code's mission is to close the gender gap in tech. In 2022, what percentage of computer scientists were female?
22%
What did Nintendo make before they made video games?
Playing cards
What does this do?
<a href="https://www.google.com>Google</a>
Adds a hyperlink to google with Google as the link text.
What year was Chat GPT released for public use?
2022
I am an eight letter word. In scrabble I am worth two words. Within my name I hold a weapon. I am your friend when memory serves and your worst enemy otherwise. What am I?
A Password
Who is the founder of Girls Who Code?
Reshma Saujani
What does the i stand for in iPhone?
Internet
How do I embed the following image in html with the alternate text 'She is the best'?
taylor_swift.jpg
<img src="taylor_swift.jpg" alt="She is the best">
Who formed the basis for Artificial Intelligence with their work in decoding German Enigma machines during the second world war?
Alan Turing