Python02

Python02

University

12 Qs

quiz-placeholder

Similar activities

Python debugging

Python debugging

University

10 Qs

Python

Python

7th Grade - University

10 Qs

UIT1111 Modul 1 (COPTPA)

UIT1111 Modul 1 (COPTPA)

University

10 Qs

MS Paint Quiz Ch6

MS Paint Quiz Ch6

3rd Grade - University

15 Qs

WEEK15 LAST TEST

WEEK15 LAST TEST

University

10 Qs

Lección 3 E-thinking - python

Lección 3 E-thinking - python

University

9 Qs

หลักการเขียนโปรแกรม

หลักการเขียนโปรแกรม

University

10 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python02

Python02

Assessment

Quiz

Computers

University

Medium

Created by

อ.วุฒิพงษ์ เรือนทอง

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(5+5*5)
ผลลัพธ์คือ

30

50

555

Error

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(3**2*3)
ผลลัพธ์คือ

27

18

729

Error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(17//3%3)

ผลลัพธ์ คือ

2

17

0

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ผลลัพธ์ คือ

true

True

false

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้า colors = ['Red', 'Green', 'Blue', 'Yellow’] แล้ว

print(colors[1]) คือ ข้อใด

Blue

Green

Yellow

Red

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้า colors = ['Red', 'Green', 'Blue', 'Yellow’] แล้ว

print(colors[len(colors)-1]) คือ ข้อใด

Blue

Green

Yellow

Red

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ถ้า colors = ['Red', 'Green', 'Blue', 'Yellow’] แล้ว

print(colors[-2]) คือ ข้อใด

Blue

Green

Yellow

Red

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?