Data Structures Quiz

Data Structures Quiz

University

50 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithm - Final Examinations Quiz

Data Structures and Algorithm - Final Examinations Quiz

University

51 Qs

Data Structures Quiz

Data Structures Quiz

University

50 Qs

CPSC 131 midterm review

CPSC 131 midterm review

University

45 Qs

C programming quiz

C programming quiz

University

55 Qs

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

Quiz

Quiz

University

50 Qs

2nd C Programming Quiz

2nd C Programming Quiz

University

50 Qs

Tree dan Graph

Tree dan Graph

University

50 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Anushree G

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Dynamic memory allocation in C is done using which function?

malloc

calloc

free

both a and b

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In C, which operator is used to access the address of a variable?

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of accessing an element in an array?

O(1)

O(n)

O(n^2)

O(log n)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a hashing technique?

Linear Probing

Open Addressing

Both a and b

None

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What data structure is often used for managing memory allocation?

Stack

Queue

Array

Linked List

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the primary difference between a structure and a union in C?

Structure has shared memory

Union has shared memory

Both are identical

None of the above

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The process of accessing elements in a specific order in a data structure is called?

Sorting

Traversing

Searching

Deleting

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?