30-MAY-2023_CSE1_LAB_11_QUIZ

30-MAY-2023_CSE1_LAB_11_QUIZ

University

20 Qs

quiz-placeholder

Similar activities

New DSC Quiz

New DSC Quiz

University

20 Qs

STRUKTUR DATA (QUIZ FINAL)

STRUKTUR DATA (QUIZ FINAL)

University

15 Qs

2021 | ICTC0613 | Linked List DS | ND2A

2021 | ICTC0613 | Linked List DS | ND2A

University

15 Qs

Data Structure

Data Structure

12th Grade - University

15 Qs

Quiz1 TAFL(module-2)2020-21

Quiz1 TAFL(module-2)2020-21

University

20 Qs

9.4.25 Mentoring quiz

9.4.25 Mentoring quiz

University

20 Qs

DS Module 3 Linked List

DS Module 3 Linked List

University

15 Qs

Data Structures: Placement Preparations

Data Structures: Placement Preparations

University

25 Qs

30-MAY-2023_CSE1_LAB_11_QUIZ

30-MAY-2023_CSE1_LAB_11_QUIZ

Assessment

Quiz

Computers

University

Hard

Created by

K.vinay kumar

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many pointers are contained as data members in the nodes of a circular,double linked list of integers with five nodes.

15

8

10

5

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which type of linked list stores the address of the header node in the next field of the last node?

double linked list

single linked list

circular linked list

None of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the correct declaration of linked list?

struct node*

{

int data

node *link

}

struct node

{

int data

struct node *link

}

struct node

{

int data

node link

}

struct node*

{

int data

struct node *link

}

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a double linked list

4

0

1

Depends up on the nodes of the linked list

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a circular linked list insertion of a record involves the modification of -------------

1 pointer

2 pointer

3 pointers

None

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of inserting at the end in dynamic arrays?

O(1)

O(n)

Either O(1) or O(n)

O(logn)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity to count the number of elements in the linked list?

O(1)

O(n)

O(n2)

O(logn)

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?