แบบทดสอบหลังเรียน Python Basic

แบบทดสอบหลังเรียน Python Basic

4th Grade

16 Qs

quiz-placeholder

Similar activities

เทคโนโลยีสารสนเทศและการสื่อสาร

เทคโนโลยีสารสนเทศและการสื่อสาร

1st - 12th Grade

20 Qs

เก็บคะแนน 1 - วิทยาการคำนวน ม.1

เก็บคะแนน 1 - วิทยาการคำนวน ม.1

1st - 12th Grade

20 Qs

วิทยาการคำนวณ ป.4 หน่วยการเรียนรู้ที่4 การนำเสนอข้อมูลสารสนเ

วิทยาการคำนวณ ป.4 หน่วยการเรียนรู้ที่4 การนำเสนอข้อมูลสารสนเ

4th - 6th Grade

20 Qs

บทที่ 5 เทคโนโลยีการสื่อสาร ม.2

บทที่ 5 เทคโนโลยีการสื่อสาร ม.2

KG - Professional Development

20 Qs

ฐานข้อมูลเบื้องต้น

ฐานข้อมูลเบื้องต้น

1st - 12th Grade

20 Qs

แบบทดสอบเก็บคะแนนครั้งที่ 2

แบบทดสอบเก็บคะแนนครั้งที่ 2

1st - 5th Grade

11 Qs

แบบทดสอบวิทยาการคำนวณ ป.6

แบบทดสอบวิทยาการคำนวณ ป.6

1st - 5th Grade

15 Qs

แบบทดสอบปลายภาค ภาษซี  14/2/67

แบบทดสอบปลายภาค ภาษซี 14/2/67

4th Grade

20 Qs

แบบทดสอบหลังเรียน Python Basic

แบบทดสอบหลังเรียน Python Basic

Assessment

Quiz

Computers

4th Grade

Hard

Created by

ครูกนกวรรณ สุวรรณกูฏ

Used 79+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int คือชนิดข้อมูลแบบข้อใด

ข้อความ

ตัวเลขจำนวนเต็ม

ตัวเลขทศนิยม

จำนวนจินตภาพ

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

float คือชนิดข้อมูลแบบข้อใด

ข้อความ

ตัวเลขจำนวนเต็ม

ตัวเลขทศนิยม

จำนวนจินตภาพ

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

str คือชนิดข้อมูลแบบข้อใด

ข้อความ

ตัวเลขจำนวนเต็ม

ตัวเลขทศนิยม

จำนวนจินตภาพ

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Hello world

This is my name

ข้อใดคือ code ที่ถูกต้อง

x = Hello world

y=This is my name

print(x)

print(y)

x = "Hello world"

y="This is my name"

print[x]

print[y]

a = 'Hello world'

b='This is my name'

print(a)

print(b)

a = 'Hello world'

b='This is my name'

print[x]

print[y]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a=500

print(a)

print(type(a))

ข้อใดตอบถูกต้อง

500.00

int

500

int

500.00

float

500

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

d=3.55

print(d)

print(type(d))

ข้อใดตอบถูกต้อง

3.55

int

35

int

3.55

float

35.5

float

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a = "1.265"

print (type(a))

a = int(1.265)

print (type(a))

สุดท้ายแล้วตัวแปร a จะมีชนิดข้อมูลตามข้อใด

int

float,

str

complex

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?