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

This one, Sheed

TermDefinition
Boolean A...is a true or false value
Float Numbers with or without decimals
Integer A whole number (not a fraction)
String A sequence of characters
Variable A symbol or container that holds a value
Increment To add or increase
Decrement To subtract from or decrease
Constant A variable in a program that has a value that does not change.
Coordinate A ... system uses numbers as coordinates to place objects in a geometric space.
Canvas The screen on which graphics programs are drawn.
Variable name rules (app.) Must begin with letter or underscore
Explain global variables vs local variables (app.) Local variables at defined in functions. Global variables are defined outside the function or with an assignment.
Is JavaScript case sensitive? YAAAAS
Logical operator AND &&
Logical operator OR ||
Logical Operator NOT !
Comparison operators X===y
For statement (syntax) For (var = statement ; var <= endval; var = var + increment); for (i =0 ; i <5; i++)
Random (app.) Returns a ... number between 0 and 1
isNan (app) Returns true if the given number is not a number, else returns false
Classes ...a template to create many objects with similar qualities.
Concatenation "String1" + "String2"
to Uppercase, to Lowercase (applications) Changes the cases of all the alphabetical letters in the strings
Switch (app) A switch checks a value against a list of cases and executes the first case that is true. It goes on executing all other cases it finds after the first true case until it finds a breaking statement
Variable assignment (ex) var x = 1 var hisName = "Bob"; var hisName = myName;
Accessing array elements (app): You can get elements out of arrays if you know their index. Remember that indexes start at 0 and increment by 1
Multi-dimensional Array Contains two or more arrays within an array
Dot notation (ex) ObjectName.PropertyName
Bracket notation ex. ObjectName["Property Name"]
Created by: Raefisher89
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