Tin

Tin

1st - 5th Grade

60 Qs

quiz-placeholder

Similar activities

Andrew CLC V.1

Andrew CLC V.1

4th Grade

55 Qs

Fractions

Fractions

4th Grade

64 Qs

tin 7-BUỔI HỌC ÔN TÂP TUAN 9

tin 7-BUỔI HỌC ÔN TÂP TUAN 9

1st Grade

62 Qs

Tin 12

Tin 12

1st Grade

57 Qs

Toeic_ETS-2020_Vocab_Part 5.3

Toeic_ETS-2020_Vocab_Part 5.3

KG - Professional Development

60 Qs

Gr9 - U2 - Grammar - Past Simple vs Present Perfect

Gr9 - U2 - Grammar - Past Simple vs Present Perfect

5th Grade - University

55 Qs

On bai

On bai

1st Grade

63 Qs

28 THÁNG  8 2021 - HIẾU QUIZ 4

28 THÁNG 8 2021 - HIẾU QUIZ 4

1st - 12th Grade

65 Qs

Tin

Tin

Assessment

Quiz

English

1st - 5th Grade

Easy

Created by

abc def

Used 9+ times

FREE Resource

60 questions

Show all answers

1.

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("5*2)

float(123)

str(5)

tất cả đều báo lỗi

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

để đưa ra màn hình 3,4 mỗi số trên 1 dòng ta dùng lệnh gì?

print('3,4')

print(3') print('4')

print(3' ,end=") print('4')

print('3') ('4')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

để nhập vào 2 số thực a,b mỗi số trên 1 dòng trong pythin ta dùng lệnh nào dưới đây?

a=int(input()) b=int(input())

a=float(input()) b= float(input())

a,b=map(float,input(),split())

a,b=map(int,input().split())

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

trong python để nhập vào số nguyên n từ bàn phím,ta dùng lệnh nào?

n=int(input('chuỗi thông báo:'))

n=(input('chuỗi thông báo'))

n=('chuỗi thông báo')

int(input('chuỗi thông báo: '))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

để nhập vào ba số nguên a,b,c từ bàn phím ngăn cách nhau bởi 1 dấu cách,ta có thể dùng lệnh gì?

a,b,c=int(input('chuỗi thông báo:'))

a,b,c=map(int,input('chuỗi thông báo:').split())

a,b,c=map(float,input('chuỗi thông báo:').split())

a,b,c=float(input('chuỗi thông báo:'))

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

muốn giữ cho con trỏ không chuyển xuống đầu dòng tiếp theo ta có thể dùng lệnh nào?

print(<danh sách kết quả ra>)

write(<danh sách kết quả ra>,end=")

cout<<(<danh sách kết quả ra>,end=")

print(<danh sách kết quả ra>,end=")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

để đưa màn hình dòng chữ"xin chào" trong python ta dùng lệnh gì?

print(xin chao)

print('xin chào')

input(xin chao)

input('xin chao')

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?