B18.1-Tin10

B18.1-Tin10

12th Grade

10 Qs

quiz-placeholder

Similar activities

GUIA TECNOLOGIA 2

GUIA TECNOLOGIA 2

8th Grade - University

15 Qs

CPA UNIT 1

CPA UNIT 1

9th - 12th Grade

10 Qs

Parcial 4to Sistemas IB - 2021

Parcial 4to Sistemas IB - 2021

12th Grade - University

10 Qs

PTS INFORMATIKA FASE F TP 2023/2024

PTS INFORMATIKA FASE F TP 2023/2024

12th Grade

12 Qs

Quiz về Cấu trúc Rẽ nhánh trong Scratch

Quiz về Cấu trúc Rẽ nhánh trong Scratch

5th Grade - University

10 Qs

ôn thi học kì 1. CN6

ôn thi học kì 1. CN6

1st - 12th Grade

15 Qs

TỔNG ÔN BÀI 15

TỔNG ÔN BÀI 15

12th Grade

10 Qs

SIOT - Komunikasi Data Serial UART

SIOT - Komunikasi Data Serial UART

11th - 12th Grade

15 Qs

B18.1-Tin10

B18.1-Tin10

Assessment

Quiz

Instructional Technology

12th Grade

Hard

Created by

TRUC Ng

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chọn phương án trả lời đúng khi nhập số nguyên p từ bàn phím.

p=input("Nhập số nguyên p: ")

p=int("Nhập số nguyên p: ")

p=int(input("Nhập số nguyên p: "))

p=interger(input("Nhập số nguyên p:"))

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Những lệnh nào trong các lệnh sau sẽ báo lỗi.

int("12+45")

float(123.56)

float("123,5.5")

int(12.3)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Những lệnh nào trong các lệnh sau sẽ báo lỗi.

int("12.0")

float(13+1)

str(17.001)

int(12.6)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào sẽ trả lại giá trị là xâu kí tự?

str(150)

int("1110")

float("15.0")

float(7)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Xác định kiểu và giá trị của biểu thức sau 32>45?

int

bool

float

str

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhập dữ liệu kiểu số thực từ bàn phím, ta dùng lệnh?

x:=float(input())

x=float(input())

x=(input())

x=float(())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lệnh nào dùng để nhận biết kiểu dữ liệu của biến trong Python?

style()

str()

type()

int()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?