Ian left to which site?
Muncie
In which year did the US declare independence from Britain?
1776
What built-in JavaScript Function shows a dialogue box with a message and an Ok button?
alert()
This property is used to hide an element without deleting it from the DOM.
display: none
This tag is used to create paragraphs in an HTML document.
<p>
This organelle is responsible for producing ATP, the energy currency of the cell.
Mitochondria
What award did Natalie win during her Catapult Year?
Best Design
What Chemical Element has the symbol Fe?
Iron
How do you write a single-line comment in JavaScript?
This property adds space between the content of an element and its border.
Padding
This attribute specifies alternative text for images.
alt
This is the only number that is both even and prime.
2
Who is the Youngest TA?
Selena
What part of the plant leads Photosynthesis?
The Leaves
How do you make an equality comparison in JavaScript?
This property lets you make an element partially transparent.
Opacity
This tag is used to create a text input field inside a form.
<input type="text">
This element is liquid at room temperature and toxic, often used in thermometers before digital ones.
Mercury
What Catapult Cohort did Josh Participate?
2021
What do you call a story that is made up but teaches a lesson?
A fable
What does Math.floor(4.9) return?
4
This property allows items in a flex container to wrap onto multiple lines.
flex-wrap
This element plays an audio file in the browser.
<audio>
This computer scientist developed the concept of a universal computing machine and helped break the Enigma code in WWII.
Alan Turing
What was Selena's Portfolio Inspired By?
League of Legends (Chinese Version)
What is the Prime Factorization of 84?
2 x 2 x 3 x 7
Which loop is best when you know how many times to repeat?
For loop
This property controls how content inside a flex container is aligned along the main axis.
justify-content
This element is used to collect user input such as text or buttons.
<form>
This literary character said, “To be or not to be, that is the question.”
Hamlet
How tall is Colleen?
5'
Who was the famous queen that rule ancient Egypt and was known for her relationship with Julius Cesar and Mark Antony?
Cleopatra
How do you get the length of an array arr?
arr.length
This layout system uses rows, columns, and flexible boxes to build responsive UIs
Flexbox
This tag embeds JavaScript into an HTML page.
<script>
This U.S. Supreme Court case established the principle of judicial review in 1803.
Marbury v. Madison
What is the primary and secondary major of Gengjie? (Order does Matter!!!!)
Primary: Computer Science
Secondary: Mathematics
What do you call a sentence that asks a question?
An interrogative sentence
What does NaN stand for?
Not a Number
What keyword applies CSS rules only when the screen meets certain conditions, making a website responsive?
@media
This tag groups inline elements together without affecting layout, often used for styling.
<span>
This country is landlocked but has the largest population of any landlocked nation.
Ethiopia
Who was in the same Catapult Cohort with Natalie?
Gengjie
Budapest is the Capital of what European Country?
Hungary
What is the result of the following code?
console.log("10" + 5);
"105"
This unit is relative to the font-size of the element’s parent.
em
This tag defines the metadata and title for the webpage but does not display content.
<head>
This country has the most official languages enshrined in its constitution — 11 total.
South Africa
What Major does Natalie Study?
Information Systems
By definition, a solid Prism is a solid figure that has how many congruent bases?
Two
What is the different between == and ===?
== compares values with type coercion
=== compares values without type coercion (strict equality)
This display value turns an element into a container that allows child elements to follow a strict row/column grid layout.
Display: Grid
This HTML attribute automatically puts the cursor focus into an input field when the page loads.
autofocus
This programming language was created by Guido van Rossum and named after a British comedy group.
Python