“What data type stores true/false values?”
Boolean
“Who is known as the first FEMALE computer programmer?”
Ada Lovelace
print("Hello World")
Python
“What does ‘==’ usually do in code?”
Checks equality of two values; comparison operator; evaluates to true/false
Bulldog named Uga
“What symbol is used to create a single-line comment in Python?"
#
“Who coined the term ‘debugging’?”
Grace Hopper
console.log("Hi")
JavaScript
What will this output: print("2 + 2 * 3")?
since it has quotation marks, it's the literal string:
2 + 2 * 3
Jere Morehead
“What loop runs while a condition is true?”
While Loop
“Who was a NASA mathematician featured in Hidden Figures?”
Katherine Johnson
System.out.println("Hello");
Java
“If a list is [1,2,3], what is the first index?”
0
UGA's original mascot
A goat
“What does HTML stand for?”
HyperText Markup Language
“This woman engineer helped develop the software for NASA’s Apollo missions.”
Margaret Hamilton
<h1>Hello</h1>
HTML
“What kind of error happens when your code runs but gives the wrong result?”
logic error
The three pillars of this UGA landmark stand for Wisdom, Justice and Moderation
UGA Arch
“What does ‘IDE’ stand for?”
Integrated Development Environment
“This woman founded Girls Who Code to close the gender gap in tech.”
Reshma Saujani
SELECT * FROM users;
SQL
“You have a loop inside another loop. What is this called?”
Nested Loop
The river that UGA is located along the banks of
North Oconee River