0% found this document useful (0 votes)
137 views5 pages

1D0-635 Exam: Thank You For Downloading 1D0-635 Exam PDF Demo

This document contains sample questions and answers from the CIW JavaScript Specialist (1D0-635) exam. It includes 5 multiple choice questions about JavaScript syntax, functions, variables, and XMLHttpRequest usage. It also provides a link to purchase the full practice exam PDF from CertKillers.net and encourages the user to start preparing for the 1D0-635 exam.

Uploaded by

KillerExams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
137 views5 pages

1D0-635 Exam: Thank You For Downloading 1D0-635 Exam PDF Demo

This document contains sample questions and answers from the CIW JavaScript Specialist (1D0-635) exam. It includes 5 multiple choice questions about JavaScript syntax, functions, variables, and XMLHttpRequest usage. It also provides a link to purchase the full practice exam PDF from CertKillers.net and encourages the user to start preparing for the 1D0-635 exam.

Uploaded by

KillerExams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Questions & Answers PDF Page 1

CIW
1D0-635 Exam
CIW JavaScript Specialist

Thank you for Downloading 1D0-635 exam PDF Demo

You can also Buy Latest 1D0-635 Exam Full Version

https://www.certkillers.net/Exam/1D0-635

https://www.certkillers.net
Questions & Answers PDF Page 2

Question: 1

Assuming the function <body onload="DisplayName()"> is called, which script block will display Hello
Joe in the document window after you enter the name Joe?

A. <script type="text/javascript">
function DisplayName(void){
var YourName = window.prompt("What is your name?","Please enter your name");
document.write("Hello " + YourName);
}
</script>
B. <script type="text/javascript">
function DisplayName(){
var YourName = window.prompt("What is your name?","Please enter your name");
document.write("Hello " + YourName);
}
</script>
C. <script type="text/javascript">
function DisplayName(void){
var YourName = document.prompt("What is your name?",Please enter your name);
document.write("Hello " + YourName);
}
</script>
D. <script type="text/javascript">
function DisplayName(){
var YourName = document.prompt("What is your name?","Please enter your name");
document.write("Hello " + yourname);
}
</script>

Answer: B

Question: 2

Consider the following code fragment, which sets up the retrieval of an XML document named
fish.xml and calls a function named showFish(): var xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET", "fish.xml", true); xmlhttp.onreadystatechange = showFish(); xmlhttp.send();
Which line of code initializes the XMLHttpRequest object?

A. xmlhttp.send();
B. var xmlhttp = new XMLHttpRequest();
C. xmlhttp.open("GET", "fish.xml", true);
D. xmlhttp.onreadystatechange = showFish();

Answer: C

https://www.certkillers.net
Questions & Answers PDF Page 3

Question: 3

Which of the following demonstrate the correct syntax for the switch statement?

A. var myName= "Paul"


switch (myName){
case "Peter"
document.write("My name is Peter.<br />")
break
case "Paul"
document.write("My name is Paul.<br />")
break: (default);
document.write("I do not have a name.<br />")
}
B. var myName= "Paul"
switch (myName){
case "Peter"
document.write("My name is Peter.<br />")
break
case "Paul"
document.write("My name is Paul.<br />")
break: (default);
document.write("I do not have a name.<br />")
}
C. var myName= "Paul"
switch (myName){
case (Peter)
document.write("My name is Peter.<br />")
break
case (Paul)
document.write("My name is Paul.<br />")
break;
case: (default);
document.write("I do not have a name.<br />")
}
D. var myName= "Paul"
switch (myName){
case (Peter)
document.write("My name is Peter.<br />")
break
case (Paul)
document.write("My name is Paul.<br />")
break;
case: (default);
document.write("I do not have a name.<br />")
}

Answer: A

https://www.certkillers.net
Questions & Answers PDF Page 4

Question: 4

Consider the following code: <script type="text/javascript"> var v1 = "alpha"; function f () { var v2 =
"bravo"; alert (v1 + ", " + v2); } f(); v1="charlie"; alert (v1 + ", " + v2); </script> What is the expected
result when you run this script in the browser?

A. An alert box displaying charlie, bravo


B. An alert box displaying alpha, bravo followed by an error
C. Two alert boxes displaying alpha, bravo and alpha, bravo respectively
D. Two alert boxes displaying alpha, bravo and charlie, bravo respectively, followed by an error

Answer: B

Question: 5

Which of the following is a valid variable name in JavaScript?

A. this
B. that
C. 2that
D. 2this

Answer: B

https://www.certkillers.net
Questions & Answers PDF Page 5

Thank You for trying 1D0-635 PDF Demo

To Buy Latest 1D0-635 Exam Full Version visit link below

https://www.certkillers.net/Exam/1D0-635

Start Your 1D0-635 Preparation


[Limited Time Offer] Use Coupon “CKNET” for further discount
on your purchase. Test your 1D0-635 preparation with actual exam
questions.

https://www.certkillers.net

You might also like