Django #1 (basic)

Django #1 (basic)

1st Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

U 1 Top Notch 3

U 1 Top Notch 3

Professional Development

20 Qs

Phishing & Centra Cyber Security

Phishing & Centra Cyber Security

Professional Development

12 Qs

Self Esteem Training

Self Esteem Training

University

20 Qs

Health/Nutrition Quiz

Health/Nutrition Quiz

Professional Development

20 Qs

RDA Radiology #1

RDA Radiology #1

11th - 12th Grade

17 Qs

Communication styles

Communication styles

University

10 Qs

Fixed v. Growth Mindset

Fixed v. Growth Mindset

KG - University

15 Qs

PAST SIMPLE vs PRESENT PERFECT

PAST SIMPLE vs PRESENT PERFECT

Professional Development

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