Final Quiz SEB-72

Final Quiz SEB-72

Professional Development

13 Qs

quiz-placeholder

Similar activities

Basic of Programming - Quiz 02

Basic of Programming - Quiz 02

University - Professional Development

15 Qs

JF UIT 2022 - Game 2

JF UIT 2022 - Game 2

Professional Development

15 Qs

Introducción a Python

Introducción a Python

Professional Development

10 Qs

Python Training - Basics

Python Training - Basics

Professional Development

10 Qs

Disadvantages of Python

Disadvantages of Python

Professional Development

10 Qs

AES: Coding Fundamentals Lessons 1 and 2

AES: Coding Fundamentals Lessons 1 and 2

7th Grade - Professional Development

14 Qs

Quiz de Programação em Python

Quiz de Programação em Python

Professional Development

10 Qs

Python Module 1

Python Module 1

University - Professional Development

13 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?