Exam 9: Getting Started With Javascript
Exam 1: Getting Started With Html5147 Questions
Exam 2: Getting Started With CSS148 Questions
Exam 3: Designing a Page Layout136 Questions
Exam 4: Graphic Design With CSS107 Questions
Exam 5: Designing for the Mobile Web112 Questions
Exam 6: Working With Tables and Columns89 Questions
Exam 7: Designing a Web Form91 Questions
Exam 8: Enhancing a Website With Multimedia90 Questions
Exam 9: Getting Started With Javascript89 Questions
Exam 10: Exploring Arrays, loops, and Conditional Statements90 Questions
Select questions type
The _________ error occurs when a script is first loaded by a browser.
(Short Answer)
4.9/5
(38)
The _____ attribute can be applied to the script element to ensure that an object can be referenced within a JavaScript program that runs only after the page has completed loading.
(Multiple Choice)
4.9/5
(43)
JavaScript includes _________ in its time calculations due to which the seconds value in the countdown clock is off by a second.
(Short Answer)
4.8/5
(48)
Identify the property that best matches the following style rules.
-It returns the HTML code within element as well as the HTML code of element itself.
(Multiple Choice)
4.9/5
(31)
Terin has created a page for a training institute that will allow users to browse the training courses provided at the institute. Terin uses JavaScript to write the content using objects and functions. The objects defined in the code are document object, history object, screen object, navigator object, and the location object.
-Terin wants to create an object that will contain information about the browser application.Which of the following objects must Terin create to accomplish this?
(Multiple Choice)
4.8/5
(35)
Identify the property that best matches the following style rules.
-It is an object collection in which all the elements are marked with the < a > tag.
(Multiple Choice)
4.7/5
(35)
Identify the property that best matches the following style rules.
-It extracts the first integer value from a sequence of characters.
(Multiple Choice)
4.8/5
(37)
The isNaN(value)function returns a Boolean value of true if the value is not numeric.
(True/False)
4.8/5
(40)
Identify the output of the following code.
Var x = 8;
Var y = 6;
(Multiple Choice)
4.8/5
(41)
Which of the following can be referenced only after the browser has finished parsing the page content?
(Multiple Choice)
4.9/5
(38)
The first character of a variable must be a numeral or an underscore character ( _ ).
(True/False)
4.7/5
(38)
A user can create an embedded script by removing the _____ attribute and placing all of the JavaScript code within the script element.
(Multiple Choice)
4.9/5
(33)
A(n) _____ is a collection of commands that performs an action or returns a value.
(Multiple Choice)
4.8/5
(32)
Which of the following syntax is used for a function to return a value?
(Multiple Choice)
4.9/5
(35)
Identify an expression used to apply a method to an object.
(Multiple Choice)
4.8/5
(23)
Identify the property that best matches the following style rules.
-It is used to reference an object as part of a collection in a document.
(Multiple Choice)
4.9/5
(37)
Showing 21 - 40 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)