i cs 28.2.23

i cs 28.2.23

University

6 Qs

quiz-placeholder

Similar activities

Data Structure & Algorithm

Data Structure & Algorithm

University

10 Qs

Mastering Data Structures

Mastering Data Structures

University

10 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

Quiz despre B+ Tree

Quiz despre B+ Tree

University

10 Qs

ADT in Data Structure

ADT in Data Structure

University

5 Qs

BFS DFS

BFS DFS

University

11 Qs

Technical Quiz DSA

Technical Quiz DSA

University

10 Qs

651-114-ADT

651-114-ADT

University

10 Qs

i cs 28.2.23

i cs 28.2.23

Assessment

Quiz

Computers

University

Hard

Created by

PRIYANGA S

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Minimum number of fields in each node of a doubly linked list is_________

2

3

4

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A parentheses checker program would be best implemented using_____

List

Queue

Stack

Any of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time complexity of quicksort is ……..

O(n)

O(logn)

O(n2)

O(n logn)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

. ……… form of access is used to add and remove nodes from a queue.

LIFO, Last In First Out

FIFO, First In First Out

Both a and b

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

New nodes are added to the ……… of the queue

Front

Back

Middle

Both A and B

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term push and pop is related to_____

Array

Lists

Stacks

Trees