TA or Nay?
Back to Basics
Return of the Script
Color Me Impressed
Tag, You're it
Potpourri
100

Ian left to which site?



Muncie

100

In which year did the US declare independence from Britain?

1776


100

What built-in JavaScript Function shows a dialogue box with a message and an Ok button?

alert()

100

This property is used to hide an element without deleting it from the DOM.

display: none

100

This tag is used to create paragraphs in an HTML document.

<p>

100

This organelle is responsible for producing ATP, the energy currency of the cell.

Mitochondria

200

What award did Natalie win during her Catapult Year?

Best Design

200

What Chemical Element has the symbol Fe?

Iron

200

How do you write a single-line comment in JavaScript?

//
200

This property adds space between the content of an element and its border.

Padding

200

This attribute specifies alternative text for images.

alt

200

This is the only number that is both even and prime.

2

300

Who is the Youngest TA?

Selena

300

What part of the plant leads Photosynthesis?

The Leaves

300

How do you make an equality comparison in JavaScript?

===
300

This property lets you make an element partially transparent.

Opacity

300

This tag is used to create a text input field inside a form.

<input type="text">

300

This element is liquid at room temperature and toxic, often used in thermometers before digital ones.

Mercury

400

What Catapult Cohort did Josh Participate?

2021

400

What do you call a story that is made up but teaches a lesson?

A fable

400

What does Math.floor(4.9) return?

4

400

This property allows items in a flex container to wrap onto multiple lines.

flex-wrap

400

This element plays an audio file in the browser.

<audio>

400

This computer scientist developed the concept of a universal computing machine and helped break the Enigma code in WWII.

Alan Turing

600

What was Selena's Portfolio Inspired By?

League of Legends (Chinese Version)

600

What is the Prime Factorization of 84?

2 x 2 x 3 x 7

600

Which loop is best when you know how many times to repeat?

For loop

600

This property controls how content inside a flex container is aligned along the main axis.

justify-content

600

This element is used to collect user input such as text or buttons.

<form>

600

This literary character said, “To be or not to be, that is the question.”

Hamlet

700

How tall is Colleen?





5'

700

Who was the famous queen that rule ancient Egypt and was known for her relationship with Julius Cesar and Mark Antony?

Cleopatra

700

How do you get the length of an array arr?

arr.length

700

This layout system uses rows, columns, and flexible boxes to build responsive UIs

Flexbox


700

This tag embeds JavaScript into an HTML page.

<script>

700

This U.S. Supreme Court case established the principle of judicial review in 1803.

Marbury v. Madison

800

What is the primary and secondary major of Gengjie? (Order does Matter!!!!)

Primary: Computer Science

Secondary: Mathematics

800

What do you call a sentence that asks a question?

An interrogative sentence

800

What does NaN stand for?

Not a Number

800

What keyword applies CSS rules only when the screen meets certain conditions, making a website responsive?

@media

800

This tag groups inline elements together without affecting layout, often used for styling.

<span>

800

This country is landlocked but has the largest population of any landlocked nation.

Ethiopia

900

Who was in the same Catapult Cohort with Natalie?

Gengjie

900

Budapest is the Capital of what European Country?

Hungary

900

What is the result of the following code?

console.log("10" + 5);

"105"

900

This unit is relative to the font-size of the element’s parent.

em

900

This tag defines the metadata and title for the webpage but does not display content.

<head>

900

This country has the most official languages enshrined in its constitution — 11 total.

South Africa

1000

What Major does Natalie Study?

Information Systems

1000

By definition, a solid Prism is a solid figure that has how many congruent bases?

Two

1000

What is the different between == and ===?

== compares values with type coercion
=== compares values without type coercion (strict equality)

1000

This display value turns an element into a container that allows child elements to follow a strict row/column grid layout.

Display: Grid

1000

This HTML attribute automatically puts the cursor focus into an input field when the page loads.

autofocus

1000

This programming language was created by Guido van Rossum and named after a British comedy group.

Python

M
e
n
u