ข้อสอบ เรื่อง List

ข้อสอบ เรื่อง List

6th Grade

10 Qs

quiz-placeholder

Similar activities

Pear Deck and Progress Journals

Pear Deck and Progress Journals

1st - 12th Grade

10 Qs

ความปลอดภัยในการใช้งานเทคโนโลยีสารสนเทศ ป.6

ความปลอดภัยในการใช้งานเทคโนโลยีสารสนเทศ ป.6

6th Grade

10 Qs

Đề ôn tập datatype python(P1)

Đề ôn tập datatype python(P1)

6th - 8th Grade

10 Qs

python L2

python L2

6th - 8th Grade

10 Qs

Nama mama buah & benda Inggris

Nama mama buah & benda Inggris

6th Grade

7 Qs

Pre-Post Unit 2

Pre-Post Unit 2

KG - University

10 Qs

ส่วนประกอบของคอมพิวเตอร์

ส่วนประกอบของคอมพิวเตอร์

4th - 6th Grade

10 Qs

แบบทดสอบที่ 1 การออกแบบเทคโนโลยี

แบบทดสอบที่ 1 การออกแบบเทคโนโลยี

6th - 8th Grade

10 Qs

ข้อสอบ เรื่อง List

ข้อสอบ เรื่อง List

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Nutthawut Songkamphon

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การเก็บข้อมูลแบบลิสต้องอยู่ภายใต้เครื่องหมายในข้อใด

( )

{ }

[ ]

# #

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อมูลในลิสจะมี index เริ่มต้นที่ใด

0

1

2

-1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

กำหนดให้

thislist = ["apple", "banana", "cherry", "apple", "cherry"]

ข้อใด คือ คำสั่งแสดงผลข้อมูลในลิส

print

input

print(thislist)

input(thislist)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

กำหนดให้

thislist = ["apple", "banana", "cherry", "apple", "cherry"]

thislist มีความยาวเท่าใด

5

4

3

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

กำหนดให้

thislist = ["apple", "banana", "cherry"]

ถ้าใช้คำสั่ง print(thislist[2]) ได้ผลดังข้อใด

apple

banana

cherry

thislist

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

กำหนดให้

thislist = ["apple", "banana", "cherry"]

ถ้าใช้คำสั่ง print(thislist[-2]) ได้ผลดังข้อใด

apple

banana

cherry

thislist

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

กำหนดให้

thislist = ["apple", "banana", "cherry"]

ถ้าต้องการเพิ่มข้อมูลเข้าไปในลิสก์ในตำแหน่งสุดท้ายใช้คำสั่งในข้อใด

remove

append

insert

pop

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?