UNIT III QUIZ III

UNIT III QUIZ III

16 Qs

quiz-placeholder

Similar activities

8086 Microprocessor Architecture and Operation Quiz

8086 Microprocessor Architecture and Operation Quiz

KG - University

20 Qs

QUIZ LEVEL III

QUIZ LEVEL III

KG - University

18 Qs

Road Signs and Zones

Road Signs and Zones

10th Grade

15 Qs

Graphic Design III Quiz 1

Graphic Design III Quiz 1

9th - 12th Grade

21 Qs

6-3  Sample #5 - III Period

6-3 Sample #5 - III Period

KG - University

16 Qs

#19 Stacks Queues and Linked Lists

#19 Stacks Queues and Linked Lists

KG - University

20 Qs

Practical Body Repair evaluation questions ADMC

Practical Body Repair evaluation questions ADMC

Professional Development

18 Qs

UNIT III QUIZ III

UNIT III QUIZ III

Assessment

Quiz

others

Hard

Created by

Eswari eswaramoorthy

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Register no and name

Evaluate responses using AI:

OFF

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which are the linear data structures _____.
Stack
Queue
List
Tree

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which are the correct examples for stack
Stack of books
Stack of plates
Ticket counter
One way Road

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stack is a
FIFO
LIFO

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PUSH is a
Insertion operation
Deletion operation
Display

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A circular queue is implemented using an array of size 10. The array index starts with 0, front is 6, and rear is 9. The insertion of next element takes place at the array index.
0
9
7
10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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)%MAX_SIZE
Front=rear= -1
Rear=front+1
Rear=(front+1)%MAX_SIZE

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?