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

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.

Question

The JavaScript keyword used to declare a variable.
click to flip
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't know

Question

An adjective that describes programming languages that allow you to use one variable to store different kinds of data at run time. JavaScript is an example.
Remaining cards (31)
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

JavaScript Quiz 1

Javascript Quiz 1

QuestionAnswer
The JavaScript keyword used to declare a variable. var
An adjective that describes programming languages that allow you to use one variable to store different kinds of data at run time. JavaScript is an example. loosely typed
An english language outline like tool used for expressing an algorithm. psueudocode
This javascript keyword begins a function definition: function
A named identifier that stores data during the execution of your script. variable
A piece of software that translates high level programming languages into a "machine readable" form while the program is running. Javascript compatible browsers is an example. Interpreter
The most versatile example of a selection statement. It allows you to use complex conditions rather than simply matching cases. if statement
Multiline comments in JavaScript begin with these symbols. /*
A step by step set of instructions used to solve a specific problem. algorithm
One of the symbols that can be used to delimit a string in JavaScript. "
Got code that you want to use in all kinds of web pages? Create one of these and put it in an external javascript file. function
Complete this step in the problem solving process after writing an algorithm but before translating the algorithm into code. Test the algorithm for correctness.
The concatenation operator in Javascript. +
The symbol used to terminate a statement in JavaScript ;
This type of statement allows you to store a value in a variable. assignment statement
A complex piece of code that "encapsulates" what it means to be a "thing" in the real world. The code describes both the attributes and behaviors of the "thing" it represents. document is an example. object
Name of control structure that allows programs to branch or make choices. selection
An action that an object knows how to do. write is an example for the document object. method
Got a block of code that you want to execute over and over? Use this control structure. The answer is NOT loop. repetition
An "extra piece" of information a fucntion needs in order to do its work. parameter
The first step in the problem solving process. Understanding the porblem.
This method of the document object allows you to add text to the HTML stream that makes up a webpage. write
In absence of any other control structure, statements in code are executed in the order in which they are written. sequence
This tool illustrates an algorithm in graphical form. flowchart
Use these to begin and end blocks of code in Javascript. { and }
An object based, cleint side scripting language that is support by most modern browsers. Javascript
The single line comment marker in Javascript. //
This object represesnts the current html page. document
This code is interpreted by the browser of the user who request the webpage. client side code
Code that is executed on the web server that hosts the web page. server side code.
Created by: Zoopy
 

 



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