Python L3 (MS) Quiz 7: Intro to Flask

Python L3 (MS) Quiz 7: Intro to Flask

6th Grade

7 Qs

quiz-placeholder

Similar activities

Computer Coding

Computer Coding

KG - Professional Development

12 Qs

CSD U2 L01-02

CSD U2 L01-02

6th - 8th Grade

11 Qs

Introduction to HTML/CSS Quiz 1: Overview and Setup

Introduction to HTML/CSS Quiz 1: Overview and Setup

6th - 12th Grade

10 Qs

Comenzando a programar

Comenzando a programar

3rd - 8th Grade

10 Qs

HTML Lesson 1 Quiz

HTML Lesson 1 Quiz

6th - 7th Grade

10 Qs

web design

web design

6th - 9th Grade

12 Qs

Computer Stuff

Computer Stuff

KG - Professional Development

10 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

Python L3 (MS) Quiz 7: Intro to Flask

Python L3 (MS) Quiz 7: Intro to Flask

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Jerry Xiao

Used 2+ times

FREE Resource

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