BÀI 26: HÀM TRONG PYTHON

BÀI 26: HÀM TRONG PYTHON

10th Grade

15 Qs

quiz-placeholder

Similar activities

Software 8

Software 8

9th - 12th Grade

20 Qs

KUIS BAB 1. Microsoft Word 1

KUIS BAB 1. Microsoft Word 1

10th Grade

20 Qs

ÔN TẬP TH4 CK2

ÔN TẬP TH4 CK2

4th Grade - University

16 Qs

Kelas 8 - Halaman 10 (UH Bab 1)

Kelas 8 - Halaman 10 (UH Bab 1)

8th Grade - University

20 Qs

Quiz về Lập trình máy tính và Ngôn ngữ Python

Quiz về Lập trình máy tính và Ngôn ngữ Python

6th Grade - University

20 Qs

Kuis Ms Word 1

Kuis Ms Word 1

7th Grade - University

20 Qs

PENGAYAAN ULANGAN HARIAN PYTHOON

PENGAYAAN ULANGAN HARIAN PYTHOON

10th Grade

20 Qs

trắc nghiệm giữa kỳ 1 tin lớp 9

trắc nghiệm giữa kỳ 1 tin lớp 9

9th Grade - University

20 Qs

BÀI 26: HÀM TRONG PYTHON

BÀI 26: HÀM TRONG PYTHON

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Hard

Created by

Gia Uyên Đào Lê

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kiểu tham số khả biến gồm các kiểu gì?

Số nguyên, số thực, chuỗi và bộ (tuble).

Danh sách (list), tập hợp (set), từ điển (dict).

Số nguyên, tập hợp (set), từ điển (dict).

Số thực, danh sách (list).

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

    Kiểu tham số bất biến gồm các kiểu nào?

Số nguyên, số thực, chuỗi và bộ (tuble).

Danh sách (list), tập hợp (set), từ điển (dict)

Số nguyên, tập hợp (set), từ điển (dict).

Số thực, danh sách (list).

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kết quả của chương trình sau là:

def Kieu(Number):

return type(Number);

print(Kieu (5.0))

5

float

Chương trình bị lỗi.

int

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

       Hàm sau có chức năng gì?

def sum(a, b):

print("sum = " + str(a + b))

Trả về tổng của hai số a và b được truyền vào.

Trả về hai giá trị a và b.

Tính tổng hai số a và b.

Tính tổng hai số a và b và hiển thị ra màn hình.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Chương trình sau bị lỗi ở dòng lệnh thứ bao nhiêu?

def add(a, b)

sum = a + b

return sum

x = int(input("Nhập số thứ nhất:"))

y = int(input("Nhập số thứ hai:"))

tong = add(x, y)

print("Tổng là: " + str(tong))

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Cuối dòng đầu tiên của định nghĩa hàm phải có dấu gì?

Dấu ‘:’.

Dấu ‘;’.

Dấu ‘.’.

Dấu ‘,’.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Chương trình sau hiển thị kết quả như thế nào?

def ham():

print(country)

ham("Sweden")

ham("India")

ham("Brazil")

 Sweden, India, Brazil.

Sweden, Brazil, India.

 Sweden, Brazil.

Chương trình bị lỗi.

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?