C - Data Structures (Unit 1 - QUIZ)

C - Data Structures (Unit 1 - QUIZ)

University

25 Qs

quiz-placeholder

Similar activities

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

Technical Assessment

Technical Assessment

University

20 Qs

PROGRAMMING IN C AND DATA STRUCTURES - UNIT V

PROGRAMMING IN C AND DATA STRUCTURES - UNIT V

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

11th Grade - Professional Development

30 Qs

Theory CSC301 - Chapter 6 & 7

Theory CSC301 - Chapter 6 & 7

University

20 Qs

Algorithms Data

Algorithms Data

11th Grade - Professional Development

30 Qs

Kuis Dasar Algoritma

Kuis Dasar Algoritma

8th Grade - University

20 Qs

C - Data Structures (Unit 1 - QUIZ)

C - Data Structures (Unit 1 - QUIZ)

Assessment

Quiz

Computers

University

Hard

Created by

23481A12C6 .

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?