Binding

Binding

University

11 Qs

quiz-placeholder

Similar activities

หน่วยที่ 3 การเขียนโปรแกรมแบบตามลำดับ

หน่วยที่ 3 การเขียนโปรแกรมแบบตามลำดับ

University

10 Qs

Python01

Python01

University

10 Qs

แบบทดสอบการเขียนโปรแกรมเบื้องต้น

แบบทดสอบการเขียนโปรแกรมเบื้องต้น

12th Grade - University

15 Qs

ความรู้เบื้องต้นเกี่ยวกับ google apps

ความรู้เบื้องต้นเกี่ยวกับ google apps

University

13 Qs

FLOWCHART

FLOWCHART

University

14 Qs

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

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

7th Grade - University

10 Qs

ความรู้เบื้องต้นเกี่ยวกับ Google app

ความรู้เบื้องต้นเกี่ยวกับ Google app

University

9 Qs

หน่วยการเรียนรู้ที่ 2 การออกแบบและการเขียนโปรแกรมเบื้องต้น

หน่วยการเรียนรู้ที่ 2 การออกแบบและการเขียนโปรแกรมเบื้องต้น

KG - Professional Development

10 Qs

Binding

Binding

Assessment

Quiz

Computers

University

Easy

Created by

Tasanawan Soonklang

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดไม่สามารถใช้ตั้งชื่อตัวแปรในภาษา Python ได้

last_updated

_temp

ผลบวก

continue

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดเป็นการตัวชื่อแบบ Camel Case

last_name

lastName

last-name

LastName

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดเป็นชื่อตัวแปร/ชื่อฟังก์ชันใน Python ที่ถูกต้องตาม PEP 8 – Style Guide for Python Code

reverse_name
(Snake case)

ReverseName

(Pascal case)

reverseName

(Camel case)

reverse-name

(Kebab case)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดจับคู่ Binding time ไม่ถูกต้อง

* คือ operator ในการคูณ : Language design time

ชนิดข้อมูลของตัวแปรใน Java : Compile time

ค่าของตัวแปร local ในฟังก์ชันภาษา C: Link time

float ใช้พื้นที่ 4 ไบต์: Language implementation time

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดเป็น dynamic binding ในภาษา C (เกิดขึ้น ณ ตอน runtime)

int x;

x = 6;

static int x = 5;

int x จองพื้นที่ในหน่วยความจำ 4 ไบต์

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

ภาษา Java เป็น Dynamic type binding

ภาษา Python เป็น Static type binding

ภาษา Java ประกาศตัวแปรแบบ explicit declaration

ภาษา C ประกาศตัวแปรแบบ implicit declaration

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ข้อใดพื้นที่ในหน่วยความจำสำหรับจัดเก็บ (storage allocation)

static, frame, type

stack, static, heap

local, global

explicit storage, implicit storage

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?