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

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

10th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

6th Grade - University

15 Qs

Data Conversion &  User Input

Data Conversion & User Input

10th Grade

10 Qs

หน่วยที่ 2 เรื่อง ( Language C )

หน่วยที่ 2 เรื่อง ( Language C )

9th - 12th Grade

15 Qs

บทที่ 2 การออกแบบวิธีแก้ปัญหา (ชนิดของตัวแปร นิพจน์ และเงื่อนไข)

บทที่ 2 การออกแบบวิธีแก้ปัญหา (ชนิดของตัวแปร นิพจน์ และเงื่อนไข)

9th - 12th Grade

10 Qs

แบบทดสอบก่อนเรียนภาษาPython

แบบทดสอบก่อนเรียนภาษาPython

10th Grade

10 Qs

ภาษาซี Array

ภาษาซี Array

10th Grade - University

10 Qs

ตัวแปร (Variable)

ตัวแปร (Variable)

10th Grade

10 Qs

Pretest หน่วยที่ 4

Pretest หน่วยที่ 4

KG - University

15 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?