Bài tập thực hành 1 (tiết 2)

Bài tập thực hành 1 (tiết 2)

12th Grade

10 Qs

quiz-placeholder

Similar activities

PTS MATEMATIKA 2022/2023

PTS MATEMATIKA 2022/2023

12th Grade

15 Qs

Find derivative and gradient of a tangent

Find derivative and gradient of a tangent

12th Grade

10 Qs

FLUIDA STATIS

FLUIDA STATIS

10th - 12th Grade

10 Qs

Cha-ching 2

Cha-ching 2

1st Grade - University

8 Qs

Python Level 3 - Minecraft

Python Level 3 - Minecraft

5th - 12th Grade

11 Qs

Ubahan Bergabung

Ubahan Bergabung

12th Grade

11 Qs

ÔN TẬP NGUYÊN HÀM TÍCH PHÂN

ÔN TẬP NGUYÊN HÀM TÍCH PHÂN

12th Grade

11 Qs

GeoGebra, monomios y polinomios

GeoGebra, monomios y polinomios

9th - 12th Grade

11 Qs

Bài tập thực hành 1 (tiết 2)

Bài tập thực hành 1 (tiết 2)

Assessment

Quiz

Computers, Science, Mathematics

12th Grade

Practice Problem

Medium

Created by

thúy hằng

Used 15+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hãy chọn câu lệnh dùng để tính diện tích hình tròn trong Python

s= 3.14 **r**r

s = 3.14 *r*r

s == 3.14 **r**r

s == 3.14 *r*r

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chọn câu lệnh để nhập hai giá trị a, b từ bàn phím.

a= b = eval (input("Nhập hai số:"))

a,b = eval = (input("Nhập hai số:"))

a,b = eval (input("Nhập hai số:"))

a,b = (input("Nhập hai số:"))

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Công thức c = a**2 + b**2 tương ứng biểu thức nào trong toán học

 c=a2+b2c=a^2+b^2  

 c2=a2+b2c^2=a^2+b^2  

c = a+b

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Điền vào chỗ trống để có câu lệnh in kết quả diện tích hình chữ nhật có cạnh a, b ra màn hình:

print("Diện tích hình chữ nhật = ", ...)

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Có mấy cách để nhập dữ liệu cho nhiều biến vào từ bàn phím đã được học.

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào dùng để tính x thoả mãn phương trình

a.x2 + b = 0 (a, b khác dấu, a khác 0)

x = ((-b/a)**(1/2))

x = (-b/a)**(1/2)

x = -b/a**(1/2))

x = -b/a**1/2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để in ra số thực T ra màn hình chỉ hiển thị 2 chữ số phần thập phân ta chọn lệnh nào trong các lệnh sau:

print(T, 2)

print(round(T; 2))

Print(round(T, 2))

print(round(T,2))

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?