Data Structures and Algorithms Quiz-1

Data Structures and Algorithms Quiz-1

University

25 Qs

quiz-placeholder

Similar activities

Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

University

20 Qs

Search Algorithms Quiz

Search Algorithms Quiz

University

20 Qs

QUIZ

QUIZ

University

23 Qs

BE23CS404 Data Structures and Algorithms Unit1_Quiz

BE23CS404 Data Structures and Algorithms Unit1_Quiz

University

23 Qs

Club Excel - Core Member Recruitment 2K25

Club Excel - Core Member Recruitment 2K25

University

20 Qs

Algorithm UNIT Quiz

Algorithm UNIT Quiz

University

30 Qs

Techsaavy Codeathon 2k25 Round 1

Techsaavy Codeathon 2k25 Round 1

University

25 Qs

Logo Thon Quiz Competition

Logo Thon Quiz Competition

University

20 Qs

Data Structures and Algorithms Quiz-1

Data Structures and Algorithms Quiz-1

Assessment

Quiz

Engineering

University

Medium

Created by

Adolphineshyni S

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these is a divide and conquer algorithm?

Merge Sort

Bubble Sort

Insertion Sort

Selection Sort

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a data structure?

A programming language

A collection of algorithms

A way to store and organize data

A type of computer hardware

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What data structure uses LIFO?

Stack

Queue

Linked List

Array

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the worst case time complexity of a linear search?

O(n)

O(log n)

O(1)

O(n^2)

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What are the disadvantages of arrays?

Index value of an array can be negative

Elements are sequentially accessed

Data structure like queue or stack cannot be implemented

There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The data structure required to check whether an expression contains a balanced parenthesis is?

Queue

Stack

Tree

Array

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + - *?

74

-18

22

40

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?