Written by the Fiveable Content Team โข Last updated September 2025
Verified for the 2026 exam
Verified for the 2026 examโขWritten by the Fiveable Content Team โข Last updated September 2025
Definition
Data refers to information that can be stored, manipulated, or processed by computer systems. In programming, data can be represented by variables and objects.
Related terms
Primitive Data Type: Primitive data types are basic building blocks of data in programming languages. They include integers, floating-point numbers, characters, and booleans.
An array is a container that stores multiple values of the same type under one variable name. It allows efficient storage and retrieval of related data elements.
A data structure refers to a way of organizing and storing data in memory for efficient access and manipulation. Examples include lists, stacks, queues, and trees.