Data Structures Quiz

Data Structures Quiz

University

18 Qs

quiz-placeholder

Similar activities

Sorting Quiz

Sorting Quiz

University - Professional Development

15 Qs

Lymphatic System in class quiz

Lymphatic System in class quiz

University

17 Qs

Technical Quiz R-1

Technical Quiz R-1

University

20 Qs

Evolutionary History and Relationships

Evolutionary History and Relationships

8th Grade - University

15 Qs

Binary Ionic

Binary Ionic

10th Grade - University

15 Qs

Göz Akımları Tekniği Quiz

Göz Akımları Tekniği Quiz

University

21 Qs

Lymph Nodes

Lymph Nodes

6th Grade - University

15 Qs

Python Review Module 16 - Searching Sorting Algorithm

Python Review Module 16 - Searching Sorting Algorithm

University

17 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Science

University

Hard

Created by

Priyanka Deshpande

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the non linear data structure?*


Tree

Stack

String

List

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The case in which a key other than the desired one is kept at the identified location is called?

Chaining

Open addressing

Collision

Hashing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data organization method is used in hash tables?*

Stack

Array

Linked list

Queue

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hashing is the problem of finding an appropriate mapping of keys into addresses.*

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a hash table of size 10, where is element 7 placed using division method?*

16

7

17

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations are done in a hash table?*

Replace

Insert only

Insert and search

Search only

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case search time of a hashing using separate chaining algorithm?*

O(N2)

O(N3)

O(N)

O(N log N)

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?