Data Structure and Algorithms Semi-Final Examination

Data Structure and Algorithms Semi-Final Examination

University

13 Qs

quiz-placeholder

Similar activities

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

Binary Search Tree (Recap 1)

Binary Search Tree (Recap 1)

11th Grade - University

13 Qs

Trees & Binary Tree

Trees & Binary Tree

University

8 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Data Structure

Data Structure

University

10 Qs

Data structures

Data structures

University

9 Qs

Graph-1

Graph-1

University

8 Qs

Graph

Graph

University

10 Qs

Data Structure and Algorithms Semi-Final Examination

Data Structure and Algorithms Semi-Final Examination

Assessment

Quiz

Computers

University

Medium

Created by

Miss Mae

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Is a non-linear data structure consisting of vertices and edges.

Tree

Graph

Binary Tree

Quad Tree

2.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Hierarchical structure that is used to represent and organize data in a way that is easy to navigate and search.

Tree

Graph

Binary Tree

Quad Tree

3.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Trees used to efficiently store data of points on a two-dimensional space.

Tree

Graph

Binary Tree

Quad Tree

4.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

A tree data structure in which each node can have at most two children, which are referred to as the left child and the right child.

Tree

Graph

Binary Tree

Quad Tree

5.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

A special type of binary tree in which the left child of a node has a value less than the node’s value and the right child has a value greater than the node’s value.

Binary Search Tree

Binary Tree

Tree

Quad Tree

6.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

In this method, the graph is stored in the form of the 2D matrix where rows and columns denote vertices.

Adjacency List

Adjacency Matrix

7.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

This graph is represented as a collection of linked lists. There is an array of pointer which points to the edges connected to that vertex.

Adjacency List

Adjacency Matrix

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?