Q3 ADT ArrayList

Quiz
•
Computers
•
1st Grade
•
Hard
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
ในเมนโปรแกรมมีการเรียกใช้งาน 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
จากส่วนของโปรแกรม
บรรทัดที่ 10 ถ้าให้แสดงด้วยภาพ โปรแกรมจะทำงานด้วยภาพใด
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
ผลจากโปรแกรมนี้คืออะไร
1234
4321
432
123
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
ผลลัพธ์ที่แสดงบนจอภาพคืออะไร
1234
4321
123
432
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
การใช้คอมพิวเตอร์พื้นฐานสำหรับนักเรียน

Quiz
•
1st Grade
15 questions
ตารางงาน บทที่ 1

Quiz
•
1st Grade
10 questions
อัลกอริทึม(Algorithm)

Quiz
•
1st Grade
10 questions
Pseudo Code

Quiz
•
1st - 3rd Grade
15 questions
แบบทดสอบท้ายเรื่องที่ 1 ภาษาไพธอน

Quiz
•
1st Grade
10 questions
Programming

Quiz
•
1st - 10th Grade
12 questions
การประเมินความรู้พื้นฐานการเขียนโปรแกรม

Quiz
•
1st Grade
10 questions
PTD Summer

Quiz
•
1st Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade