Search Header Logo

Python_Nhập xuất_If else

Authored by Edu TSmart

Computers

1st - 5th Grade

Used 27+ times

Python_Nhập xuất_If else
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Chọn đáp án đúng về cách đặt tên biến trong lập trình python

lop 10

2022b

lop*10

Lop10

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Chọn chương trình có thể thực hiện phép tính tổng 2 số a và b nhập vào từ bàn phím

a=int(input("a="))

b=int(input("b="))

print(a*b)

a=int(input("a="))

b=int(input("b="))

print(a+b)

a=input("a=")

b=input("b=")

print(a+b)

a=float(input("a="))

b=float(input("b="))

print(a+b)

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Chọn lệnh xuất ra màn hình dòng chữ "Hello Python"

Print('Hello Python')

Print(Hello Python)

print('Hello Python')

input('Hello Python')

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Chọn lệnh nhập Họ tên học sinh từ bàn phím trong lập trình Python

hoten=input('Nhập họ tên học sinh:')

hoten=print("Nhập họ tên học sinh:")

hoten=int(input())

hoten=Input()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Trong Python, để khai báo hàm ta sử dụng từ khóa nào sau đây?

A. procedure

B. function

C. def

D. return

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Chương trình con là:

Một dãy lệnh mô tả một số thao tác nhất định;
Một dãy lệnh mô tả một số thao tác nhất định và có thể được gọi từ nhiều vị trí trong chương trình;
Một dãy lệnh;
Một số câu lệnh thực hiện một nhiệm vụ nào đó;

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Câu 2. Câu lệnh nhập với biến kiểu nguyên là:

A. Biến=(input(dòng thông báo)

B. Biến=float(input(dòng thông báo))

C. Biến=input()

D. Biến=int(input(dòng thông báo))

Access all questions and much more by creating a free account

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

Already have an account?