Python 10 Bài 4

Python 10 Bài 4

10th Grade

15 Qs

quiz-placeholder

Similar activities

Instlasi Software Aplikasi

Instlasi Software Aplikasi

10th Grade

14 Qs

kuis tools coreldraw

kuis tools coreldraw

10th Grade

15 Qs

OCR Sys Arch J277

OCR Sys Arch J277

10th - 12th Grade

16 Qs

Một số khái niệm về lập trình và ngôn ngữ lập trình

Một số khái niệm về lập trình và ngôn ngữ lập trình

KG - 12th Grade

15 Qs

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

Tin học 11 chương I

Tin học 11 chương I

1st - 12th Grade

20 Qs

BÀI TẬP T7 - KHỞI ĐỘNG

BÀI TẬP T7 - KHỞI ĐỘNG

10th - 12th Grade

10 Qs

Sains Komputer Tingkatan 4 - 3.1.1 Mengkaji keperluan intera

Sains Komputer Tingkatan 4 - 3.1.1 Mengkaji keperluan intera

1st Grade - Professional Development

10 Qs

Python 10 Bài 4

Python 10 Bài 4

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

Nguyễn Lê Hải Hà

Used 12+ 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

30 sec • 1 pt

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

a=3.4

print(type(a))

Kết quả trên màn hình là kiểu dữ liệu:

int 

float

str

bool

Answer explanation

Vì a=3.4 ⇒ a là kiểu float (kiểu số thực).

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

Biến=input()

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nhập với biến kiểu thực là:

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

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

Biến=input()

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập từ bàn phím biến a kiểu nguyên ta viết:

a=input(‘n=’)

a=float(input(‘n=’))

a=int(input(‘n=’))

a=int()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập từ bàn phím biến b kiểu thực ta viết:

b=input(‘n=’)

b=float(input(‘n=’))

b=int(input(‘n=’))

b=int()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh đưa giá trị các biểu thức ra màn hình là:

print()

print(‘danh sách biểu thức’)

print danh sách biểu thức

print(danh sách biểu thức)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gọi s là diện tích tam giác ABC, để đưa giá trị của s ra màn hình ta viết:

print(s)

print s

print(‘s)

print:(s)

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

Already have an account?