
Linked list
Authored by noi pc
Computers
University
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
การ insert ข้อมูลด้านหน้าสุดของ doubly linked list เงื่อนไขข้อใดถูกต้อง (doubly linked list มีข้อมูลอยู่แล้ว)
if(data > head->value)
if(data < head->value)
if(data < head->prev)
if(data > head->prev)
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
การเชื่อมข้อมูลต่อท้าย doubly linked โดยกำหนดว่าข้อมูลใหม่มี node เก็บตำแหน่งของข้อมูลใหม่อยู่ ข้อใดถูก
tail->next->prev=node;
node->prev=tail;
tail->prev=node;
node->next=tail;
tail->next=node;
node->prev=tail;
tail->next=node;
node->next=tail;
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ต้องการนับจำนวน node ใน linked list ข้อใดถูก
count=0;
p=head;
while(p!=NULL)
{ count++;
p=p->next;
}
count=0;
p=head;
while(p->next!=NULL)
{ count++;
p=p->next;
}
count=0;
p=head;
while(p->next->value!=NULL)
{ count++;
p=p->next;
}
count=0;
p=head;
while(p==NULL)
{ count++;
p=p->next;
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ต้องการสร้าง structure เพื่อเก็บ polynomial เช่นเดียวกับการบ้าน ข้อใดถูก
struct record
{ int value;
struct record con;
struct record pow;
};
struct record
{ int value;
struct record *con;
struct record *pow;
};
struct record
{
struct record con;
int value;
struct record pow;
};
มีข้อถูกมากกว่า 1 ข้อ
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ถ้า head ชี้ linked list โหนดแรก หากต้องการให้ head เลื่อนไปชี้โหนดลำดับที่ 3 ข้อใดถูก
head=head->next;
head=head->next->next;
head=head->next;
head=head->next;
มีข้อถูกมากกว่า 1 ข้อ
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
ÔN TẬP BÀI 16 - K10
Quiz
•
10th Grade - University
10 questions
Java Quiz 1
Quiz
•
University
10 questions
Quiz ECIH Week 4
Quiz
•
University
10 questions
Quiz despre B Tree
Quiz
•
University
10 questions
Web-II-Loop and Function
Quiz
•
University
10 questions
Hojas de Estilo
Quiz
•
University
10 questions
Algorithm analysis: divide & conquer theory
Quiz
•
University
10 questions
Bài tập biểu mẫu
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade