0x02. python - import & modules quiz

ngovuanhhoa

New member
##

** hashtags: ** #Python #Import #Modules #Quiz #Programming

**Hướng dẫn:**

1. Đây là một bài kiểm tra trắc nghiệm về nhập khẩu và mô-đun Python.
2. Mỗi câu hỏi có bốn câu trả lời có thể.
3. Bạn có 10 phút để hoàn thành bài kiểm tra.
4. Chúc may mắn!

**Câu hỏi 1:**

Cú pháp để nhập một mô -đun trong Python là gì?

(A) `Nhập mô -đun '
(B) `Từ nhập mô -đun *`
(C) `Từ chức năng nhập mô -đun`
(D) `Nhập mô -đun dưới dạng bí danh '

**Câu hỏi 2:**

Sự khác biệt giữa `nhập` và `từ ... nhập` là gì?

(A) `Nhập` nhập toàn bộ mô -đun, trong khi 'từ ... chỉ nhập các phần cụ thể của mô -đun.
.
.
(D) Không có lựa chọn nào ở trên.

** Câu 3: **

Tệp `__init __. Py` cho?

(A) Đây là một tệp đặc biệt được sử dụng để khởi tạo một mô -đun.
(B) Đây là một tệp chứa tài liệu cho một mô -đun.
(C) Đây là một tệp chứa mã cho một mô -đun.
(D) Không có lựa chọn nào ở trên.

** Câu 4: **

Sự khác biệt giữa một gói và một mô -đun là gì?

(A) Gói là một tập hợp các mô -đun, trong khi một mô -đun là một tệp duy nhất.
(B) Gói là một thư mục, trong khi một mô -đun là một tệp.
(C) Gói là một chương trình Python, trong khi một mô -đun là thư viện.
(D) Không có lựa chọn nào ở trên.

** Câu 5: **

Cách tốt nhất để nhập một mô -đun từ một thư mục khác là gì?

(A) Sử dụng câu lệnh `nhập`.
(B) Sử dụng câu lệnh `từ ... nhập`.
(C) Sử dụng hàm `sys.path.append ()`.
(D) Sử dụng hàm `os.path.join ()`.

** Câu trả lời: **

1. (b)
2. (a)
3. (a)
4. (a)
5. (c)
=======================================
## 0x02.Python - Import & Modules Quiz

**Hashtags:** #Python #Import #Modules #Quiz #Programming

**Instructions:**

1. This is a multiple-choice quiz on Python imports and modules.
2. Each question has four possible answers.
3. You have 10 minutes to complete the quiz.
4. Good luck!

**Question 1:**

What is the syntax for importing a module in Python?

(A) `import module`
(B) `from module import *`
(C) `from module import function`
(D) `import module as alias`

**Question 2:**

What is the difference between `import` and `from ... import`?

(A) `import` imports the entire module, while `from ... import` imports only specific parts of the module.
(B) `import` imports the module from the current directory, while `from ... import` imports the module from a different directory.
(C) `import` imports the module from the Python standard library, while `from ... import` imports the module from a third-party library.
(D) None of the above choices.

**Question 3:**

What is the `__init__.py` file for?

(A) It is a special file that is used to initialize a module.
(B) It is a file that contains the documentation for a module.
(C) It is a file that contains the code for a module.
(D) None of the above choices.

**Question 4:**

What is the difference between a package and a module?

(A) A package is a collection of modules, while a module is a single file.
(B) A package is a directory, while a module is a file.
(C) A package is a Python program, while a module is a library.
(D) None of the above choices.

**Question 5:**

What is the best way to import a module from a different directory?

(A) Use the `import` statement.
(B) Use the `from ... import` statement.
(C) Use the `sys.path.append()` function.
(D) Use the `os.path.join()` function.

**Answers:**

1. (B)
2. (A)
3. (A)
4. (A)
5. (C)
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock