logo

Question detail

A school wants to represent values arranged in rows and columns. Which array structure is most suitable?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Data structures and abstract data types

Exam-style question

Try this first

A school wants to represent values arranged in rows and columns. Which array structure is most suitable?.

  1. A.A one-dimensional array
  2. B.A two-dimensional array
  3. C.A zero-dimensional array
  4. D.Several elements with unrelated data types

Model answer

What a good answer should say

  • A two-dimensional array

Explanation

Why this works

A two-dimensional array is a useful way of representing a matrix, with positions identified using two indices.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.