Django Trắc Nghiệm L2 LEVEL9

Django Trắc Nghiệm L2 LEVEL9

1st Grade

15 Qs

quiz-placeholder

Similar activities

BÀI 5. INTERNET

BÀI 5. INTERNET

1st - 12th Grade

15 Qs

B5_OnThi_ICDL3_PhanMemPhoBien

B5_OnThi_ICDL3_PhanMemPhoBien

1st - 5th Grade

15 Qs

Ôn tập tin học 5

Ôn tập tin học 5

1st - 5th Grade

19 Qs

công nghệ 4 kì 2

công nghệ 4 kì 2

1st - 5th Grade

13 Qs

Bài trình chiếu

Bài trình chiếu

1st Grade

10 Qs

Bài 7 Tạo bài trình chiếu

Bài 7 Tạo bài trình chiếu

1st - 5th Grade

20 Qs

POWERPOINT

POWERPOINT

1st - 5th Grade

20 Qs

Bài 6 An toàn với môi trường công nghệ trong gia đình

Bài 6 An toàn với môi trường công nghệ trong gia đình

1st - 5th Grade

19 Qs

Django Trắc Nghiệm L2 LEVEL9

Django Trắc Nghiệm L2 LEVEL9

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Mr. Bang

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Làm thế nào để kiểm tra xem Python đã được cài đặt trên hệ thống của bạn hay chưa?

py --version

python --version

check python

verify py

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để cài đặt Django, bạn cần sử dụng công cụ quản lý gói nào?

PIP

Pipenv

Pipman

Pipmaster

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào được sử dụng để tạo một môi trường ảo Django với tên là 'myworld' trên Windows?

python -m venv myworld

py -m venv myworld

virtualenv myworld

venv myworld

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sau khi tạo một môi trường ảo, làm thế nào để kích hoạt nó trên hệ thống Windows?

activate myworld

source myworld/bin/activate

myworld\Scripts\activate.bat

venv activate

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Làm thế nào để cài đặt Django trong một môi trường ảo đã được kích hoạt?

pip install django

pip3 install django

py -m pip install django

python -m pip install django

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Làm thế nào để kiểm tra phiên bản của Django đã được cài đặt trong một môi trường ảo?

django --version

version django

py manage.py --version

py manage.py version

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào được sử dụng để tạo một ứng dụng Django mới có tên là 'members'?

django startapp members

py startapp members

py manage.py startapp members

createapp members

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?