ไพทอน 04 การรับค่า

ไพทอน 04 การรับค่า

11th Grade

10 Qs

quiz-placeholder

Similar activities

ภาษาซี Array

ภาษาซี Array

10th Grade - University

10 Qs

Post-test lesson.3 -- Google forms

Post-test lesson.3 -- Google forms

7th Grade - Professional Development

12 Qs

องค์ประกอบคอมพิวเตอร์

องค์ประกอบคอมพิวเตอร์

9th - 12th Grade

10 Qs

กลางภาค ภาษาซี

กลางภาค ภาษาซี

9th - 12th Grade

15 Qs

Unit 1 - post-test

Unit 1 - post-test

10th Grade - University

10 Qs

แบบทดสอบเรื่องการรับค่าในภาษาไพทอน (รายบุคคล)

แบบทดสอบเรื่องการรับค่าในภาษาไพทอน (รายบุคคล)

9th - 12th Grade

10 Qs

ทวนความรู้ครั้งที่ 3

ทวนความรู้ครั้งที่ 3

9th - 12th Grade

15 Qs

สอบหลังเรียนการเก็บรวบรวมข้อมูลและการสำรวจข้อมูล

สอบหลังเรียนการเก็บรวบรวมข้อมูลและการสำรวจข้อมูล

9th - 12th Grade

11 Qs

ไพทอน 04 การรับค่า

ไพทอน 04 การรับค่า

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Suleeporn Yuprasit

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ฟังก์ชั่นในการรับค่า คือข้อใด

scanf

input

print

math

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อมูลชนิดใดที่ไม่ได้รับค่าเพื่อประมวลผล

str

float

bool

int

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ทุกครั้งที่มีการรับค่า ข้อมูลจะถูกมองว่าเป็นชนิดข้อมูลแบบใด

str

int

float

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

score = int (score) คำสั่งนี้คือการทำอะไร

เก็บค่าไว้ในตัวแปร score

กำหนดให้มีการรับค่าข้อมูล

แปลงค่าที่รับเข้ามาให้เป็นชนิดข้อมูล int

ถูกทุกข้อ

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

score = input("รับค่าตัวเลข ") จากคำสั่งดังกล่าว เป็นการทำอะไร

รับค่าตัวเลขมาเก็บไว้ในตัวแปร score

แสดงค่าในตัวแปร score

แปลงชนิดข้อมูลในตัวแปร score ให้เป็นตัวเลข

กำหนดค่าให้กับตัวแปร score เป็นตัวเลข

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

gpa = float (gpa) ข้อใดคือชนิดข้อมูลที่ถูกแปลง

int

float

str

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

gpa = input("ใส่ GPA ของนักเรียน")

gpa = float(gpa)

สามารถเขียนโปรแกรมให้สั้นได้อย่างไร

gpa = input(float)

gpa = float("ใส่ GPA ของนักเรียน")

gpa = float(input("ใส่ GPA ของนักเรียน")

input = float(gpa)

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?