The Microsoft Exam is challenging and thorough preparation is essential for success. This exam study guide is designed to help you prepare for the Programming in HTML5 with JavaScript and CSS3 certification exam. It contains a detailed list of the topics covered on the Professional exam, as well as a detailed list of preparation resources. These study guide for the MCSA Web Applications will help guide you through the study process for your certification.
70-480 Programming in HTML5 with JavaScript and CSS3 Exam Summary
Exam Name: Microsoft Certified Solutions Associate (MCSA) - Web Applications
Exam Code: 70-480
Exam Price: $165 (USD)
Duration: 120 mins
Number of Questions: 45-55
Passing Score: 700 / 1000
Reference Books: 20480B
Schedule Exam: Pearson VUE
Sample Questions: Microsoft Programming in HTML5 with JavaScript and CSS3 Sample Questions
Recommended Practice: Microsoft 70-480 Certification Practice Exam
Exam Syllabus: 70-480 Microsoft Certified Solutions Associate (MCSA) - Web Applications
1. Implement and manipulate document structures and objects (24%)
2. Implement program flow (25%)
3. Access and secure data (26%)
4. Use CSS3 in applications (25%)
Microsoft 70-480 Certification Sample Questions and Answers
To make you familiar with Programming in HTML5 with JavaScript and CSS3 (70-480) certification exam structure, we have prepared this sample question set. We suggest you to try our Sample Questions for MCSA Web Applications 70-480Certification to test your understanding of Microsoft 70-480 process with real Microsoft certification exam environment.
70-480 Programming in HTML5 with JavaScript and CSS3 Sample Questions:-
01. Which transformation enables you to change the size of an element?
a) rotate
b) skew
c) translate
d) scale
02. Absolute positioning positions an object relative to what?
a) The top-left corner of the browser window.
b) The top-left corner of its parent element.
c) Centered inside the window.
d) Centered inside its parent element.
03. Which iterative control syntax can guarantee that the loop is processed at least once?
a) for...in loop
b) while loop
c) do...while loop
d) for loop
04. Which of the following statements will apply a box shadow to the right and bottom edge of a div element?
a) box-shadow: gray 5px 5px;
b) box-shadow: gray -5px 5px;
c) box-shadow: gray 5px -5px;
d) box-shadow: gray -5px -5px;
05. How many web workers/subworkers can run concurrently?
a) A multiple of four web workers including subworkers, per processor
b) 16 workers by default, but you can change that number via self.configuration
c) A limitless number of workers
d) A limit of eight workers, each with a maximum of eight subworkers
06. Which of the following is false about a flexbox layout?
a) The direction of the elements in a flexbox can be controlled with the flex-direction property.
b) The elements layout can be configured along the layout axis using the flex-pack property.
c) Elements in a flexbox are called flexbox items.
d) Elements in a flexbox can be set into rows and columns.
07. In JavaScript, which of the following isn’t a native object?
a) Function
b) Array
c) Integer
d) Person
08. Which of the following aren’t valid sections of the AppCache manifest?
a) Cache manifest
b) Session manifest
c) Network manifest
d) Fallback manifest
09. Which of the following regular expression characters denote the end of the string?
a) $
b) %
c) ^
d) &
10. What do you need to do to designate a page as available offline?
a) Specify in JavaScript as document.offLine=true.
b) Specify the manifest attribute on the form element.
c) Specify the manifest attribute on the HTML element.
d) Tell users to switch to offline mode using their browser. No code is required.
Answers:-
Answer 1 :- d
Answer 2 :- b
Answer 3 :- c
Answer 4 :- a
Answer 5 :- c
Answer 6 :- d
Answer 7 :- d
Answer 8 :- b
Answer 9 :- a
Answer 10:- c
Komentáře