
QUiz e

Quiz
•
Computers
•
Professional Development
•
Medium
Minhajul Adil
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In a linked list implementation of stack, where does the new element get inserted?
At the end of the list
In the middle of the list
depends on the implementation
at the front of the list
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the time complexity of Stack Pop operation if it is implemented using Singly Linked List?
O(1)
O(N^2)
O(N)
O(logN)
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Will we be able to do 107 pop operations if we implement Stack using vector?
YES
NO
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the examples are of Queue?
Phitron Support Session Management
Books on a Shelf
Undo Operation
Online Code judging system
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which one of the following is not a operation of Queue STL
pop
enqueue
front
size
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
what will be the final stack of following code ?
stack<int> s ;
s.push(10);
s.push(20);
s.push(30) ;
s.pop() ;
s.pop()
s.push(10) ;
10 20 10
10 20 30 10
10 10
Empty
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will occur if we transfer elements from one queue to another in the order they are removed?
Reverse Queue
Sorted Queue
Random Queue
Same Queue
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Basic CSS

Quiz
•
Professional Development
9 questions
STL 8 класс

Quiz
•
Professional Development
15 questions
Data Structures and Algorithms Quiz2

Quiz
•
Professional Development
10 questions
RabbitMQ Basic

Quiz
•
Professional Development
7 questions
Quiz di prova

Quiz
•
Professional Development
15 questions
Aggregation, Date & Time Functions Quiz

Quiz
•
Professional Development
10 questions
ADS QUIZ FOR MECH1

Quiz
•
Professional Development
12 questions
Sets and dictionaries

Quiz
•
Professional Development
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