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

Runestore - Unit 1

TermDefinition
compiler software the translates the Java source code into Java class file which can be run on the computer
compiler error an error found during compilation
syntax error an error found during compilation
compilation the process of translating source code written in a high-level programming language into a lower-level language, such as machine code, that can be executed by a computer
main method where execution starts a program
variable a name associated with a memory location in the computer
initializing a variable the first time you set the value of a variable
Declare a variable specifying the name and type for a variable. This sets aside memory for a variable of that type and associates the name with that memory location
data type determines the size of memory reserved for a variable. Examples: int, double, boolean, char, String
integer a whole number like 2 or -3
boolean an expression that is either true or false
camel case one way to create a variable name by appending several words together and uppercasing the first letter of each word after the first word. Example: myScore
casting a variable changing the type of a variable using type name
operator common mathematical symbols such as + for addition and * for multiplication
compound assignment operators like x++ which means x = x + 1 or x +=y which means x = x + y
shortcut operators operators like x++ which means x = x + 1 or x +=y which means x = x + y
modulo the % operator which returns the remainder from one number divided by another
arithmetic expressions a sequence of operands and operators that describes a calculation to be performed. Example: 3 * (2 + x)
operator precedence some operations are done before others. Example *, /, % have precedence over + and - unless parentheses are used
boolean used to declare a variable that can only have the value of true or false
double used to declare a variable of type that can store numbers with decimals
int used to declare a variable of a type that can store whole numbers(number without decimals
String used to declare variable which stores a sequence of characters or text
System.out.print() Used to print output to the user
System.out.println() used to print output to the user followed by a newline to the user
= used for assignment to a variable
+, -, *, /,% arithmetic operators
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