Data Strucuture & Python

Data Strucuture & Python

University

25 Qs

quiz-placeholder

Similar activities

การพัฒนาเว็บเพจด้วยภาษา PHP

การพัฒนาเว็บเพจด้วยภาษา PHP

University

20 Qs

แบบทดสอบกลางภาค

แบบทดสอบกลางภาค

10th Grade - University

20 Qs

แบบทดสอบ Python เบื้องต้น P6

แบบทดสอบ Python เบื้องต้น P6

University

20 Qs

ข้อสอบ Adobe Dreamweaver CS6

ข้อสอบ Adobe Dreamweaver CS6

University

20 Qs

การเขียนโปรแกรมมาตรฐานเปิด

การเขียนโปรแกรมมาตรฐานเปิด

10th Grade - University

20 Qs

Pipeline, Scalar & Vector Processor

Pipeline, Scalar & Vector Processor

University

20 Qs

ข้อสอบ Photoshop Cs6

ข้อสอบ Photoshop Cs6

University

20 Qs

หลักการทำงานของคอมพิวเตอร์

หลักการทำงานของคอมพิวเตอร์

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?