
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
Struktur Data

Quiz
•
University
35 questions
Data Structure - Queue

Quiz
•
University
35 questions
Quiz Berpikir Komputasional Informatika Kelas X

Quiz
•
10th Grade - University
32 questions
Stack and Its Applications Quiz

Quiz
•
University
30 questions
Latihan informatika 1

Quiz
•
10th Grade - University
30 questions
Branch Master CSE Round 1(Quiz)

Quiz
•
University
30 questions
Binary Trees and Traversals Quiz

Quiz
•
University
25 questions
Estructura de Datos

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University