|
|
Keywords:
Contiguous,
Memory,
Redimensioned,
Datum,
Block
a block of memory consisting of several items of the same kind
a block of memory split up in many parts which is reserved when it is created, or redimensioned
a contiguous block of memory that contains the data itself
a contiguous space in memory which holds a certain number of objects of one type
an allocated area in memory, together with the information needed to interpret it correctly
an area of memory which can store not just one but many numbers
a reserved block of computer memory
a table of values in memory
a way of organizing data by placing each datum next to each other in memory
A fixed-size sequence container in which all the objects are kept in contiguous memory.
A table of numbers or text which the computer holds in its memory.
|