ชนิดข้อมูลในภาษาไพธอน

ชนิดข้อมูลในภาษาไพธอน

10th Grade

10 Qs

quiz-placeholder

Similar activities

Advance Python

Advance Python

KG - Professional Development

10 Qs

C

C

10th Grade

10 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

10th Grade

10 Qs

แบบทดสอบก่อน-หลังเรียน

แบบทดสอบก่อน-หลังเรียน

9th - 12th Grade

10 Qs

Типы данных Python2

Типы данных Python2

6th Grade - University

12 Qs

Bài 18-Các lệnh vào ra đơn giản

Bài 18-Các lệnh vào ra đơn giản

10th Grade

10 Qs

Chapter 2 Python

Chapter 2 Python

8th Grade - University

13 Qs

ชนิดข้อมูลในภาษาไพธอน

ชนิดข้อมูลในภาษาไพธอน

Assessment

Quiz

Computers

10th Grade

Hard

Created by

อัจฉราพร ขันธุแสง

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือชนิดข้อมูลที่เก็บตัวเลขจำนวนเต็ม?

float

str

int

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

หากต้องการเก็บข้อความ "Python Programming" ควรใช้ชนิดข้อมูลใด?

float

str

int

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ค่า True และ False จัดอยู่ในชนิดข้อมูลใด?

float

str

int

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ชนิดข้อมูลใดที่ใช้เก็บตัวเลขทศนิยม?

float

str

int

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือตัวแปรที่เก็บค่าชนิด float?

x = 10

name = "Alice"

is_active = True

pi = 3.14

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ถ้าต้องการเก็บรายการผลไม้ เช่น "apple", "banana", "cherry" ควรใช้ชนิดข้อมูลใด?

dict

str

int

list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือตัวอย่างของชนิดข้อมูล dict ที่ถูกต้อง?

fruits = ["apple", "banana"]

person = (name="Alice", age=25)

is_active = True

student = {"name": "Bob", "id": "S001"}

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?