
DS_WeeklyTest-4

Quiz
•
Computers
•
University
•
Easy

geetha rani
Used 6+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1.A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as a ?
Queue
Stack
Tree
Linked list
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.A queue is a ?
FIFO (First In First Out) list
LIFO (Last In First Out) list.
Ordered array
Linear tree
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?
ABCD
DCBA
DCAB
ABCD
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4. In the array implementation of circular queue, which of the following operation take worst case linear time?
Insertion
Deletion
To empty a queue
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.In linked list implementation of queue, if only front pointer is maintained, which of the following operation take worst case linear time?
Insertion
Deletion
To empty a queue
Both a) and c)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.If the MAX_SIZE is the size of the array used in the implementation of circular queue. How is rear manipulated while inserting an element in the queue?
rear=(rear%1)+MAX_SIZE
rear=rear%(MAX_SIZE+1)
rear=(rear+1)%MAX_SIZE
rear=rear+(1%MAX_SIZE)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.If the MAX_SIZE is the size of the array used in the implementation of circular queue, array index start with 0, front point to the first element in the queue, and rear point to the last element in the queue. Which of the following condition specify that circular queue is FULL?
Front=rear= -1
Front=(rear+1)%MAX_SIZE
Rear=front+1
Rear=(front+1)%MAX_SIZE
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Quiz Data Structures unit II

Quiz
•
University
30 questions
Asistensi1-SD

Quiz
•
University
26 questions
Data Structures and Algorithms

Quiz
•
University
25 questions
Stack and Queue

Quiz
•
University
30 questions
Data Structure & Algorithm-Quiz-1

Quiz
•
University
30 questions
Quiz Pra ASAS Informatika Lanjut Asyikk uhuy Banget...

Quiz
•
10th Grade - University
25 questions
CRYPTEC TECHNICAL QUIZ 3RD SEM 2ND ROUND

Quiz
•
University
25 questions
CHAPTER 4- QUEUES

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade