Data structure

Data structure

University

5 Qs

quiz-placeholder

Similar activities

Data Structure#1

Data Structure#1

University

10 Qs

Data Structure Recap PART1

Data Structure Recap PART1

University

10 Qs

Operating Systems

Operating Systems

University

10 Qs

Data Structure Quiz-1

Data Structure Quiz-1

University

8 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

651-114-ADT

651-114-ADT

University

10 Qs

Python Basic level 1

Python Basic level 1

University

10 Qs

Data Structure & Algorithm

Data Structure & Algorithm

University

10 Qs

Data structure

Data structure

Assessment

Quiz

Computers

University

Hard

Created by

PARIMALA K

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A liner list of elements , deletion can be one fnd,insertion can be other end

Queue

Stack

Tree

Linked list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue follows

LIFO

FIFO

Liner tree

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term push and pop related to

Queue

Stack

Both

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insertion and deletion operation in queue is known as

Push and pop

Enque and dequeue

Insert and delete

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of inserting an element in the stack is called

Enqueue

Insert

Push

Pop