Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers
Exam 1: Introduction to Web Programming28 Questions
Exam 2: Coding Standards, Block Elements, Text Elements, and Character References30 Questions
Exam 3: Cascading Style Sheets (CSS)29 Questions
Exam 4: Organizing a Pages Content With Lists, Figures, and Various Organizational Elements30 Questions
Exam 5: Tables and Css Layout30 Questions
Exam 6: Links and Images30 Questions
Exam 7: Image Manipulations, Audio, and Video30 Questions
Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers28 Questions
Exam 9: Additional Javascript Basics: Window Object, If Statement, Strings, Numbers, and Input Validation30 Questions
Exam 10: Loops, Additional Controls, Manipulating Css With Javascript29 Questions
Exam 11: Object-Oriented Programming and Arrays30 Questions
Exam 12: Canvas30 Questions
Exam 13: Web Development and HTML/CSS98 Questions
Select questions type
In May 1995, Brendan ______ created the JavaScript programming language in 10 days.
Free
(Short Answer)
4.8/5
(40)
Correct Answer:
Eich
There is a parallel world between HTML element attributes and JavaScript properties, but the naming conventions are slightly different. HTML attributes use camel case, whereas JavaScript properties use all lowercase.
Free
(True/False)
4.9/5
(33)
Correct Answer:
False
The JavaScript language is basically the same as the Java language, except that JavaScript can be run on the Web and Java cannot be run on the Web.
Free
(True/False)
4.8/5
(42)
Correct Answer:
False
Within an event handler function, suppose you have the following code:
Form.elements["title"].value
What does "title" refer to?
(Multiple Choice)
4.8/5
(41)
The input element's ______ attribute specifies the button's label.
(Short Answer)
4.7/5
(32)
Although it is legal to use <code>input</code> elements without surrounding them with a <code>form</code> element, there are advantages to using a form. Which of the following is an advantage of using a form?
(Multiple Choice)
4.8/5
(39)
What is the name of the object associated with an entire web page?
(Multiple Choice)
4.8/5
(40)
The text control's placeholder attribute provides a word or a short description that helps the user to know what to enter into the text control.
(True/False)
4.8/5
(37)
Which event handler attribute detects whether the value of a form control has changed?
(Multiple Choice)
4.8/5
(31)
Inline JavaScript is when an event handler attribute is assigned JavaScript code that does the work there, rather than in a called function.
(True/False)
4.9/5
(52)
The default type of control for the input element is a button control.
(True/False)
5.0/5
(31)
The text control's placeholder and value attributes both provide text that pre-populates the text control's box. What is the difference in terms of what happens when the user starts to enter new text into the box?
(Essay)
4.8/5
(29)
The following JavaScript variable name exhibits proper coding conventions:
$inBank
(True/False)
4.8/5
(32)
Every HTML element has innerHTML and outerHTML properties. What is the difference between the two?
(Essay)
5.0/5
(38)
The following code would be a legal JavaScript identifier:
<code>100Transactions</code>
(True/False)
4.8/5
(28)
A global variable is a variable this is shared among all the functions for a particular web page.
(True/False)
4.8/5
(29)
An "argument" refers to a value in a function call's parentheses, and a(n) __________ refers to the associated word in a function definition heading's parentheses.
(Short Answer)
4.8/5
(40)
JavaScript is known as a loosely typed language. What does that mean?
(Essay)
4.8/5
(40)
Which of the following statements best describes a keyword?
(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 28
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)