- StudyBlue
- California
- Reseda Senior High School
- Exploring Computer Science
- Mr.gurnick
- Javascript words
Javascript words
Exploring Computer Science with Mr.gurnick at Reseda Senior High School
About this deck
Created: 2012-02-06
Size: 24 flashcards
Views: 7
About StudyBlue
Dennis
Sign up (free) to study this.
programing language that is embedded (put into) into web pages to add features and abilities to web pages.
not capital letters
a small portion of a larger computer program that performs a)specific task (or tasks) and can be called upon to repeat the process by other parts of the program
variables or data that is available to any part of a computer program
variables or data that is only available within a specific function or specific small part of the whole program
Values or information required by a function or procedure
the specific actual values given to function or procedure when it needs parameters in order to run.
a type of data expressed after items are compared most often resulting in determining if a situation (or combination of conditions) are met. If the conditions are met, the situation is true, if not it is false
a part of a computer program that runs only when a specific condition is met.
the keyword return is used inside of a function to obtain or return a value when the function is called (run)
About this deck
Created: 2012-02-06
Size: 24 flashcards
Views: 7
About StudyBlue
Dennis