DS 1 TO 50

DS 1 TO 50

University

50 Qs

quiz-placeholder

Similar activities

 Policing Unit Quiz

Policing Unit Quiz

10th Grade - University

48 Qs

M3.Q2 Informatics (Lec & Lab)

M3.Q2 Informatics (Lec & Lab)

University

47 Qs

CC104 - Midterm Exam (Week 9)

CC104 - Midterm Exam (Week 9)

University

48 Qs

finals/katapusan sa DAA

finals/katapusan sa DAA

University

48 Qs

Tsukunomey

Tsukunomey

University

45 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

45 Qs

Data Structures

Data Structures

University

45 Qs

DS 1 TO 50

DS 1 TO 50

Assessment

Quiz

Other

University

Medium

Created by

Vinoth Dakshnamoorthy

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a type of linear data structure? (CO1)
Array
Queue
Stack
Tree

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct abstraction of a data structure? (CO1)
A real-world object
A function
A set of operations and their implementation
A collection of memory locations

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the context of performance analysis of algorithms, which case is analyzed when an algorithm performs the best possible operation on all inputs? (CO1)
Best case
Worst case
Average case
Optimal case

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a primitive data type in C? (CO1)
Stack
Array
Integer
Linked List

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a non-primitive data structure? (CO1)
Linked List
Tree
Graph
Integer

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a stack, which operation removes the element from the top of the stack? (CO2)
Push
Pop
Peek
Insert

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The time complexity of linear search in the worst case is: (CO2)
O(1)
O(n)
O(log n)
O(n^2)

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?