Data Structure 1

Data Structure 1

University

7 Qs

quiz-placeholder

Similar activities

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

Dynamic Allocation

Dynamic Allocation

University

8 Qs

Dynamic Arrays C++

Dynamic Arrays C++

University - Professional Development

10 Qs

QUEUE

QUEUE

University - Professional Development

10 Qs

Final Practice

Final Practice

University

7 Qs

Circular array quiz

Circular array quiz

University

10 Qs

Data Structure

Data Structure

University

10 Qs

Data Structure 1

Data Structure 1

Assessment

Quiz

Science, Computers

University

Medium

Created by

Faria Khan

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the main goal of Data Structure?

Evaluate responses using AI:

OFF

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the options which are related to linked list

Stack

Que

Array

Matrix

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What kind of data structure can we use to implement an “undo” mechanism?

Stack

Que

Array

Matrix

4.

OPEN ENDED QUESTION

3 mins • 1 pt

What do you think “Dynamic memory allocation” is?

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Write the syntax of dynamic memory allocation.

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Time complexity “logn” takes more time to execute a program than “nlogn”

True

False

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Find out the time complexity for the given code.

O(n)

O(2n)

O(n^2)

O(nlogn)