Data structure

Data structure

12th Grade

10 Qs

quiz-placeholder

Similar activities

AP Biology Phylogeny

AP Biology Phylogeny

12th Grade - University

15 Qs

Phylogenetic Trees

Phylogenetic Trees

9th Grade - University

15 Qs

The science of Christmas

The science of Christmas

4th Grade - University

10 Qs

Triage

Triage

11th - 12th Grade

14 Qs

Plant Classification

Plant Classification

5th Grade - University

15 Qs

Strategic Programming Challenges Quiz

Strategic Programming Challenges Quiz

12th Grade

12 Qs

What do you know? A+P

What do you know? A+P

12th Grade

10 Qs

Phylogeny

Phylogeny

9th - 12th Grade

10 Qs

Data structure

Data structure

Assessment

Quiz

Science

12th Grade

Hard

Created by

m k

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Non linear data structure is

Stack

Queue

Tree

Linked list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures finds its use in recursion?

Stack

Queue

Linked list

Tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Divide and Conquer algorithm?

Bubble sort

Selection sort

Insertion sort

Merge sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the size of the stack is 10 and we try to add the 11th element in the stack then the condition is known as___

Underflow

Overflow

Garbage collection

Both overflow and underflow

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not the type of the Queue?

Simple queue

Circular queue

Double ended queue

Single ended queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structure allows you to insert the elements from both the ends while deletion from only one end?

Input-restricted queue

Output restricted queue

Priority queue

Circular queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options is NOT true about the Binary Search tree?

The value of the left child should be less than the root node

The value of the right child should be greater than the root node.

The left and right sub trees should also be a binary search tree

Binary tree has more than two child's with right and left child

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?