Django Features and Libraries (Курс 3)

Django Features and Libraries (Курс 3)

University

63 Qs

quiz-placeholder

Similar activities

icn 60

icn 60

University

60 Qs

UAS MK Pengenalan Teknik Telekomunikasi - JAN 2022

UAS MK Pengenalan Teknik Telekomunikasi - JAN 2022

University

65 Qs

Progression Test-G150

Progression Test-G150

University

60 Qs

Financial Literacy Unit Three Review:Vocabulary

Financial Literacy Unit Three Review:Vocabulary

3rd Grade - Professional Development

65 Qs

Student Response System Review

Student Response System Review

University

60 Qs

TRANSLATION EQUIVALENCE

TRANSLATION EQUIVALENCE

University

59 Qs

Understanding Istinjak

Understanding Istinjak

1st Grade - University

60 Qs

AWS CLF-C02 Exam Test

AWS CLF-C02 Exam Test

University

65 Qs

Django Features and Libraries (Курс 3)

Django Features and Libraries (Курс 3)

Assessment

Quiz

Special Education

University

Medium

Created by

Rau Kk

Used 1+ times

FREE Resource

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What part of a Django application handles session management?

Middleware

Templates

Views

Models

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where are cookies stored?

In the browser

On the server

In the database

Locally on the disk

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which protocol determines how cookies are sent back and forth?

HTTP

SMTP

FTP

SSH

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python structures is most like cookie storage?

dictionary

set

list

tuple

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any server can read any cookie from any other server.

False

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of cookies are deleted when the browser is closed?

Session cookies

Persistent cookies

Secure cookies

Third-party cookies

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the method you call in a Django view to set a cookie?

response.set_cookie()

request.set_cookie()

cookie.set()

save_cookie()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?