VRESEC-24.01.2024-AN-1-3
Quiz
•
English
•
Professional Development
•
Practice Problem
•
Medium
CCC info@ccc.training
Used 1+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A linear collection of data elements where the linear node is given by means of pointer is called?
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the time complexity to count the number of elements in the linked list?
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of following function for start pointing to first node of following linked list? 1->2->3->4->5->6 void fun(struct node* start) { if(start == NULL) return; printf("%d ", start->data); if(start->next != NULL ) fun(start->next->next); printf("%d ", start->data); }
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the functionality of the following piece of code? public int function(int data) { Node temp = head; int var = 0; while(temp != null) { if(temp.getData() == data) { return var; } var = var+1; temp = temp.getNext(); } return Integer.MIN_VALUE; }
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Linked lists are not suitable to for the implementation of?
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In the worst case, the number of comparisons needed to search a singly linked list of length n for a given element is
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
B2.2 Unit 5 Inversions
Quiz
•
9th Grade - Professio...
20 questions
B1 MIDTERM EXAM
Quiz
•
Professional Development
10 questions
THE MOUSE
Quiz
•
KG - Professional Dev...
11 questions
Website Security Features.
Quiz
•
Professional Development
10 questions
midterm ทำงาน
Quiz
•
Professional Development
15 questions
REVIEW NF1 SOUND AND RADIO
Quiz
•
Professional Development
16 questions
Nationalities
Quiz
•
3rd Grade - Professio...
10 questions
Quiz about Poland
Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
