Data Structures and Algorithms Quiz-1

Data Structures and Algorithms Quiz-1

University

25 Qs

quiz-placeholder

Similar activities

Java MCQs for Placement Preparation

Java MCQs for Placement Preparation

University

20 Qs

Métodos String, Classlist, Visibility

Métodos String, Classlist, Visibility

University

26 Qs

R PROGRAM

R PROGRAM

University

25 Qs

Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

University

20 Qs

ADS&AA Q-1

ADS&AA Q-1

University

20 Qs

Java MCQ Test Day-2

Java MCQ Test Day-2

University

20 Qs

Flow & Flame Quiz Week II

Flow & Flame Quiz Week II

University

20 Qs

HARSHA R QUIZ

HARSHA R 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 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?