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

Quiz
•
Computers
•
4th Grade
•
Hard
ครูกนกวรรณ สุวรรณกูฏ
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
Similar Resources on Wayground
15 questions
ทบทวนป.2/68 เทอม 2

Quiz
•
2nd Grade - University
20 questions
แบบทดสอบก่อนเรียน เทคโนโลยีสารสนเทศและการสื่อสาร

Quiz
•
1st - 5th Grade
18 questions
แบบทดสอบหลังเรียน Microsoft Excel ป.5

Quiz
•
4th - 6th Grade
20 questions
บทที่ 2 การออกแบบและเขียนโปรแกรมอย่างง่าย-ป.6

Quiz
•
4th Grade
21 questions
พื้นฐาน Python ม2

Quiz
•
1st Grade - University
18 questions
Python 2 модуль

Quiz
•
4th - 11th Grade
15 questions
BBL Pre-Test

Quiz
•
1st - 5th Grade
20 questions
Scratch สำหรับการสอนวิทยาการคำนวณ

Quiz
•
1st - 5th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade