Data Structure 1

Data Structure 1

University

7 Qs

quiz-placeholder

Similar activities

Complexity Analysis Station [3]

Complexity Analysis Station [3]

University

6 Qs

DSA(UNIT 1) Test 1

DSA(UNIT 1) Test 1

University

10 Qs

Java Arrays

Java Arrays

University

10 Qs

Data Structure II

Data Structure II

University

10 Qs

CMP128 Java Ch. 07 Arrays

CMP128 Java Ch. 07 Arrays

University

10 Qs

Kuis Susulan ASD

Kuis Susulan ASD

University

10 Qs

BCSC0006 - Quiz 2 - Big-Oh Notation

BCSC0006 - Quiz 2 - Big-Oh Notation

University

10 Qs

DSA - Intro

DSA - Intro

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)