This test contains 25 questions. The questions may be multiple choice, true/false, or fill-in-the-blank. You may not skip any of the questions. There is no time limit on the test.
You must score 70 or higher to receive the certificate of completion. You may retake the test as many times as you’d like. At the end of the test you’ll be shown the correct answer for each question so you can determine which questions stumped you.
Once you pass the test, you’ll immediately be able to print the certificate of completion.
Good luck!
Javascript Test
Quiz Summary
0 of 25 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 25 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- Answered
- Review
-
Question 1 of 25
1. Question
Java is another name for Javascript.
CorrectIncorrect -
Question 2 of 25
2. Question
JavaScript _______ interpret and execute JavaScript.
CorrectIncorrect -
Question 3 of 25
3. Question
The only similarity between JavaScript and Java is they both have a _______ syntax.
CorrectIncorrect -
Question 4 of 25
4. Question
For a browser to execute a Javascript statement, the statement must be placed inside a(n)
_______
element.CorrectIncorrect -
Question 5 of 25
5. Question
A
script
element is used to link to a(n) __________, or to contain inline scripting.CorrectIncorrect -
Question 6 of 25
6. Question
The default scripting language for most browsers is _______.
CorrectIncorrect -
Question 7 of 25
7. Question
Current browsers that know about the
script
element will ignore the first line of ascript
element, if it starts with _______.CorrectIncorrect -
Question 8 of 25
8. Question
Javascript is normally __________.
CorrectIncorrect -
Question 9 of 25
9. Question
Javascript _______ case sensitive.
CorrectIncorrect -
Question 10 of 25
10. Question
A(n) __________ turns all of the text that follows the symbol on the same line into a comment that will not be processed by the JavaScript interpreter.
CorrectIncorrect -
Question 11 of 25
11. Question
In JavaScript the use of semicolons is __________.
CorrectIncorrect -
Question 12 of 25
12. Question
A(n) _______ is a name for a piece of data such as a variable, array, or function.
CorrectIncorrect -
Question 13 of 25
13. Question
Words that cannot be used in JavaScript as names of variables, functions or other objects are called __________.
CorrectIncorrect -
Question 14 of 25
14. Question
In Javascript, Boolean variables can only have 2 possible values, _______ or _______.
CorrectIncorrect -
Question 15 of 25
15. Question
Which Javascript code generates a pseudo-random number.?
CorrectIncorrect -
Question 16 of 25
16. Question
The
concat()
function joins two _______.CorrectIncorrect -
Question 17 of 25
17. Question
getday() returns the day of the week within the object. [0 – 6]. From 0 – 6, which day is 0?
CorrectIncorrect -
Question 18 of 25
18. Question
Which arithmetic operator is not available in Javascript?
CorrectIncorrect -
Question 19 of 25
19. Question
The _______ statement evaluates an expression, and determines flow control based on the result of the expression.
CorrectIncorrect -
Question 20 of 25
20. Question
An argument is also called a(n) _______.
CorrectIncorrect -
Question 21 of 25
21. Question
A(n) __________ function is a function that was declared without any named identifier to refer to it.
CorrectIncorrect -
Question 22 of 25
22. Question
JavaScript is an object-based programming language.
CorrectIncorrect -
Question 23 of 25
23. Question
A()n _______ is a code structure of variables and some functions used to work with those variables.
CorrectIncorrect -
Question 24 of 25
24. Question
The _______ operator creates a new instance of an object.
CorrectIncorrect -
Question 25 of 25
25. Question
Objects within JavaScript are _______ dynamic.
CorrectIncorrect