aiotestking uk

70-480 Exam Questions - Online Test


70-480 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. You are creating a rotating image of a company logo. 

The logo must spin on a horizontal axis and on a vertical axis. 

You need to use the least amount of development effort to meet the requirement. 

What should you do? 

A. Create an Image Spinner object, load the image into the spinner, and set the horizontal and vertical rotation properties. 

B. Create a Canvas Globe transform and set the image as the globe object. Set the horizontal and vertical rotation properties. 

C. Create a single Canvas 3D transform and load the image into it. Set the rotation properties. 

D. Create a Canvas 2D transform and set the image to rotate horizontally and vertically. 

Answer: C

Q2. You are creating a web form that users will use to enter their personal information. The form includes the following HTML. 

<body>

  <table>

<tr>

  <td>Item</td>

  <td>Input</td>

  <td>Current</td>

</tr>

<tr>

  <td>First Name</td>

<td>

  <input type=”text”/>

</td>

<td></td>

</tr>

<tr>

<td>Last Name</td>

<td>

  <input type=”text”/>

</td>

<td></td>

</tr>

</table>

</body>

You have the following requirements: 

. When a user enters an input box, the cell on the right must turn green. 

. When a user leaves an input box, the cell on the right must turn white. 

You need to create the web form to meet these requirements. Which code segment should you use? 

A. Option A B. Option B 

C. Option C 

D. Option D 

Answer:

Q3. You are developing an HTML5 page that has an element with an ID of picture. The page includes the following HTML. 

You need to move the picture element lower on the page by five pixels. 

Which two lines of code should you use? (Each correct answer presents part of the solution. Choose two.) 

A. document.getEIementById("picture").style.position = "relative"; 

B. document.getElementById("picture").style.top = "5px"; 

C. document.getEiementById("picture").style.top = "-5px"; 

D. document.getEIementById("picture").style.position = "absolute"; 

Answer: AB 

Q4. You implement an application by using HTML5 and JavaScript. You create a webpage that contains the following HTML: 

The application must place a border on only the first UL element that is contained in the DIV element. 

You need to update the webpage. 

What should you do? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q5. You are developing a customer web form that includes following HTML. 

<input id="txtValue"/> 

You need to develop the form so that customers can enter only a valid country code consisting of three English alphabet characters. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q6. You are developing an HTML5 web application and are styling text. You need to use the text-transform CSS property. 

Which value is valid for the text-transform property? 

A. red 

B. hidden 

C. lowercase 

D. italic 

Answer:

Q7. You are developing an HTML5 web application and are styling text. 

You need to use the text-transform CSS property. 

Which value is valid for the text-transform property? 

A. Capitalize 

B. Hidden 

C. Italic 

D. Line-through 

Answer:

Q8. You are developing a customer web form that includes the following HTML. 

<input id="txtValue"/> 

You need to change the HTML markup so that customers can enter only a valid three-letter country code. 

Which HTML should you use? 

A. <input id="txtValue" type="code" /> 

B. <input id="txtValue" type="text" pattern=" [A-Za-z] {3}" /> 

C. <input id="txtValue" type="text" required="required"/> 

D. <input id="txtValue" type="country" /> 

Answer:

Q9. You are developing an application that uses a third-party JavaScript library named doWork(). 

The library occasionally throws an "object is null or undefined" error with an error code of -2146823281. 

The application must: 

. Extract and handle the exceptions thrown by doWork() 

. Continue normal program execution if other exceptions occur You need to implement the requirements. 

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q10. You are developing an HTML5 web application and are styling text. 

You need to use the text-transform CSS property. 

Which value is valid for the text-transform property? 

A. Lowercase 

B. Blink 

C. Line-through 

D. 20px 

Answer: