Phiếu học tập số 3 lớp 10A5

Phiếu học tập số 3 lớp 10A5

University

10 Qs

quiz-placeholder

Similar activities

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

Quis Administrasi Sistem Jaringan

Quis Administrasi Sistem Jaringan

University

15 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

GDSC Android Bootcamp [Kotlin Quiz]

GDSC Android Bootcamp [Kotlin Quiz]

University

10 Qs

AutoCAD - Test

AutoCAD - Test

University

12 Qs

SÉPTIMO

SÉPTIMO

1st Grade - Professional Development

14 Qs

Phiếu học tập số 3 lớp 10A5

Phiếu học tập số 3 lớp 10A5

Assessment

Quiz

Computers

University

Hard

Created by

Nguyen MyLinh

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Nhận biết được khi khai báo hàm, thành phần nào được định nghĩa và được dùng như biến trong hàm?

Tham số.

Đối số.

Dữ liệu.

Giá trị.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Đánh giá được hàm f được khai báo như sau f(a, b, c). Số lượng đối số truyền vào là:

3

2

1

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Xác định được giá trị của m là bao nhiêu sau biết kết quả là 5:

def tinhSum(a, b):

return a + b

s = tinhSum(1, m)

print(s)

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Tìm hiểu được các tham số của f có kiểu dữ liệu gì nếu hàm f được gọi như sau:

f( ‘8.0’)

str

float.

int.

Không xác định.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Viết được hoàn thiện chương trình tìm UCLN của hai số?

def USCLN_1(a, b):

if (…):

return a

return USCLN_1(b, a % b)

a = input('Nhap vao so nguyen duong a = ')

b = int(input('Nhao vao so nguyen duong b = '))

print(USCLN_1(a, b))

a > c.

a > b.

a == 1

b == 0.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Cho đoạn chương trình sau

>>> def Tong(a,b,c):

return a+b+c

>>> Tong(5,6,7)

Các giá trị a,b,c trong đoạn chương trình trên được gọi là gì?

Tham số

Đối số

Biến

Hằng

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Cho đoạn chương trình sau

>>> def Tong(a,b,c):

return a+b+c

>>> Tong(5,6,7)

Các giá trị 5,6,7 trong đoạn chương trình trên được gọi là gì?

tham số

đối số

biến

hằng

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?