Python Programming

Python Programming

University

48 Qs

quiz-placeholder

Similar activities

Python Programming - I B.Sc CS quiz

Python Programming - I B.Sc CS quiz

University

50 Qs

Câu hỏi về xâu kí tự trong Python

Câu hỏi về xâu kí tự trong Python

10th Grade - University

44 Qs

CA Test 2

CA Test 2

University

50 Qs

Art Elements for Computer Works (ฺ2BBC2) Unit 2-3

Art Elements for Computer Works (ฺ2BBC2) Unit 2-3

University

50 Qs

Quiz on SDGs, Entrepreneurship, and Python

Quiz on SDGs, Entrepreneurship, and Python

10th Grade - University

50 Qs

SP- Level 2

SP- Level 2

5th Grade - Professional Development

50 Qs

แบบทดสอบการใช้งานโปรแกรม MATLAB เบื้องต้น 50 ข้อ

แบบทดสอบการใช้งานโปรแกรม MATLAB เบื้องต้น 50 ข้อ

University

50 Qs

สอบปลายภาค วิชาจาวาเว็บ

สอบปลายภาค วิชาจาวาเว็บ

University

48 Qs

Python Programming

Python Programming

Assessment

Quiz

Computers

University

Hard

Created by

Phuminun Bua-ngam

Used 8+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ข้อใดกล่าวไม่ถูกต้อง

ไพธอน ไม่สามารถรันได้ใน Linux

ไพธอน สามารถรันได้ทุกแพลตฟอร์ม

 ไพธอน ไม่มีคำสั่ง Do while

ไพธอน ใช้การแปลภาษาแบบอินเตอร์พรีเตอร์

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ข้อใดกล่าวไม่ถูกต้องเกี่ยวกับการแปลภาษาแบบ Compiler และ Interpreter

Compiler เมื่อแปลภาษาแล้วจะได้ .exe (Execute File)

Compiler ทำงานได้เร็วกว่า Interpreter หลายเท่าตัว เมื่อโปรแกรมมีขนาดใหญ่

Interpreter จะแปลภาษาทีละบรรทัด

Python เป็นภาษาแบบมี Compiler

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

ข้อใดไฟล์นามสกุลของภาษาไพธอน

.c

.py

 .python

idle

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ข้อใดประกาศตัวแปรได้ถูกต้อง

_def  = 1

@score = 10.20

elif = ‘’

@try = [‘try’, ‘it’,’your’,’self’]

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

ข้อใดประกาศตัวแปรได้ไม่ถูกต้อง

x = [0,1,2]

a=b=c=0

 a,b = [10,20,50]

a=[‘true’,{1,2,3,4}]

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

a/4*((4*(b**2)-(a**2))**(1/2)

a%4*((4*(b**2)-(a**2))**(1/2)

a/4*(sqrt(4*(b**2)-(a**2)),(1/2)

 a/4*((4*(pow(2))-(a**2))**(1/2

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

x = 10

x++

print(x)

11

10

12

Error

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?