Search Header Logo

DS-1 & 2-(2024 Batch)

Authored by SOBHANBABU SOBHANBABU

Computers

University

Used 1+ times

DS-1 & 2-(2024 Batch)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Linked List, select most suitable option

It is a Dynamic Data Structure

It is a Static Data Structure

It is a linear Data Structures

It is a collection of nodes link to each other

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many fields present in Doubly linked list

3

2

1

4

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the Worst Case time complexity of Binary Search

O(logn)

O(n)

O(log(logn))

O(n^2)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sinking Sort is also called as

Bubble Sort

Insertion Sort

Heap Sort

Selection Sort

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How to delete First node in Singly linked list

t=head

head=head->next

free(t)

head=head->next

free(head)

t=head

free(t)

head=head->next

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

If a linked list does not contain NULL, then it indicates

It is Circular Single Linked List

It is Circular Double Linked List

It is Single Linked List

It is not a linked list

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are the applications of Linked Lists

used in Polynomials

used to implement Non-linear Data Strucures

also used to implement linear data Structures

used to group memory blocks into chain format

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?