Final Quiz SEB-72

Final Quiz SEB-72

Professional Development

13 Qs

quiz-placeholder

Similar activities

Python

Python

KG - Professional Development

13 Qs

Mainstream Development Frameworks

Mainstream Development Frameworks

Professional Development

10 Qs

Tethys Basics

Tethys Basics

Professional Development

10 Qs

Modelos en Django

Modelos en Django

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Python Programming Languag

IT ENGLISH: Research Project Topics - Python Programming Languag

Professional Development

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

python

python

Professional Development

10 Qs

FRAMEWORK

FRAMEWORK

Professional Development

10 Qs

Final Quiz SEB-72

Final Quiz SEB-72

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Lay Jones

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a Foreign Key in SQL?

a field in one table, that refers to the Primary Key in another table

The Primary Key in a table

A key that is used to create a new table

A magical key that unlocks a door to a new world

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To use a Django variable named firstname in a Django template, use this syntax:

{{ firstname }}
{firstname}
{% firstname %}

-- firstname --

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the {% csrf_token %}

generates a token that checks against the session to log a user in

A type of token that allows all of your words to have their first letter capitalized

generates a token and ensures that any requests coming back in are cross-checked against that token. Prevents malicious attacks

Gives a tab worth of blank space in html

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a Many to Many relationship it matters which model you put the relationship into?

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does super() do in Python?

Calls the parent (Superclass) class method

Initializes a new instance of the class
Calls the child class method
Returns the current class instance

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Django comes with a built-in user interface that allows you to administrate your data. To access this interface you have to create a user name and password. What is a correct syntax to create such user?

python manage.py adduser

python manage.py superuser

python manage.py createsuperuser

python manage.py createuser

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is environ?

A Python package that allows you to configure Environment Variables

A Python package that allows you improve Django app performance and monitor workflow

A Python package that allows you process asynchronous tasks

A Python package that allows for easy filtering of query sets

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?