Search Header Logo

Python L3 (MS) Quiz 7: Intro to Flask

Authored by Jerry Xiao

Computers

6th Grade

Used 2+ times

Python L3 (MS) Quiz 7: Intro to Flask
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Flask

A programming language

A web framework

A GUI framework

An IDE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code is the correct what to create a Flask app?

Flask.initialize()

Flask.create()

app = Flask.new()

app = Flask(__name__)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What address can be used to run a web app on a local server?

0.0.0.0

1.1.1.1

1.2.3.4

1.2.9.7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hyperdrive Text Markup Langauge

HyperText Markdown Language

Hyper Markup Language

Hyperspeed Magnetic Language

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which brackets do we use in HTML to insert python code?

<< code_here >>

(( code_here ))

[[ code_here ]]

{{ code_here }}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct for including a 'site.html' link on our webpage?

<link src="site.html">My Site</link>

<a href="site.html">My Site</a>

<a src="site.html">My Site</a>

<url href="site.html">My Site</href>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a CSS file do?

Is necessary for Flask to work

Acts as the virtual enviornment

Contains the content of the webpage

Contains the stylesheet for the webpage

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?