Exam 9: Integrating Javascript and Html5
Exam 1: Introduction to HTML, XHTML, and CSS112 Questions
Exam 2: Creating and Editing a Web Page Using Inline Styles112 Questions
Exam 3: Creating Web Pages With Links, Images, and Embedded Style Sheets110 Questions
Exam 4: Creating Tables in a Web Site Using an External Style Sheet112 Questions
Exam 5: Creating an Image Map112 Questions
Exam 6: Creating a Form on a Web Page112 Questions
Exam 7: Using Advanced Cascading Style Sheets112 Questions
Exam 8: Adding Multimedia Content to Web Pages111 Questions
Exam 9: Integrating Javascript and Html5111 Questions
Exam 10: Creating Pop-Up Windows, Adding Scrolling Messages, and Validating Forms112 Questions
Exam 11: Using Dom to Enhance Web Pages112 Questions
Exam 12: Creating and Using XML Documents111 Questions
Exam 13: Html Special Feature 1: Attracting Visitors to Your Web Site15 Questions
Exam 14: Html Special Feature 2: Converting Frames on Your Web Site15 Questions
Select questions type
Which of the following refers to a variable value that is available only in the function in which it is defined?
(Multiple Choice)
4.8/5
(38)
An object instance variable uses the ____________________ keyword and assigns the built-in object to a variable.
(Short Answer)
4.9/5
(35)
If an HTML ____________________ line is used and not closed properly,it will treat the rest of the Web page document as a comment.
(Short Answer)
4.7/5
(29)
Web developers use the built-in Date()object to access the current system date and time.
(True/False)
4.9/5
(35)
It is good programming practice to precede a variable name with the ____ keyword.
(Multiple Choice)
4.7/5
(30)
JavaScript makes use of ____________________ to make Web pages more dynamic and interactive by allowing JavaScript code to execute only in response to a user action.
(Short Answer)
4.9/5
(32)
Identify the letter of the choice that best matches the phrase or definition.
-This can be used to call a function
(Multiple Choice)
4.8/5
(34)
JavaScript's built-in functions like alert()and close()actually belong to the ____________________ object.
(Short Answer)
4.8/5
(34)
The substring()method uses a length value to extract y number of characters starting at x location.
(True/False)
4.9/5
(34)
Which of the following objects obtains information about the current Web browser?
(Multiple Choice)
4.7/5
(32)
A built-in object is a JavaScript object that depends on another object.
(True/False)
4.8/5
(40)
Identify the letter of the choice that best matches the phrase or definition.
-This method needs two parameters (x,y),where x is the location of the first character needed and y is the ending point of the string
(Multiple Choice)
4.8/5
(43)
Which of the following attributes is optional in the < script > tag?
(Multiple Choice)
4.8/5
(37)
Which of the following standards supports the type attribute of the < script > tag?
(Multiple Choice)
4.9/5
(34)
Given car.drive(),where car is the object,drive is the ____ of the car object.
(Multiple Choice)
5.0/5
(38)
The ____ keyword is required if local variables are being defined within a function.
(Multiple Choice)
4.8/5
(42)
Given a car object and the turn()method,a statement could be written as car.turn("left")where the function "left" is additional information describing which way the car should turn.
(True/False)
4.9/5
(27)
Identify the letter of the choice that best matches the phrase or definition.
-Methods are followed by parentheses,which may be empty,or may contain one of these
(Multiple Choice)
4.8/5
(41)
JavaScript and VBScript are the two main client-side script languages used today.
(True/False)
4.8/5
(44)
Showing 61 - 80 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)