What does SWiC stand for?
Society for Women in Computing
Olivia Rodrigo
What symbol is used in Python to assign a value to a variable?
=
I have keys but no locks. I have space but no room. You can enter, but you can’t go outside. What am I?
A keyboard
What does HTML stand for?
HyperText Markup Language
This woman is considered the first computer programmer.
Ada Lovelace
In Black Panther, who is Wakanda’s tech genius princess?
Shuri
What is the output of:
print("SWIC" * 2)
SWICSWIC
I speak without a mouth and hear without ears. I have no body, but I come alive with wind. What am I?
An echo
What does “404” mean on the internet?
Page Not Found
Name one of SWiC's core values.
Service/Innovation/Empowerment/Community-Support-Social
This 2023 movie about a doll unexpectedly sparked global feminist discourse.
What does this return?
len("SWIC")
4
The more you take, the more you leave behind. What am I?
Footsteps
What does Wi-Fi technically stand for?
Nothing — it’s just a brand name
She is known as the "mother of the internet"
Radia Perlman
In The Princess Diaries, Mia Thermopolis finds out that she is the crown princess of this (fictional) country.
Genovia
What is the time complexity of binary search?
O(log n)
I’m not alive, but I grow. I don’t have lungs, but I need air. What am I?
Fire
If your code works and you don’t know why, what’s the golden rule?
Don't touch it
SWiC aims to knock down what two major barriers in tech?
Gender roles and stereotypes
This TV show featured a startup called Pied Piper.
Silicon Valley
What does this Python code output?
x = 5
y = x
x = 10
print(y)
5
I’m light as a feather, yet the strongest person can’t hold me for long. What am I?
Your breath
What does “AI” actually stand for?
Artificial Intelligence