wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CIW JS Lesson 1 & 2 Vocab

Total questions: 23

Worksheet time: 6hrs 31mins

Name
Class
Date
1.

It is a program that provides graphical navigation with menus and screen icons.

(a)  

2.

It is a software application that provides a platform where developers can develop software.

(a)  

3.

It is a scripting language for adding dynamic interactivity to Webpages. Generally, used on the client-side but can also be used on the server-side.

(a)  

4.

It is a free and open-source cross-platform JavaScript library that simplifies client-side scripting and overcomes cross-platform inconsistencies.

(a)  

5.

It is an action that can be performed by an object.

(a)  

6.

It is a programming function that models the characteristics of abstract or real "objects" using classes.

(a)  

7.

It is a descriptive characteristic of an object (such as color, width, or height) that the developer stipulates in the creation of the object.

(a)  

8.

It is an open-source JavaScript library developed by Jordan Walke at Facebook in 2011 for building user interfaces.

(a)  

9.

It is a W3C term for any application, such as a Web browser or help engine, that renders HTML for display to users.

(a)  

10.

It is a specific quality (such as a specified color, width, or height) that belongs to the property of an object.

(a)  

11.

It is a single line of code to be executed in a script or program.

(a)  

12.

It is a common naming convention that is used in scripting languages, in which two words are placed together with no space between and the second (and sometimes first) word capitalized. In JavaScript, commonly used for variable, function, object and class names.

(a)  

13.

It is used for joining two or more strings end-to-end.

(a)  

14.

It is a reference that is used to access a property or method of an object.

(a)  

15.

In JavaScript, it is a piece of code that processes and responds to an event by intercepting the event and associating executable code with it.

(a)  

16.

It is used to place JavaScript code within an HTML tag, rather than between the file's tags.

(a)  

17.

It is data that is to be operated upon or manipulated in some manner.

(a)  

18.

It is a symbol character that is used in programming expressions to instruct the program on how to store or manipulate (operate on) a value.

(a)  

19.

It is the order in which operators in an expression are evaluated when the expression has several operators.

(a)  

20.

It is an area in the code from where variables can be accessed.

(a)  

21.

It is a named space of memory that holds a value. The value can change depending on a condition or information passed to the program, or by reassignment of a new value.

(a)  

22.

In JavaScript code, all variable declarations are moved to the top of their scope while interpreting. This behavior allows JavaScript variables to be used before they are even declared.

(a)  

23.

A small domesticated carnivorous mammal with soft fur, a short snout, and retractable claws. It is widely kept as a pet or for catching mice, and many breeds have been developed.

(a)