Data Structure and Algorithms Semi-Final Examination

Data Structure and Algorithms Semi-Final Examination

University

13 Qs

quiz-placeholder

Similar activities

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

02 - Graph Algorithm

02 - Graph Algorithm

University

12 Qs

Binary Tree

Binary Tree

University

12 Qs

DRAINER CS : Data Structures Final Review

DRAINER CS : Data Structures Final Review

University

10 Qs

Quiz 2 - ASD - B

Quiz 2 - ASD - B

University

10 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

Data Structures2

Data Structures2

University

11 Qs

Graphs Introduction

Graphs Introduction

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?