Data Structures and Algorithms Quiz-1

Data Structures and Algorithms Quiz-1

University

25 Qs

quiz-placeholder

Similar activities

Quiz Round For Group 2

Quiz Round For Group 2

University

20 Qs

BE23CS407 - Design and Analysis of Algorithms (Unit-1)

BE23CS407 - Design and Analysis of Algorithms (Unit-1)

University

20 Qs

Exploring Binary Trees in Java

Exploring Binary Trees in Java

University

20 Qs

Practica Primer Parcial

Practica Primer Parcial

University

23 Qs

Desarrollo Aplicacion Movil I

Desarrollo Aplicacion Movil I

University

20 Qs

Operating System

Operating System

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Parallel Computing Quiz

Parallel Computing Quiz

University

25 Qs

Data Structures and Algorithms Quiz-1

Data Structures and Algorithms Quiz-1

Assessment

Quiz

Engineering

University

Medium

Created by

Adolphineshyni S

Used 1+ 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?