Data structures

EasyMedium
1234567891011121314151617181920212223
Question 13
Easy

Which of the following best describes a one-dimensional array?

A structured set of fields that can hold values of different data types.

A static data structure that stores a collection of elements of the same data type under a single identifier.

A memory location where a single value that can change during execution is stored.

A sequence of instructions that is repeated a set number of times.

Data structures Questions

  1. GCSE
  2. /Computer Science
  3. /Data structures