Data Strucuture & Python

Data Strucuture & Python

University

25 Qs

quiz-placeholder

Similar activities

พื้นฐาน Python ม2

พื้นฐาน Python ม2

1st Grade - University

21 Qs

ภาษา SQL

ภาษา SQL

University

22 Qs

แบบทดสอบเก็บคะแนน

แบบทดสอบเก็บคะแนน

10th Grade - Professional Development

20 Qs

Computer of Basic

Computer of Basic

6th Grade - University

20 Qs

องค์ประกอบคอมพิวเตอร์

องค์ประกอบคอมพิวเตอร์

University

20 Qs

Quiz 5 โปรแกรมกราฟิกสำหรับผลิตสื่อดิจิทัล

Quiz 5 โปรแกรมกราฟิกสำหรับผลิตสื่อดิจิทัล

University

20 Qs

แบบทดสอบ ม.3

แบบทดสอบ ม.3

University

20 Qs

ทดสอบ Python

ทดสอบ Python

University

20 Qs

Data Strucuture & Python

Data Strucuture & Python

Assessment

Quiz

Computers

University

Hard

Created by

Over Reaction

Used 29+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใด ไม่ใช่ โครงสร้างข้อมูลแบบเชิงเส้น (Linear List)

Array

Linked List

Stack

Queue

Tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อมูลตัวเลข 123456 เป็นโครงสร้างข้อมูล Data Type ประเภทใด

Integer

Floating Point

String

List

Number

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดเป็นข้อมูลประเภท Floating Point

"1234"

1234

12.34

-1234

มีคำตอบถูก 2 ข้อ

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ใน Python

print("123" + 456)

จะได้ผลลัพธ์ออกมาอย่างไร

579

123456

TypeError

"123456"

123.456

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ใน Python

print(int("123") + int("456"))

จะได้ผลลัพธ์ออกมาอย่างไร

"579"

123456

TypeError

"123456"

579

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

การดำเนินการชุดคำสั่งซ้ำ ๆ

โดยทำตามจำนวนครั้งที่กำหนดแบบมีเงื่อนไข

คำสั่งนั้น คือ คำสั่งใด

for

print()

input()

replay()

Loop()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดทำให้โปรแกรม หยุด การทำคำสั่งซ้ำ ๆ ตามเงิื่อนไข ใน Loop

break

cancel

exit

return

stop

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?