Skip to content

Data Structures

Select the accurate description of Adjacency matrix.

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “Select the accurate description of Adjacency matrix.”

The accepted answer is D. A way of representing a graph using a 2D matrix where each cell indicates whether an edge exists between two vertices.. Select the accurate description of Adjacency matrix is answered by A way of representing a graph using a D matrix where each cell indicates whether an edge exists between two vertices option D Option A A data structure that allows insertion and removal of elements from both the front and the back does not match the stem it is a near-miss used to catch incomplete recall of A way of representing a graph using a D matrix where each cell indicates whether an edge exists between two vertices Option B A self-balancing tree data structure that maintains sorted data and allows searches insertions and deletions in logarithmic time commonly used in databases does not match the stem it is a.

Correct answer

D. A way of representing a graph using a 2D matrix where each cell indicates whether an edge exists between two vertices.

Explanation

Select the accurate description of Adjacency matrix is answered by A way of representing a graph using a D matrix where each cell indicates whether an edge exists between two vertices option D Option A A data structure that allows insertion and removal of elements from both the front and the back does not match the stem it is a near-miss used to catch incomplete recall of A way of representing a graph using a D matrix where each cell indicates whether an edge exists between two vertices Option B A self-balancing tree data structure that maintains sorted data and allows searches insertions and deletions in logarithmic time commonly used in databases does not match the stem it is a.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs