Q3 ADT ArrayList

Q3 ADT ArrayList

1st Grade

10 Qs

quiz-placeholder

Similar activities

Programming

Programming

1st - 10th Grade

10 Qs

Data Structure and Algorithm

Data Structure and Algorithm

1st - 3rd Grade

15 Qs

แบบทดสอบก่อนเรียนวิทยาการคำนวณ ม.1

แบบทดสอบก่อนเรียนวิทยาการคำนวณ ม.1

1st Grade

10 Qs

scratch

scratch

1st Grade

10 Qs

อัลกอริทึม(Algorithm)

อัลกอริทึม(Algorithm)

1st Grade

10 Qs

Python Quiz

Python Quiz

1st - 3rd Grade

15 Qs

การประเมินผล

การประเมินผล

1st - 5th Grade

10 Qs

สอบกลางภาค JAVA เรียนที่ 1/2562

สอบกลางภาค JAVA เรียนที่ 1/2562

KG - 12th Grade

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

Discover more resources for Computers