Just the basics
Do you speak my language
Flask me a question
Oh so random
100

The standard markup language used in web development

What is HTML

100

Which is bigger h2 or h4

What is h2

100

Flask is a ___ framework

What is micro?

100

Python was named after this British comedy series

Monty Python's Flying Circus

200

A location connected to the internet maintaining several pages

What is a website?

200

The ___ program is usually the first program you write in almost all programming classes

What is, "hello, world"?

200

The ORM that flask uses

What is, "SQLAlchemy"?

200

The website that seems to have every answer possible for developers

What is stackoverflow?
300

A title or summary for a document or section of a document

What is a header?

300

In HTML these tags contain the main contents of the page

What is body tags?

300

Name 3 of the most popular frontend frameworks mentioned in the presentation

What is VueJS, Angular, and React?

300

In python this many lines of code are needed to print the words, "hello, world" to screen

What is 1?

400

A reliable mechanism for websites to remember information about a user

What is a cookie?

400

The CSS to align text to the center of the screen

What is, "text-align: center;"?

400

A query language for your API

What is GraphQL?
400

True or False: The python interpreter reads and executes all of your code at once, after all the lines have been read

What is false?
500

A program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web

What is a search engine?

500

In python if the variable str contains the text 'Hello, World' then this python code extracts the first three characters from it 

what is str[0:3]?

500

Describe the MVC using the flask stack

What is, "Model: Database, View: Frontend, Controller: Logic preformed when route is hit"?

500

The last name of the person reading this question right now

What is Dean?

M
e
n
u