Skip to content

Data Structures

The following statement describes a specific concept. What is it called? a way of representing a graph using a 2D matrix where each cell indicates whether an edge exists between two vertices.

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “The following statement describes a specific concept. What is it called? a way of representing a graph using a 2D matrix where each cell indicates whether an edge exists between two vertices.”

The accepted answer is C. Adjacency matrix. The following statement describes a specific concept What is it called a way of representing a graph using a D matrix where each cell indicates whether an edge exists between two vertices is answered by Adjacency matrix option C Option A Hash collision does not match the stem it is a near-miss used to catch incomplete recall of Adjacency matrix Option B Skip list does not match the stem it is a near-miss used to catch incomplete recall of Adjacency matrix Remaining alternatives Linear probing fall outside the same rule and should be eliminated once Adjacency matrix is identified Data Structures questions of this type reward precise definitions rather than approximate associations Data Structures recall of this distinction is a.

Correct answer

C. Adjacency matrix

Explanation

The following statement describes a specific concept What is it called a way of representing a graph using a D matrix where each cell indicates whether an edge exists between two vertices is answered by Adjacency matrix option C Option A Hash collision does not match the stem it is a near-miss used to catch incomplete recall of Adjacency matrix Option B Skip list does not match the stem it is a near-miss used to catch incomplete recall of Adjacency matrix Remaining alternatives Linear probing fall outside the same rule and should be eliminated once Adjacency matrix is identified Data Structures questions of this type reward precise definitions rather than approximate associations Data Structures recall of this distinction 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