Data Structure 1

Data Structure 1

University

7 Qs

quiz-placeholder

Similar activities

Kuis Susulan ASD

Kuis Susulan ASD

University

10 Qs

6th March

6th March

University

10 Qs

Computer Architecture

Computer Architecture

University

10 Qs

SD_Stack&Queue

SD_Stack&Queue

University

10 Qs

unit-2 stack

unit-2 stack

University

10 Qs

Quiz on Stacks and Data Structures 2

Quiz on Stacks and Data Structures 2

University

10 Qs

CCIS 104 Quiz # 1.3

CCIS 104 Quiz # 1.3

University

11 Qs

CD-1S5-26-5-22

CD-1S5-26-5-22

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)