Upgrade to remove ads
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Arrays

        Help!  

Term
Definition
anonymous array   an array without an explicit reference variable; the array was not declared; this happens when it is sent as an argument to a parameter list  
🗑
array   single variable that can reference a large collection of of fixed number of data values of a single type  
🗑
array declaration   consists of data type and reference variable  
🗑
array initializer   shorthand notation that consists of data type, reference variable, and a sequence of expressions that are assignment compatible with the element type of the array  
🗑
array instantiation   process of creating an instance of an array through use of the new operator or the process of initialization  
🗑
binary search   process of looking for a specific element in a sorted array by repeatedly dividing the search interval in half  
🗑
element   a single piece of data(value or reference variable) in an array; indexed variable  
🗑
garbage collection   process of reclaiming the run-time unused memory automatically  
🗑
index   number in brackets[] that indicate the position of an element in an array  
🗑
indexed variable   a single piece of data(value or reference variable) in an array; element  
🗑
insertion sort   elementary sorting algorithm that sorts one element at a time and growing a sorted list  
🗑
linear search   process of looking for a specific element by starting at the first element and moving to the next element until the element is found  
🗑
new   Java operator used to create an array or instance of an object  
🗑
null   special value to signify: uninitialized state, termination condition, non-existing object, an unknown value  
🗑
off-by-one error   is a logic error outside the boundaries of an array or list. It often occurs in computer programming when an iterative loop iterates one time too many or too few.  
🗑
pre-condition   something that must always be true just prior to the execution of some section of code or before an operation in a formal specification  
🗑
post-condition   something that must always be true just after the execution of some section of code or after an operation in a formal specification  
🗑
reference variable   holds the memory location of the real object  
🗑
selection sort   elementary sorting algorithm that finds the smallest element in the array and swaps it with the first element, then finds the next smallest element and swaps it with the second element, and so on.  
🗑


   

Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
 
To hide a column, click on the column name.
 
To hide the entire table, click on the "Hide All" button.
 
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
 
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: shoemaker
Popular Computers sets