Coding Basics
Women in Technology
Guess the Language
CSCI 1301 Recap
UGA General Knowledge
100

“What data type stores true/false values?”

Boolean

100

“Who is known as the first FEMALE computer programmer?”

Ada Lovelace

100

print("Hello World")

Python

100

“What does ‘==’ usually do in code?”

Checks equality of two values; comparison operator; evaluates to true/false

100
The name and animal type of UGA's mascot

Bulldog named Uga

200

“What symbol is used to create a single-line comment in Python?"

#

200

“Who coined the term ‘debugging’?”

Grace Hopper

200

console.log("Hi")

JavaScript

200

What will this output: print("2 + 2 * 3")?

since it has quotation marks, it's the literal string:

2 + 2 * 3

200
UGA's current and 22nd president

Jere Morehead

300

“What loop runs while a condition is true?”

While Loop

300

“Who was a NASA mathematician featured in Hidden Figures?”

Katherine Johnson

300

System.out.println("Hello");

Java

300

“If a list is [1,2,3], what is the first index?”

0

300

UGA's original mascot

A goat

400

“What does HTML stand for?”

HyperText Markup Language

400

“This woman engineer helped develop the software for NASA’s Apollo missions.”

Margaret Hamilton

400

<h1>Hello</h1>

HTML

400

“What kind of error happens when your code runs but gives the wrong result?”

logic error

400

The three pillars of this UGA landmark stand for Wisdom, Justice and Moderation

UGA Arch

500

“What does ‘IDE’ stand for?”

Integrated Development Environment

500

“This woman founded Girls Who Code to close the gender gap in tech.”

Reshma Saujani

500

SELECT * FROM users;

SQL

500

“You have a loop inside another loop. What is this called?”

Nested Loop

500

The river that UGA is located along the banks of

North Oconee River