Computing: Arrays
Name:
The identifier of the array is called the name
Element:
The data item which is stored in an array is called an element
Size:
The number of elements an array can store is called size
Index:
The position of each element is called index
ARRAY:
An array is a special type of variable, which can store multiple values
using special syntax
Every value is associated with either 1 or 0
Accessing Array Elements
Computing: Arrays 1
Name:
The identifier of the array is called the name
Element:
The data item which is stored in an array is called an element
Size:
The number of elements an array can store is called size
Index:
The position of each element is called index
ARRAY:
An array is a special type of variable, which can store multiple values
using special syntax
Every value is associated with either 1 or 0
Accessing Array Elements
Computing: Arrays 1