UNIT III QUIZ III

UNIT III QUIZ III

16 Qs

quiz-placeholder

Similar activities

BU1 (CHAPTER 2 - PART 4)

BU1 (CHAPTER 2 - PART 4)

KG - University

19 Qs

Quiz-8086 Microprocessor

Quiz-8086 Microprocessor

KG - University

20 Qs

TIK

TIK

KG - University

20 Qs

HV04- Test 4

HV04- Test 4

KG - University

18 Qs

Data Structures

Data Structures

KG - University

20 Qs

Chapter 2 Multiview Drawing and Sketching

Chapter 2 Multiview Drawing and Sketching

KG - University

15 Qs

Lembar Kerja Siswa 2 kelas 8B

Lembar Kerja Siswa 2 kelas 8B

KG - University

20 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?