Bài 1

Bài 1

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Tìm Kiếm và Thay Thế

Tìm Kiếm và Thay Thế

6th - 7th Grade

8 Qs

TUỔI TRẺ SÁNG TẠO_OU

TUỔI TRẺ SÁNG TẠO_OU

1st Grade - Professional Development

10 Qs

UTS Informatika 7 2

UTS Informatika 7 2

7th Grade

14 Qs

Bổ ngữ trạng thái

Bổ ngữ trạng thái

KG - University

12 Qs

Hành trình Khai Vấn

Hành trình Khai Vấn

1st Grade - Professional Development

10 Qs

외모 복장

외모 복장

1st - 12th Grade

13 Qs

xiem hiểu nhau bao nhiêu nà

xiem hiểu nhau bao nhiêu nà

8th Grade

10 Qs

arduino4

arduino4

7th - 12th Grade

10 Qs

Bài 1

Bài 1

Assessment

Quiz

Special Education

6th - 8th Grade

Medium

Created by

An Pham

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

Cú pháp câu lệnh nào dưới đây chính xác  khi in dòng chữ “Hello World” trong Python:

print ‘Hello World’

print (‘Hello World’)

print (Hello World)

Print(‘Hello World’)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả được in ra khi sử dụng câu lệnh dưới đây là gì:

print(‘a’, ‘b’, ‘c’, sep = ‘+’)


‘a’, ‘b’, ‘c’, sep = ‘+’


abc+

a+b+c

a+b+c+sep

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả in ra của câu lệnh 1 và 2 dưới đây có khác nhau không

print(‘a’, ‘b’, ‘c’, ‘d’)

print(‘a’, ‘b’, ‘c’, ‘d’, sep= ‘ ‘)


Không

4.

OPEN ENDED QUESTION

1 min • 1 pt

Số dòng được in ra trên màn hình khi sử dụng đoạn lệnh dưới đây là bao nhiêu?

print(‘Hello world\n’)

print(‘I love myself’)


Evaluate responses using AI:

OFF

Answer explanation

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hoàn thành câu lệnh dưới đây:

………(‘Xin chào các bạn!’)


print

write

Print

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điền vào chỗ _____ để câu lệnh in ra dòng chữ “H_L_L_O”

print(‘H’, ‘L’, ‘L’, ‘O’, ______ = _____)

sep và “_”

“_” và sep

end và “_”

“_” và end

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh sau đây hiển thị lên màn hình dòng chữ “Sách + Vở” đúng hay sai

print(sep= ‘+’, “Sách”, “Vở”)

Sai

Đúng

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?