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

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

10th Grade

10 Qs

quiz-placeholder

Similar activities

ตัวแปรและชนิดข้อมูล

ตัวแปรและชนิดข้อมูล

10th Grade

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Type data python

Type data python

9th Grade - University

15 Qs

Программирование тест №2

Программирование тест №2

10th Grade

10 Qs

ICS Test #4 review

ICS Test #4 review

9th - 12th Grade

15 Qs

Python

Python

7th Grade - University

10 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

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

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

9th - 12th Grade

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