Kiến thức về Biến và Kiểu Dữ Liệu

Kiến thức về Biến và Kiểu Dữ Liệu

10th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz về tìm kiếm thông tin trên WWW

Quiz về tìm kiếm thông tin trên WWW

6th Grade - University

10 Qs

Počítačová grafika

Počítačová grafika

6th Grade - University

10 Qs

BASIC Programming (I)

BASIC Programming (I)

10th Grade

10 Qs

REC. 1

REC. 1

10th Grade

10 Qs

Scratch

Scratch

8th Grade - University

15 Qs

Dasar Desain

Dasar Desain

10th Grade

15 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Python Basics Quiz

Python Basics Quiz

8th Grade - University

10 Qs

Kiến thức về Biến và Kiểu Dữ Liệu

Kiến thức về Biến và Kiểu Dữ Liệu

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Hard

Created by

InoTech Viet

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...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biến trong Python có thể thay đổi kiểu dữ liệu sau khi khai báo.

Đúng

Sai

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu nào sau đây là kiểu số thực?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Toán tử nào sau đây được dùng để lấy phần nguyên của phép chia?

/

//

%

**

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong câu lệnh if x == 5:, điều kiện nào sẽ được kiểm tra?

x = 5

x == 5

x != 5

x >= 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào sau đây lặp qua dãy số từ 1 đến 10?

for i in range(0, 10):

for i in range(1, 10):

for i in range(1, 11):

while i <= 10:

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong Python, toán tử logic để kiểm tra "và" là gì?

or

and

not

==

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Biến a = 10 và b = "10" có kiểu dữ liệu gì?

a là int, b là str

a là float, b là str

a là bool, b là str

a là str, b là bool

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?