70-480 Exam Details

  • Exam Code
    :70-480
  • Exam Name
    :Programming in HTML5 with JavaScript and CSS3
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :332 Q&As
  • Last Updated
    :Dec 07, 2021

Microsoft 70-480 Online Questions & Answers

  • Question 121:

    You develop an HTML application that is located at www.adventure-works.com.

    The application must load JSON data from www.fabrikam.com.

    You need to choose an approach for loading the data.

    What should you do?

    A. Design a REST URI scheme with multiple domains.
    B. Configure Cross-Origin Resource Sharing (CORS) on the servers.
    C. Load the data by using WebSockets.
    D. Use the jQuery getJSON method.

  • Question 122:

    You develop a webpage with a standard input control by using HTML5.

    The input control must display the text Enter your given name, as shown below:

    When a user selects the input control, the text must disappear.

    You need to create the input control.

    Which input control should you use?

  • Question 123:

    You write the following JavaScript code. (Line numbers are included for reference only.)

    You need to write a function that will initialize and encapsulate the member variable fullname.

    Which are two possible code fragments that you can insert at line 02 to achieve the goal? Each correct answer presents a complete solution.

    NOTE: Each correct selection is worth one point.

    A. function Student(someName) { fullname=someName; }
    B. function Student (someName) { var fullname=someName; }
    C. function Student (fullname) { This.fullname=fullname; }
    D. function Student (someName) { this.fullname=someName; }

  • Question 124:

    You are developing an HTML5 web application for a surveyor company that displays topographic images.

    The application must: Display the topographic images at different zoom levels without loss of detail Print the topographic images without loss of detail Work from only one source file for each topographic image

    You need to ensure that the topographic images display according to the requirements.

    Which HTML5 element should you use?

    A. SVG
    B. CANVAS
    C. SAMP
    D. AREA

  • Question 125:

    HOTSPOT

    You develop a webpage.

    The layout of the webpage must resemble the following image:

    You need to ensure that the page renders properly.

    How should you complete the relevant CSS styles? (To answer, select the appropriate option from each drop-down list in the answer area.)

    Hot Area:

  • Question 126:

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

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

    Which HTML should you use?

  • Question 127:

    HOTSPOT

    You are developing a web application that retrieves data from a web service. The data being retrieved is a custom binary datatype named bint. The data can also be represented in XML.

    Two existing methods named parseXml() and parseBint() are defined on the page.

    The application must:

    Retrieve and parse data from the web service using binary format if possible Retrieve and parse the data from the web service using XML when binary format is not possible You need to develop the application to meet the requirements. What should you do? (To answer, select the appropriate options from the drop-down lists in the answer area.)

    Hot Area:

  • Question 128:

    You are testing the value of the following variable in JavaScript.

    var height = "300";

    A block of code must execute if the following conditions are true:

    The height variable is set to 300

    The height variable is of type string

    You need to implement the code to run the test.

    Which line of code should you use?

    A. if (height = = 300)
    B. if (height = = "300")
    C. if (height ! "300")
    D. if (height ! = 300)

  • Question 129:

    You develop an HTML5 web application. The web application contains a form that allows users to enter only their month of birth.

    The value that the users enter must be numbers between 1 and 12, inclusive.

    You need to implement the form element for the month of birth.

    Which element should you use?

  • Question 130:

    You are developing a web page that has a group of H1 and H2 elements. The page also includes a CSS class named underlineMe.

    You have the following requirements:

    The font color of all H1 and H2 elements must be changed to red.

    The CSS class underlineMe must be applied to all H1 and H2 elements.

    You need to update the web page to meet the requirements.

    Which code segment should you use?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-480 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.