Skip to content

Data Structures

Select the correct name for: a matrix in which most of the elements are zero, often stored using specialized structures to save memory.

Difficulty: Hard

About this MCQ

This Hard Data Structures MCQ checks one syllabus fact.

The question is: “Select the correct name for: a matrix in which most of the elements are zero, often stored using specialized structures to save memory.”

The accepted answer is B. Sparse matrix. “Select the correct name for: a matrix in which most of the elements are zero, often stored using specialized structures to save memory.” is answered by Sparse matrix (option B). Option A (“Adjacency matrix”) does not match the stem; it is a near-miss used to catch incomplete recall of Sparse matrix. Option C (“Linear probing”) does not match the stem; it is a near-miss used to catch incomplete recall of Sparse matrix. Remaining alternatives (Load factor) fall outside the same rule and should be eliminated once Sparse matrix is identified. Data Structures questions of this type reward precise definitions rather than approximate associations. Data Structures recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.

Correct answer

B. Sparse matrix

Explanation

“Select the correct name for: a matrix in which most of the elements are zero, often stored using specialized structures to save memory.” is answered by Sparse matrix (option B). Option A (“Adjacency matrix”) does not match the stem; it is a near-miss used to catch incomplete recall of Sparse matrix. Option C (“Linear probing”) does not match the stem; it is a near-miss used to catch incomplete recall of Sparse matrix. Remaining alternatives (Load factor) fall outside the same rule and should be eliminated once Sparse matrix is identified. Data Structures questions of this type reward precise definitions rather than approximate associations. Data Structures recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs