Python
HTML
CSS
JavaScript
Human Behavior
100

What is a function in Python?

A block of reusable code that performs a specific task.

100

What is the purpose of the `<head>` element in HTML?

The <head> element contains metadata about the document, including the title, links to stylesheets, and scripts.

100

What is CSS used for?

To style and layout webpages.

100

How do you declare variables in JavaScript and what are they used for?

`const`, `let`, and historically, `var`.

100

What do you read on a regular basis?

Describe some books and articles you have read that show your continued education as well as any outside interests.

200

What is a list in Python?

A collection of items in a specific order.
[dog, cat, fish]

200

What is the purpose of the `<div>` tag in HTML?

This is a generic block level container for grouping content and applying styles.

200

What is a CSS selector?

A keyword that applies styles to elements.

200

What is the difference between `==` and `===` in JavaScript?

`==` compares values for equality after type conversion, while `===` checks for both value and type equality without type conversion.

200

What is your strongest strength?

A key skill or attribute that you excel in and how it benefits your work.

300

What is a loop in Python?

A structure that repeats a block of code multiple times.
examples: `for` and `while`

300

What are semantic HTML elements, and why are they important?

Semantic elements like <article>, <section>, <header>, and <footer> provide meaning and structure to the web content, improving accessibility and SEO as well as organization for developers.

300

What is the margin property in CSS?

It controls the space outside an element's border.

300

What is a string in JavaScript?

A sequence of characters used to represent text, enclosed in quotes (example: "Hello, World!").

300

How do you handle deadlines?

A strategy you use to manage time and meet project deadlines.

400

What is an `if` statement in Python?

A conditional statement that runs code only if a condition is true.

400

What is the function of the `alt` attribute in an `<img>` tag?

It provides alternative text for the image, which is displayed if the image cannot be loaded and is used by screen readers for accessibility.

400

What is a class in CSS?

A reusable style definition applied to multiple elements.

400

🚨 DAILY DOUBLE!!! 🚨

You have the chance to wager up to your current score, or up to 1,000 points if your score is lower. Only your answer will count for this question.

How do you access the third element of an array in JavaScript?

400

Tell me about yourself.

A brief introduction covering your background, skills, and goals.

500

What is a dictionary in Python?

A collection of key-value pairs.

500

How do you link an external CSS file to an HTML document?

Use the `<link>` tag in the `<head>` section with the `rel="stylesheet"` attribute and `href` pointing to the CSS file. 😓

500

What is the `display: flex;` property in CSS?

A layout model for creating flexible and responsive layouts.

500

What does `NaN` stand for in JavaScript?

"Not-a-Number," a value representing an undefined or unrepresentable number.

500

Tell me about at time you failed.

What went wrong, but more importantly, how did you grow? 🌱