1. Which of the following properties is associated with a queue?
Data Structure

Quiz
•
Computers, Other
•
Professional Development
•
Hard
mayur patankar
Used 19+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
a) First In Last Out
b) First In First Out
c) Last In First Out
d) Last In Last Out
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Consider an implementation of unsorted singly linked list. Suppose it has its representation with a head pointer only. Given the representation, which of the following operation can be implemented in O(1) time?
i) Insertion at the front of the linked list
ii) Insertion at the end of the linked list
iii) Deletion of the front node of the linked list
iv) Deletion of the last node of the linked list
a) I and II
b) I and III
c) I, II and III
d) I, II and IV
Answer explanation
Answer: bExplanation: We know the head node in the given linked list. Insertion and deletion of elements at the front of the linked list completes in O (1) time whereas for insertion and deletion at the last node requires to traverse through every node in the linked list. Suppose there are n elements in a linked list, we need to traverse through each node. Hence time complexity becomes O(n).
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In linked list implementation of a queue, front and rear pointers are tracked. Which of these pointers will change during an insertion into a NONEMPTY queue?
a) Only front pointer
b) Only rear pointer
c) Both front and rear pointer
d) No pointer will be changed
Answer explanation
Answer: bExplanation: Since queue follows FIFO so new element inserted at last.
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The associativity of an exponentiation operator ^ is right side.
a) True
b) False
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What would be the Prefix notation for the given equation?
A+(B*C)
a) +A*CB
b) *B+AC
c) +A*BC
d) *A+CB
Answer explanation
Answer: cExplanation: Reverse the equation or scan the equation from right to left. Apply the infix-postfix algorithm. The equation inside the bracket evaluates to CB* and outside the bracket evaluates to A+ therefore getting CB*A+. Reversing this and we get +A*BC.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
1. Which of the following is false about a binary search tree?
a) The left child is always lesser than its parent
b) The right child is always greater than its parent
c) The left and right sub-trees should also be binary search trees
d) In order sequence gives decreasing order of elements
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the speciality about the inorder traversal of a binary search tree?
a) It traverses in a non increasing order
b) It traverses in an increasing order
c) It traverses in a random fashion
d) It traverses based on priority of the node
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
unit-4 test-2

Quiz
•
Professional Development
25 questions
PSUEDOCODE 2 CAPGEMINI

Quiz
•
Professional Development
20 questions
Anatomy and Healthcare of Cats and Dogs Lesson 5

Quiz
•
Professional Development
20 questions
SOCIAL MEDIA

Quiz
•
12th Grade - Professi...
20 questions
Naval Terminology

Quiz
•
Professional Development
17 questions
DSA_placement

Quiz
•
Professional Development
22 questions
TALONS #6 (Officer Ranks)

Quiz
•
Professional Development
15 questions
Data Structures and Algorithms Quiz2

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade