Exam 6: Javascript: Introduction to Scripting
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
Which of the following statements would correctly print out the sentence "Hello World" in blue
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
D
Which of the following is not a valid JavaScript equality or relational operator
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
A
In the following line, the word writeln is a(n) _________ that performs a task or action in the script.
Document.writeln("Hello World");
Free
(Multiple Choice)
4.7/5
(28)
Correct Answer:
D
Which of the following operators associates from right to left
(Multiple Choice)
4.8/5
(38)
Consider the following script. What is wrong with the following code
< script type = "text/javascript" >
Var firstNumber;
ThirdNumber;
FirstNumber = window.prompt("Enter an integer", "0");
SecondNumber = window.prompt("Enter an integer", "0");
ThirdNumber = firstNumber + secondNumber;
< /script >
(Multiple Choice)
4.8/5
(27)
Consider the following HTML5 code.
< html >
< script type = "text/javascript" >
< !--
< !-- document.writeln("Hello World"); -- >
//-- >
< /script >
< /html >
What would a browser capable of scripting display when executing this code
(Multiple Choice)
4.7/5
(40)
Whenever a value is placed in a memory location, the value________.
(Multiple Choice)
4.9/5
(31)
Which of the following sequences does not follow the rules of operator precedence Assume that operators are evaluated in the order listed from left to right.
(Multiple Choice)
4.9/5
(37)
What will the browser display if the following script is executed and the user enters 5 at both prompts
< script type = "text/javascript" >
< !--
Var firstNumber = window.prompt( "Enter an integer", "0" );
Var secondNumber= window.prompt( "Enter an integer", "0" );
Var thirdNumber;
ThirdNumber = firstNumber + secondNumber;
Document.write( thirdNumber );
//-- >
< /script >
(Multiple Choice)
4.8/5
(27)
An alert dialog displaying the text "Welcome!" is created by calling _________.
(Multiple Choice)
4.9/5
(43)
What does the following expression evaluate to
( ( 3 + ( 5 + 4 ) * 7 ) + 4 ) / 5
(Multiple Choice)
4.8/5
(35)
In the following line the word document is a(n) ______ that resides in the computer's memory.
Document.writeln("Hello World");
(Multiple Choice)
4.7/5
(42)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)