Introduction to Arrays Flashcards
is a structured collection containing multiple data values, all of which
share the same data type.
array
Why array data structures is needed?
Structured Data
Storage. Data Retrieval, Memory
Optimization
_________
Arrays provide a way to
organize and store data
______, enabling easy
access through indexing.
Structured Data
Storage
efficiently
_________
They allow for quick
_________ of
elements, making them
essential for various
___________
retrieval and comparison
algorithms and operations
_________
Arrays help in _________ usage by allowing
the allocation of a fixed-size
collection of elements.
Memory
Optimization
optimizing
memory
Adds element to the array
append()
remove element from index 1
pop()
remove the value of “specific value”
remove()