Search Header Logo

BCCK_SNLTW_HP11

Authored by chien nguyen

Other

9th - 12th Grade

Used 2+ times

BCCK_SNLTW_HP11
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Mô hình MVT trong Django được triển khai theo cách nào?

Model - View - Controller
Model - View - Template
Model - View - Component
Model - Virtual - Controller

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Để tạo một model trong Django, bạn cần kế thừa lớp nào?

django.db.Model
django.models.Model
django.db.models.Model
django.Model

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Lệnh nào sau đây giúp chạy migration để cập nhật database theo các model đã thay đổi?

python manage.py migrate
python manage.py migration
python manage.py update_db
python manage.py sync

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Để lưu trữ ảnh trong Django, cần sử dụng loại field nào?

ImageField
FileField
PictureField
PhotoField

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Django sử dụng cơ sở dữ liệu mặc định nào?

MySQL
PostgreSQL
SQLite
MongoDB

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Để đăng ký một model trong Django Admin, cần sử dụng lệnh nào?

admin.add_model(ModelName)
admin.site.register(ModelName)
admin.Model.register(ModelName)
admin.register(ModelName)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Để tạo URL động với tham số <id> trong Django, ta khai báo như thế nào?

path('detail/<id>/', views.detail, name='detail')
path('detail/?id=<int:id>', views.detail, name='detail')
url('detail/<int:id>/', views.detail, name='detail')
path('detail/<int:id>/', views.detail, name='detail')

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?