C - Data Structures (Unit 1 - QUIZ)

C - Data Structures (Unit 1 - QUIZ)

University

25 Qs

quiz-placeholder

Similar activities

DS QUIZ 2

DS QUIZ 2

University

20 Qs

DSA - QA3

DSA - QA3

University

20 Qs

Data Structures 1

Data Structures 1

University

25 Qs

3ICTH7H8DSA

3ICTH7H8DSA

University

25 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Data Structures and Algorithms Quiz - BATCH 1

Data Structures and Algorithms Quiz - BATCH 1

University

23 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

C - Data Structures (Unit 1 - QUIZ)

C - Data Structures (Unit 1 - QUIZ)

Assessment

Quiz

Computers

University

Hard

Created by

RENISHA KOTI

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

     Example of Primitive Data Structure is      

Trees

Arrays

Linked List

None

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

    Stacks are examples of what type of Data Structure

Primitive Data Structure

Non Primitive Data Structure

Non Linear Data Structure

Both b&c

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Binary Search does not follow these rules: [MULTIPLE  CHOICE]

      

find key element, by comparing all elements

      

elements should be in only ascending order

     

follows divide and conquer rule

      

none

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the worst case time complexity for linear search

O(1)

O(2n)

O(n^2)

O(n)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not an application of binary search

To find lower/upper in ordered sequence

Debugging

To search in unordered list

Both b&c

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The element that is going to be searched in a list is called

Key

Item

Table

Flag

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The following type of search is easy to implement

Linear Search

Non Linear Search

Both

none

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?