1.
In Flask, which of the following invokes log_exception?
2.
In Flask, a URL depends on the ________________________________ module.
3.
In Flask, which of these is used to convert a URL into a function?
4.
In Flask, which of the following is used to generate URL for static files?
5.
In Flask, which of these provides the data from a client to server?
6.
In Flask, which of the following methods is triggered when the request context is popped?
7.
For using objects in Flask, _____________________________________ needs to be imported.
8.
In Flask web framework, where are the uploaded files saved?
9.
In Flask, what is the precedence of a session over a cookie?
10.
In Flask, which of the following is used to store cookies?