Computer Flashcards
answer!!!!!!!!
The most common structured data type
Arrays
the individual element/content of the array
Array element
a valid type in c++
Data type
a user defined name
Array name
an integer which indicated the size of the array
Size
values are assigned right after declaration with the use of assignment operators
initializing arrays
arrays can be represented using more than one dimension
Multidimensional Arrays
assigning the list or values to arrays
Initializing multidimensional arrays
A string in an array of characters ending with a null character
Char arrays
collection of data storage locations
Arrays
an array of characters ending with a null character
String
number of distinct data items of different types grouped together as one unot
Structured data type
the number of elements in the array surrounded by brackets
Subscript
in the computer world, though memory is simply a question of bytes
Memory management
a series of 1’s and 0’s usually grouped as a sequence of 8 bits
Bytes