Exam 1: Javascript Basics: Syntax, Execution, and Capabilities
Exam 1: Javascript Basics: Syntax, Execution, and Capabilities25 Questions
Exam 2: Web Technology and Terminology11 Questions
Select questions type
_____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation.
Free
(Multiple Choice)
4.7/5
(41)
Correct Answer:
A
Which of the following way can be used to indicate the LANGUAGE attribute?
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
C
Which of the following attribute can hold the JavaScript version?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
A
The syntax of a blur method in a button object is ______________
(Multiple Choice)
4.9/5
(35)
What Is The Output Of Following JavaScript Code?
-<script type="text/javascript"> var s = "9123456 or 80000?"; var pattern = /\d{4}/; var output = s.match(pattern); document.write(output); </script>
(Multiple Choice)
4.8/5
(38)
Which of the following event fires when the form element loses the focus: <button>, <input>, <label>, <select>, <textarea>?
(Multiple Choice)
4.8/5
(41)
Which of the following can't be done with client-side JavaScript?
(Multiple Choice)
4.8/5
(36)
The syntax of capture events method for document object is ______________
(Multiple Choice)
4.8/5
(52)
What is the correct syntax for referring to an external script called " abc.js"?
(Multiple Choice)
4.8/5
(47)
When a user views a page containing a JavaScript program, which machine actually executes the script?
(Multiple Choice)
4.8/5
(37)
______ tag is an extension to HTML that can enclose any number of JavaScript statements.
(Multiple Choice)
4.9/5
(31)
What is the correct JavaScript syntax to write "Hello World"?
(Multiple Choice)
4.9/5
(43)
Which of the following are capabilities of functions in JavaScript?
(Multiple Choice)
4.9/5
(28)
The syntax of close method for document object is ______________
(Multiple Choice)
4.9/5
(39)
Local Browser used for validations on the Web Pages uses __________.
(Multiple Choice)
4.8/5
(47)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)