
ADS_2022-23
Authored by Rakhi Wajgi
Computers
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q 1. A circularly linked list is used to represent a Queue. A single variable p is used to access the Queue. To which node should p point such that both the operations enQueue and deQueue can be performed in constant time?
rear node
front node
not possible with a single pointer
node next to front
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The following C function takes a single-linked list of integers as a parameter and rearranges the elements of the list. The function is called with the list containing the integers 1,2,3,4,5,6,7 in the given order. What will be the contents of the list after the function completes execution? struct node { int value; struct node *next; }; Void rearrange (struct node *list ){ struct node *p, *q; int temp; if( !list || !list-> next) return; p = list; q = list->next; while (q) { temp = p->value; p-> value = q ->value; q-> value = temp; p = q-> next; q = p ? p->next : 0; } }
1,2,3,4,5,6,7
2,1,4,3,6,5,7
1,3,2,5,4,6,7
2,3,4,5,6,7,1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The best data structure to check whether an arithmetic expression has balanced parentheses is a
Queue
Trees
Stack
Linked List
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Suppose a stack implementation supports an instruction REVERSE, which reverses the order of elements on the stack, in addition to the PUSH and POP instructions. Which one of the following statements is TRUE with respect to this modified stack?
A queue cannot be implemented using this stack.
A queue can be implemented where ENQUEUE takes a single instruction and DEQUEUE takes a sequence of two instructions.
A queue can be implemented where ENQUEUE takes a sequence of three instructions and DEQUEUE takes a single instruction.
A queue can be implemented where both ENQUEUE and DEQUEUE take a single instruction each.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst case time complexity of searching for singly linked list?
O(1)
O(n^2)
O(n)
O(log n)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of the following is not the application of tree data structure
In Compiler designing
In AI for searching
finding shortest distance
sorting
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Consider the skip list with three levels: L0: 2,5,9,11,13,18,22,25,28,33,36,40,44,46. L1:2,11,22,33,44. L2:2,33. How many comparisons needed for searching element 40
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
15 questions
Data Mining - Classification Mining
Quiz
•
University
9 questions
CHAPTER 5 ONLINE QUIZ
Quiz
•
University
8 questions
Arquitetura de computadores (Aula 2)
Quiz
•
University
12 questions
Javascript
Quiz
•
University
9 questions
Los periféricos del computador
Quiz
•
1st Grade - Professio...
10 questions
Networking Essentials - Test 5
Quiz
•
University
10 questions
Programación II Parte 5
Quiz
•
University
13 questions
Podsumowanie: binarny, komputer, sieć
Quiz
•
7th Grade - 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
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University
