
Untitled Quiz

Quiz
•
Computers
•
University
•
Hard
Menaka Chameli
Used 2+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following application makes use of a circular linked list?
a)Recursive function calls
b) Undo operation in a text editor
c) Implement Hash Tables
d) Allocating CPU to resources
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following tree data structures is not a balanced binary tree?
a) Splay tree
b) B-tree
c) AVL tree
d) Red-black tree
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is an AVL tree?
a) a tree which is unbalanced and is a height balanced tree
b) a tree which is balanced and is a height balanced tree
c) a tree with atmost 3 children
d) a tree with three children
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the functionality of the following piece of code?
public void display()
{
if(size == 0)
System.out.println("underflow");
else
{
Node current = first; while(current != null)
{
System.out.println(current.getEle()); current = current.getNext();
}
}
}
a) display the list
b) reverse the list
c) reverse the list excluding top-of-the-stack-element
d) display the list excluding top-of-the-stack-element
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following data structure can provide efficient searching of the elements?
a) binary search tree
b) unordered lists
c) 2-3 tree
d) treap
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
In simple chaining, what data structure is appropriate?
a) Doubly linked list
b) Circular linked list
c) Singly linked list
d) Binary trees
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the need for a circular queue?
a) easier computations
b) implement LIFO principle in queues
c) effective usage of memory
d) to delete elements based on priority
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Data Structures Activity - 1

Quiz
•
University
10 questions
Struktur Data

Quiz
•
University
15 questions
Queues

Quiz
•
11th Grade - Professi...
15 questions
CC 105 - Quiz No 2 (BSIT2A-G2)

Quiz
•
University
12 questions
Test Quiz Basic Programming

Quiz
•
University
15 questions
HTML Quiz

Quiz
•
University
10 questions
Stack

Quiz
•
University
12 questions
Array

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University