Django #1 (basic)

Django #1 (basic)

1st Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

BIG STAR 4 GAME

BIG STAR 4 GAME

1st - 10th Grade

20 Qs

Who Can I Run To?

Who Can I Run To?

Professional Development

13 Qs

Types of Customers

Types of Customers

Professional Development

10 Qs

Resume

Resume

Professional Development

10 Qs

Truthfulness

Truthfulness

KG - 3rd Grade

15 Qs

SBL-Professional Skills Marks

SBL-Professional Skills Marks

Professional Development

13 Qs

Bleeding Love (2008)

Bleeding Love (2008)

Professional Development

12 Qs

ATIN1 - Session 24 - Evaluating a product or a service

ATIN1 - Session 24 - Evaluating a product or a service

Professional Development

10 Qs

Django #1 (basic)

Django #1 (basic)

Assessment

Quiz

Professional Development

1st Grade - Professional Development

Hard

Created by

Jose Rangel

Used 14+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when url.py file is edited while the development server is still running?

Development server terminates.

The development server automatically restarts.

The development server does nothing.

The web page is automatically reloaded.

I don't know it

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which setting contains the parameter of main-urls file?

ROOT_URLCONF

MAIN_URLCONF

STATIC_URL

MEDIA_URL

I don't know it

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Django is based on which framework?

MVC

MVVM

MVT

None of the above

I don't know it

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of __init__.py in project directories?

It allows Python to recognise the folder as package.

It is useless and can be deleted.

It is used to initialise any empty values.

None of the above

I don't know it

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used instead of path() in urls.py to pass in regular expressions as routes?

static()

re_path()

include()

url()

I don't know it

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if, from the given list, I searched for urlpatterns registration/ skipping the trailing/slash?

Django will give a 404-error page.

Django will match registration/ pattern.

None of the above

I don't know it

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of os.path.dirname(__file__) in this method?

It is the default value and points to Django settings.py.

It is passing some value defined before.

It is used to pass the value of current file in which this line is written.

None of the above

I don't know it

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?