OOP-2

OOP-2

University

10 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

University

15 Qs

1.1 - Computer System

1.1 - Computer System

KG - University

11 Qs

Mini recapitulare - exceptii

Mini recapitulare - exceptii

University

7 Qs

Loop

Loop

University

15 Qs

Xamarin

Xamarin

University

9 Qs

Snort Usage Quiz

Snort Usage Quiz

University

11 Qs

برمجة تطبيقات الأجهزة الذكية

برمجة تطبيقات الأجهزة الذكية

11th Grade - University

9 Qs

PHST Software 1

PHST Software 1

1st Grade - University

11 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?