Data Structures and Algorithms Quiz-1

Data Structures and Algorithms Quiz-1

University

25 Qs

quiz-placeholder

Similar activities

DBMS

DBMS

University

20 Qs

ANN Part 4 - Part 6 Quiz

ANN Part 4 - Part 6 Quiz

University

20 Qs

DBMS

DBMS

University

20 Qs

MCA Quiz 1

MCA Quiz 1

University

22 Qs

Exploring Generic Programming Concepts

Exploring Generic Programming Concepts

University

30 Qs

Aircraft Safety and Operations

Aircraft Safety and Operations

University

30 Qs

Pandas

Pandas

University

20 Qs

Exploring Prolog and AI Concepts

Exploring Prolog and AI Concepts

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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?