Data Structures Quiz

Data Structures Quiz

University

50 Qs

quiz-placeholder

Similar activities

CS8391 - DS - Model #1

CS8391 - DS - Model #1

University

50 Qs

Quiz

Quiz

University

50 Qs

ITC 214 - Data Structures and Algorithm - Final Exam

ITC 214 - Data Structures and Algorithm - Final Exam

University

45 Qs

Data Structures and Algorithm - Final Examinations Quiz

Data Structures and Algorithm - Final Examinations Quiz

University

51 Qs

DS-UNIT-2-Stack Queue

DS-UNIT-2-Stack Queue

University

50 Qs

c programming

c programming

University

50 Qs

Data Structure Using C _PG_Pretest

Data Structure Using C _PG_Pretest

University

50 Qs

codinggss

codinggss

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?