Exam 9: Javascript: Functions
Exam 1: Introduction to Computers and the Internet31 Questions
Exam 2: Introduction to Html5: Part 120 Questions
Exam 4: Cascading Style Sheets Css29 Questions
Exam 5: Introduction to Cascading Style Sheets36 Questions
Exam 6: Javascript: Introduction to Scripting14 Questions
Exam 7: Javascript: Control Statements I29 Questions
Exam 8: Javascript: Control Statements II15 Questions
Exam 9: Javascript: Functions24 Questions
Exam 10: Javascript: Arrays18 Questions
Exam 11: Javascript: Objects16 Questions
Exam 12: Document Object Model Dom: Objects and Collections9 Questions
Exam 13: Javascript: Event Handling10 Questions
Exam 14: Html5: Introduction to Canvas36 Questions
Exam 15: Xml21 Questions
Exam 16: Ajax-Enabled Rich Internet Applications With Xml and Json10 Questions
Exam 17: Web Servers Iis and Apache7 Questions
Exam 18: Database: Sql, Mysql, Linq and Javadb12 Questions
Exam 19: Php15 Questions
Exam 20: Web App Development With Aspnet in C#37 Questions
Exam 21: Web App Development With Aspnet in C#: a Deeper Look7 Questions
Exam 22: Windows Communication Foundation Wcf Web Services in C#20 Questions
Exam 23: Web App Development With Aspnet in Visual Basic67 Questions
Exam 24: Web App Development With Aspnet in Vb, a Deeper Look6 Questions
Exam 25: Windows Communication Foundation Wcf Web Services in Vb20 Questions
Exam 26: Javaserver Faces Web Apps: Part 115 Questions
Exam 27: Javaserver Faces Web Apps: Part 27 Questions
Exam 28: Web Services in Java27 Questions
Select questions type
When does a recursive program go into infinite recursion
Free
(Multiple Choice)
4.8/5
(25)
Correct Answer:
D
The best way to develop and maintain a large program is to construct it from small, simple pieces called ________.
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
B
The technique of developing and maintaining a large program by constructing it from small, simple pieces is called ________.
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
A
Functions that are not provided as part of the JavaScript language are called ________ functions.
(Multiple Choice)
4.8/5
(45)
Nested in the audio element are two ________ specifying the locations of the audio clip in MP3 and OGG formats, respectively.
(Multiple Choice)
4.8/5
(31)
What is the result of writing the keyword var in a function parameter list
(Multiple Choice)
4.7/5
(35)
A function's ________ are also considered to be local variables.
(Multiple Choice)
4.7/5
(38)
Iteration uses ________ statements and recursion uses ________ statements.
(Multiple Choice)
4.9/5
(39)
What does the following statement do
Math.floor( Math.random() * 12 );
(Multiple Choice)
4.9/5
(31)
The value a in the following statement is called the ________ and the value b is called the ________.
Face = Math.floor( a + Math.random() * b );
(Multiple Choice)
4.8/5
(35)
Which of the following is used to access members (or properties) of form elements
(Multiple Choice)
4.8/5
(30)
JavaScript references the ________ object for you when you call its functions, so you don't need to use it directly.
(Multiple Choice)
4.9/5
(28)
Change an image's ________ attribute to change which picture it displays.
(Multiple Choice)
4.8/5
(45)
Which of the following are valid names of scopes in JavaScript
(Multiple Choice)
4.9/5
(32)
What would the function cube return, assuming it is called with the statement cube( 3 )
Function cube( y );
{
Return y * y * y;
}
(Multiple Choice)
4.9/5
(30)
The "prepackaged" functions that belong to JavaScript objects such as Math.pow and Math.round are often called ________.
(Multiple Choice)
4.8/5
(30)
If the HTML5 form game has a text field named point in it, what is the proper way to set the text associated with point to 10
(Multiple Choice)
4.8/5
(38)
Giving a local function variable the same name as a global variable will result in which of the following
(Multiple Choice)
4.7/5
(31)
All variables declared in function definitions are ________.
(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 24
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)