Q3 ADT ArrayList

Q3 ADT ArrayList

1st Grade

10 Qs

quiz-placeholder

Similar activities

Pre-Post Unit 2

Pre-Post Unit 2

KG - University

10 Qs

ComPro  Global variable

ComPro Global variable

1st Grade

5 Qs

หนทางหมื่นลี้ เริ่มต้นที่ธงเขียว ป.4 1.2567

หนทางหมื่นลี้ เริ่มต้นที่ธงเขียว ป.4 1.2567

1st - 5th Grade

8 Qs

แบบทดสอบครั้งที่ 1

แบบทดสอบครั้งที่ 1

1st - 4th Grade

10 Qs

PTD Summer

PTD Summer

1st Grade - University

10 Qs

โครสร้างภาษาCเบื้องต้น

โครสร้างภาษาCเบื้องต้น

1st - 2nd Grade

10 Qs

Excel

Excel

1st - 3rd Grade

10 Qs

แบบทดสอบหน่วยการเรียนรู้ที่ 5 ค้างคาวกินกล้วย

แบบทดสอบหน่วยการเรียนรู้ที่ 5 ค้างคาวกินกล้วย

1st - 5th Grade

10 Qs

Q3 ADT ArrayList

Q3 ADT ArrayList

Assessment

Quiz

Computers

1st Grade

Hard

Created by

noi pc

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ในเมนโปรแกรมมีการเรียกใช้งาน function f1 ดังนี้

int answer;

answer=f1(10,20);

ในส่วนของฟังก์ชัน f1 บริเวณหัวฟังก์ชันควรเขียนอย่างไร

void f1(x,y)

int f1(int x, int y)

void f1(int x, int y)

int f1(int x, y)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ในเมนโปรแกรมมีการเรียกใช้งาน function f1 ดังนี้

int x=5, *ptr;

ptr=&x;

f1(ptr);

ในส่วนของฟังก์ชัน f1 บริเวณหัวฟังก์ชันควรเขียนอย่างไร

void f1(int *ptr)

void f1(int &ptr)

void f1(int ptr)

int f1(ptr)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ในเมนโปรแกรมมีการเรียกใช้งาน function f1 ดังนี้

f1(3.5);

ในส่วนของฟังก์ชัน f1 บริเวณหัวฟังก์ชันควรเขียนอย่างไร

void f1(int x)

int f1(float x)

void f1(float x)

void f1(x)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

ในเมนโปรแกรมมีการเรียกใช้งาน function f1 ดังภาพ

ในส่วนของฟังก์ชัน f1 บริเวณหัวฟังก์ชันควรเขียนอย่างไร

void f1(struct record *n)

void f1(struct record n)

int f1(int *n)

void f1(struct n)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

จากส่วนของโปรแกรม

บรรทัดที่ 10 ถ้าให้แสดงด้วยภาพ โปรแกรมจะทำงานด้วยภาพใด

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ผลจากโปรแกรมนี้คืออะไร

1234

4321

432

123

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

ผลลัพธ์ที่แสดงบนจอภาพคืออะไร

1234

4321

123

432

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?