day 5

day 5

Professional Development

9 Qs

quiz-placeholder

Similar activities

React Native

React Native

Professional Development

10 Qs

Shrek Trivia

Shrek Trivia

6th Grade - Professional Development

9 Qs

Pra Ujian Google Sites

Pra Ujian Google Sites

Professional Development

10 Qs

Python Test 1

Python Test 1

Professional Development

10 Qs

Evaluación semanal Agosto 3

Evaluación semanal Agosto 3

Professional Development

10 Qs

2 CGD - MAYO 2023

2 CGD - MAYO 2023

Professional Development

5 Qs

Sqa - Postman

Sqa - Postman

Professional Development

10 Qs

web einführungsveranstaltung

web einführungsveranstaltung

University - Professional Development

6 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