DATA STRUCTURES_LBRCE

DATA STRUCTURES_LBRCE

University

20 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

University

15 Qs

DS MODULE 3 LINKED LIST

DS MODULE 3 LINKED LIST

University

15 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

Data Structure

Data Structure

University

20 Qs

JDVP Activity

JDVP Activity

12th Grade - University

20 Qs

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

DATA STRUCTURES_LBRCE

DATA STRUCTURES_LBRCE

Assessment

Quiz

Computers

University

Hard

Created by

Dr Reddy

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a linear data structure?

stack

queue

linked list

Tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best defines a data structure?

A way to store data in memory

A collection of algorithms

A way to organize and store data to facilitate access and modification

A programming language construct

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure uses Last In First Out (LIFO) order?

Stack

Queue

Linked List

Tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of accessing an element in an array?

O(n)

O(1)

O(logn)

O(n*n)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure does not require contiguous memory allocation?

Array

Stack

Linked List

Queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case runtime of linear search algorithm?

O(n*n)

O(1)

O(logn)

O(n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of searching for an element in a singly linked list?

O(n)

O(logn)

O(1)

O(n*n)

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?