Data Structure

Data Structure

Professional Development

10 Qs

quiz-placeholder

Similar activities

Canva and Netiquette

Canva and Netiquette

7th Grade - Professional Development

10 Qs

MacBook Commands Complete

MacBook Commands Complete

Professional Development

10 Qs

HTML Basics

HTML Basics

Professional Development

14 Qs

phần mềm logo Lớp 5

phần mềm logo Lớp 5

1st Grade - Professional Development

13 Qs

Html quiz

Html quiz

9th Grade - Professional Development

10 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

DSA 2

DSA 2

Professional Development

13 Qs

Herramientas manuales de software de protección

Herramientas manuales de software de protección

Professional Development

10 Qs

Data Structure

Data Structure

Assessment

Quiz

Computers

Professional Development

Medium

Created by

RAVINDRA AHER

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a characteristic of a linked list?

  • Fixed size

  • Elements stored in contiguous memory

  • Dynamic size

  • All elements must be of the same type

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of inserting a node at the beginning of a singly linked list?

O(1)

O(n)

O(log n)

O(n^2)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations is not efficient in a singly linked list?

Insertion

Deletion

Searching for an element

Traversal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a doubly linked list, each node contains:

One pointer

Two pointers

Three pointers

No pointers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary principle behind stack data structures?

First In First Out (FIFO)

Last In First Out (LIFO)

Random Access

Circular Access

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation is not performed in a stack?

Push

Pop

Peek

Enqueue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time complexity for pushing and popping an element in a stack is:

O(1)

O(n)

O(log n)

O(n^2)

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?