day 5

day 5

Professional Development

9 Qs

quiz-placeholder

Similar activities

HTML

HTML

6th Grade - Professional Development

10 Qs

Canva KKG

Canva KKG

Professional Development

10 Qs

Cara Membuat Portofolio

Cara Membuat Portofolio

Professional Development

6 Qs

Web Programming Lesson 1

Web Programming Lesson 1

Professional Development

10 Qs

AR Eksten

AR Eksten

Professional Development

10 Qs

Sesi 9

Sesi 9

Professional Development

10 Qs

Shahuindo

Shahuindo

Professional Development

10 Qs

Day #03 | Digital Marketing

Day #03 | Digital Marketing

Professional Development

11 Qs

day 5

day 5

Assessment

Quiz

Education

Professional Development

Medium

Created by

jahar fatima

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is Flask?

A Python web framework

A lightweight web server

A template engine

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the difference between a Flask route and a Flask endpoint ?

A Flask route is a path that users can visit in their web browser , while a Flask endpoint is the function that handles requests for that path

A Flask route is a single URL , while a Flask endpoint can be multiple URLs.

A Flask route is used to generate dynamic web pages,while a Flask endpoint is used to interact with databases.

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the Flask template ?

A file that contain HTML and python code

a way to generate dynamic web pages

a way to interact with databases

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is a Flask extension ?

A third-party library that adds new functionality to Flask

A way to extend the Flask API

A way to write custom template filters and functions

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is WSGI ?

A Python web framework

A lightweight web server

A template engine

A protocol for communication between web servers and web applications

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is Jinja2 ?

A python web framework

A lightweight web server

A template engine

A python library for interacting with databased

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

who is Armin Ronacher ?

The creator of Flask

The creator WSGI

The creator of Jinja2

The creator of TSIG team

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what are the benefits of using a micro framework like Flask ?

Flexibility and simplicity

Speed and performance

A wide range of features and functionality

All of the above

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what are some of the things that Flask does not do by default ?

Handle forms

connect to databases

provide authentication and authorization

All of the above