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

Liang - 2

Elementary Programming

TermDefinition
algorithm describes how a problem can be solved by listing the actions need to be taken and the order of their execution
assignment operator (=) designates a value for a variable
assignment statement used for storing a value in a variable
byte type 8-bit signed data type for integers
casting an operation that converts a value of one data type to a value of another data type
constant an identifier that represents a permanent value
data type kind of data stored in a variable
declare variables specifying data types and naming a storage location for them
decrement operator (--) subtracts one from the operand
double type 64-bit IEEE 754 data type for floating-point numbers
expression computation involving values, variables, and operators that are evaluates to a value
final keyword required for creating a constant
float type 32-bit IEEE 754 data type for floating-point numbers
floating-point number real numbers; numbers with decimal points
identifier names that identify elements such as classes, methods, and variables in a program
increment operator (++) adds one to the operand
incremental code and testing implementing one at a time
int type 32-bit signed data type for integers
IPO input, process, output
literal a constant value that appears directly in a program
long type 64-bit signed data type for integers
narrowing a type casting a type with a large range to a type with a smaller range
operands values operated on
operator symbol to indicate operation to perform
overflow when a variable is a assigned a value too large in size to be stored in its data type
postdecrement decrement occurs after the rest of the expression is evaluated
postincrement increment occurs after the rest of the expression is evaluated
predecrement decrement occurs before the rest of the expression is evaluated
postincrement increment occurs before the rest of the expression is evaluated
primitive data type simple data types provided by Java; can store only one piece of data at time
pseudocode natural language mixed with some programming code
requirements specification formal process that seeks to understand the problem the software will address and to document in detail what the software system needs to do
scope of a variable part of a program where a variable can be referenced
short type 16-bit signed data type for integers
specific import a single class in the import statement
system analysis seeks to examine methodically the data flow and to identify the system's input and output
system design breaking problem down into manageable components and create strategies for implementing each component
underflow when a floating-point number is too small(too close to zero) to be stored
UNIX epoch time elapsed since midnight January 1, 1970 GMT
variable represents a value stored in memory
widening a type casting a type with a small range to a type with a larger range
wildcard import a package import
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