TEST-1

TEST-1

University

20 Qs

quiz-placeholder

Similar activities

Quiz 1_DSA

Quiz 1_DSA

University

20 Qs

Section J Exam

Section J Exam

University

19 Qs

DQXC

DQXC

University

15 Qs

DATA STRUCTURES QUIZ-1

DATA STRUCTURES QUIZ-1

University

23 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Stack & Queue

Stack & Queue

University

16 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

TEST-1

TEST-1

Assessment

Quiz

Computers

University

Hard

Created by

Trilochan Sahoo

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the process of reversing the order of elements in an array called?

Inversion

Transposition

Reversal

Rearrangement

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2D array, what is the element in the second row and third column referred to as?

A23

B32

R2C3

Element(2,3)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity for inserting an element at the end of a dynamic array (assuming no resizing is needed)?

O(1)

O(log n)

O(n)

O(n^2)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which type of queue allows elements to be added and removed from both ends?

Priority Queue

Circular Queue

Double-ended Queue (Deque)

Linear Queue

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following growth functions has a constant growth rate?

a) Exponential

b) Linear

c) Quadratic

d) Logarithmic

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does a growth function describe?

a) The rate of decline of a function

b) The rate of growth of a function

c) The value of a function at a specific point

d) The derivative of a function

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is an application of a queue?

Undo mechanism in text editors.

Expression evaluation in mathematics.

Backtracking in algorithms.

All of the above.

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?