Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
12 Cards in this Set
- Front
- Back
simple variable |
a variable that is unrelated to any other variable in the computer's internal memory; also called a scalar variable ) |
|
array |
group of related variables that have the same name data type and are stored in consecutive locations in the computer's internal memory |
|
one dimensional array |
an array whose elements are identified by a unique subscript |
|
subscript |
a unique integer that identifies the position of an element in an array |
|
element |
the variables in the array (refer from - Array name is the name array, data type is the type of data) |
|
populating the array |
refers to the process of initializing the elements in the array |
|
length property |
one of the properties of an array; stores an integer that represents the number of array elements |
|
getupperbound method |
returns an integer that represents the highest subscript in a specifieddimension of an array; when used with a one-dimensional array, the dimension is0ght: norm5ޭ |
|
for each next statement |
used to code a loop whose instructions you want processed for each element in a group |
|
sorting |
the process of arranging data in a specific method |
|
array.sort method |
sort the values in a one dimensional array in descending order |
|
array.reverse method |
to sort in ascending order |