OOP-2

OOP-2

University

10 Qs

quiz-placeholder

Similar activities

CMP128 Java Ch. 05 Methods

CMP128 Java Ch. 05 Methods

University

10 Qs

SS2425 WMAD S6+L17 Quiz Time

SS2425 WMAD S6+L17 Quiz Time

University

10 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Awesome MyReSkill IoT

Awesome MyReSkill IoT

12th Grade - Professional Development

10 Qs

Quiz3

Quiz3

University

12 Qs

Introduction to Python Quiz

Introduction to Python Quiz

8th Grade - University

10 Qs

IDS TAE-III

IDS TAE-III

University

9 Qs

Quiz 11

Quiz 11

University

10 Qs

OOP-2

OOP-2

Assessment

Quiz

Computers

University

Hard

Created by

Oraya Sooknit

Used 15+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

ข้อใดคือข้อมูลชนิดตัวเลข (Number)

num = 10

grade = 3.5

result = -1

size = 2x

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

ข้อใดไม่ใช่ข้อมูลชนิด Sequence

string

set

list

tuple

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

ข้อใดคือข้อมูลขนิด String

msg = "Python Programming"

grade = 'A'

number = '50'

score = 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ตัวแปร str คือข้อมูลชนิดใด

str = ["Oraya",45,“Thungsong",'B',""]

list

set

tuple

string

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

ตัวแปร tplA ไม่สามารถใช้คำสั่งใดได้

tplA = ("Oraya",45,"Chauat",'B',"“)

tplA.append(“36")

print(tplA[4])

print(tplA[5])

print(type(tplA))

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

ตัวแปรชนิด Dictionary ประกอบด้วย 2 ค่าคือค่าใด

key

value

index

pointer

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

ข้อใดคือรูปแบบการเขียน comment ใน python

#create by Mark

"""This program for education"""

/*Create by JB*/

//Create by bambam

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?