The standard markup language used in web development
What is HTML
Which is bigger h2 or h4
What is h2
Flask is a ___ framework
What is micro?
Python was named after this British comedy series
Monty Python's Flying Circus
A location connected to the internet maintaining several pages
What is a website?
The ___ program is usually the first program you write in almost all programming classes
What is, "hello, world"?
The ORM that flask uses
What is, "SQLAlchemy"?
The website that seems to have every answer possible for developers
A title or summary for a document or section of a document
What is a header?
In HTML these tags contain the main contents of the page
What is body tags?
Name 3 of the most popular frontend frameworks mentioned in the presentation
What is VueJS, Angular, and React?
In python this many lines of code are needed to print the words, "hello, world" to screen
What is 1?
A reliable mechanism for websites to remember information about a user
What is a cookie?
The CSS to align text to the center of the screen
What is, "text-align: center;"?
A query language for your API
True or False: The python interpreter reads and executes all of your code at once, after all the lines have been read
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?
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]?
Describe the MVC using the flask stack
What is, "Model: Database, View: Frontend, Controller: Logic preformed when route is hit"?
The last name of the person reading this question right now
What is Dean?