TEST-1

TEST-1

University

20 Qs

quiz-placeholder

Similar activities

ROTC Make-up Quiz

ROTC Make-up Quiz

University

15 Qs

SMARTICUS

SMARTICUS

University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Stack

Stack

University

15 Qs

Stacks and Queues Quiz

Stacks and Queues Quiz

University

15 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

data structures1

data structures1

University

20 Qs

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 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?