Save
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.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
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

Arrays

TermDefinition
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.
Created by: shoemaker
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards