Skip to content

Data Structures

Identify the correct definition of Graph.

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “Identify the correct definition of Graph.”

The accepted answer is A. A data structure consisting of nodes (vertices) connected by edges, used to represent relationships.. Graph refers to a data structure consisting of nodes (vertices) connected by edges, used to represent relationships.

Correct answer

A. A data structure consisting of nodes (vertices) connected by edges, used to represent relationships.

Explanation

Graph refers to a data structure consisting of nodes (vertices) connected by edges, used to represent relationships.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs