1D0-435 CIW JavaScript Fundamentals exam

Loading demo links...

Showing 1–3 of 10 questions

Question 1 (Exam Set E)

Ann inadvertently deleted her cookies.txt file.

How will this affect her browsing experience?

Select all that apply, then click Submit answer.

  • She must re-enter her personal information wherever she has user accounts that rely on cookies.

  • She will enjoy a quicker browsing experience because the servers she visits need not confirm her user identity.

  • It depends on the type of cookies.txt file that was generated within her browser user profile; if the cache files and cookies.txt were deleted, all links will appear unvisited.

  • Her Web browser will no longer function because the cookies.txt file is necessary for browser operation.


Question 2 (Exam Set B)

A __________ is an organized block of code that handles actions generated by user events.

 

Select all that apply, then click Submit answer.

  • function

  • method

  • statement

  • object

Question 3 (Exam Set E)

Chiyo wants to open a new window with JavaScript, but she repeatedly receives an error message. She reviews her code, as shown: open ("http://www.prolific.com", "Pro Window" , "toolbar = 1 ,location = 1 ,menubar = 1 , scrollbars = 1 ,status = 1 ,resizable = 1"); Which one of the following choices shows how Chiyo should rewrite this line of code so that no errors result when it is executed?

Select an option, then click Submit answer.

  • open("http://www.prolific.com","Pro Window","toolbar=1
    ,location=1,menubar=1,scrollbars=1,status=1,resizable=1 ");

  • open("http://www.prolific.com","Pro Window ","toolbar = 1,location =1,menubar = 1
    ,scrollbars = 1,status = 1 ,resizable = 1");

  • open("http://www.prolific.com","ProWindow
    ","toolbar=1,location=1,menubars=1,scrollbars=1,status=1,resizable=1 ");

  • open ("http://www.prolific.com", "ProWindow","toolbar = 1,location = 1,menubar =
    1,scrollbars = 1,status = 1,resizable = 1 ");