
DSA 11.07.24

Quiz
•
Computers
•
University
•
Medium
PUSHPALATHA C2114
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1.Consider the following stack implemented using stack.
#define SIZE 11
struct STACK
{
int arr[SIZE];
int top=-1;
}
What would be the maximum value of the top that does not cause the overflow of the stack?
8
9
11
10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.What would be the output after performing the following operations in a Deque?
Insertfront(10);
Insertfront(20);
Insertrear(30);
Insertrear(40);
Deletefront();
Insertfront(50);
Deleterear();
Display();
10, 20, 30
50, 10, 30
40, 20, 30
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.Minimum number of queues required for priority queue implementation?
5
4
3
2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.Heap sort is an implementation of ____________ using a descending priority queue.
a) insertion sort
b) selection sort
c) bubble sort
d) merge sort
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.What does the following piece of code do?
for (int i = 0; i < arr.length-1; i++) { for (int j = i+1; j < arr.length; j++) { if( (arr[i].equals(arr[j])) && (i != j) ) { System.out.println(arr[i]); } } }
a) Print the duplicate elements in the array
b) Print the element with maximum frequency
c) Print the unique elements in the array
d) Prints the element with minimum frequnecy
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.In doubly linked lists
A - a pointer is maintained to store both next and previous nodes.
B - two pointers are maintained to store next and previous nodes.
C - a pointer to self is maintained for each node.
D - none of the above.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.From a complete graph, by removing maximum _______________ edges, we can construct a spanning tree.
A - e-n+1
B - n-e+1
C - n+e-1
D - e-n-1
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Year 7 - Spreadsheet Knowledge Quiz

Quiz
•
7th Grade - University
10 questions
Java Arrays

Quiz
•
University
12 questions
Arrays C++

Quiz
•
University
15 questions
Searching and Sorting

Quiz
•
University - Professi...
10 questions
SOAL TIK 01

Quiz
•
University
10 questions
DSA(UNIT 1) Test 1

Quiz
•
University
10 questions
DS Quiz1

Quiz
•
University
12 questions
JavaScript Quiz

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