100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU C777 Web Development Applications Post-Assessment (2022/2023) 100% Correct

Rating
-
Sold
2
Pages
10
Grade
A+
Uploaded on
19-12-2022
Written in
2022/2023

WGU C777 Web Development Applications Post-Assessment (2022/2023) 100% CorrectWhich of the following statements about HTML5 is true? HTML5 does not require third-party plug-ins for video and audio content What is the purpose of using the output element in a Web form? It displays the result of a calculation in the form Why are syntax errors so common when writing JavaScript code? Because JavaScript is case-specific What CSS3 property can be used to create rounded corners on an image or other element? border-radius What type of JavaScript expression evaluates to true or false? Logical Which statement is true about JavaScript? JavaScript is widely used for client-side and server-side scripts You have created a Web page using the HTML5 nav structural element to define a navigation area. Consider the following external style sheet code: nav { float:left; width:165px; background:#d8d8d8 url() top right; height:662px; } Where on the page will the image () appear? At the top right of the nav section Kate has created a complex script that she wants to attach to multiple HTML files, but she also wants to add a simple script to only certain sections of one page. What must she do to apply both scripts? She must use separate script elements to call the external script file and to embed a separate script Vivi is creating a Web page that will allow her employees to upload their timesheets to the company intranet. What HTML5 API can she use to restrict uploads to a specific file type? The File API Which method of form input validation is sometimes referred to as "pogo-sticking" and may lead to users becoming frustrated or impatient with the form? Requiring users to click Submit before validation occurs Which HTML5 attribute can help users input valid form data in the textarea element by providing the user with a hint identifying the expected input in the field? The placeholder attribute Consider the following code: script var v1 = "Blue"; function f () { v1 = "Green"; alert (v1); } f(); alert (v1); /script What is the expected result when this script is run in the browser? Two alert boxes, both displaying the message Green You are a novice Web developer, and your mentor has suggested that you familiarize yourself with HTML5 and Cascading Style Sheets (CSS). Being somewhat unfamiliar with CSS, you discover that it is: a Web design technology that enables you to determine how the HTML elements in your Web pages will display Which CSS property can create rectangles with rounded corners around text? border-radius Which CSS property defines how text should be handled when it extends beyond its allotted area? text-overflow Which JavaScript event occurs when the mouse pointer leaves from a link, image or other visible element on the page? mouseout Which CSS3 selector can you use to apply a style to the first paragraph of every container in a Web page? p:first-of-type What is another common name for the technique of requesting and reusing data using the JavaScript XMLHttpRequest object with HTML pages and CSS? AJAX To allow users to change the size of elements on a Web page, such as a div element, you can add which CSS3 property? resize Which of the following is a JavaScript event that occurs when a page opens in the browser? load Which DOM method is used by the canvas element to return a context object, which provides properties and methods that can be used to draw and manipulate images on the canvas? getContext() What HTML5 form element provides users with a drop-down menu of pre-defined choices and an autocomplete feature that filters choices while they type? The datalist element You are creating a mobile version of a community discussion site for busy moms. Users post questions and other topics for discussion. Some days there are as many as 20 new discussion threads. Considering your audience, what might be the best way to lay out navigation elements on the home page? Create a small, collapsible navigation bar at the top of the home page so users can see new topics without scrolling Which CSS3 property can you use to apply a shadow effect to text? text-shadow Consider the following code: CSS file: .right { text-align: right; } HTML file: h3 class="right"Right-aligned heading level three/h3 p class="right"Right-aligned paragraph/p This code shows an example of what? The class selector To allow several files to be selected at once with the File API, use the: multiple attribute Which scripting language is most commonly used within Microsoft's proprietary programs, such as Word and Excel? VBScript In an article about using inline validation in HTML5 forms, Maik reads that users typically find these forms to be easier and faster to complete. What feature on inline validation would cause this result from form users? Users can resolve errors as they go along and submit the completed, validated form just once What is the term for a relatively small application developed exclusively for mobile devices? App Which of the following methods returns a value in the form of a text string? prompt() You want to create a simple click-to-call link on your mobile Web page, so that users can easily make a phone call with one click. Which line of code will add this feature? a href="tel:12" Call Us Now /a Consider the following Cascading Style Sheets (CSS) rule: body {color: #;} Which is the "declaration" portion of this rule? The portion inside the curly braces What is the purpose of using the CSS3 h3 ~ p selector? To select all p elements that are preceded by an h3 element Many markup code validators exist, but the most authoritative is the W3C Markup Validation Service. How does the W3C Markup Validation Service determine to what HTML standard to validate your code? It reads the !DOCTYPE declaration on an HTML page and validates according to the specified DTD To change the position of a transformed element in CSS3, you use the: transform-origin property To position an element behind another element, you can assign a negative value to: the Z-index property Consider the following code: var yearBirth = "1956"; What variable data type does this snippet of code represent? String Which statement about modern Web design is true? The design of mobile Web pages requires some differences from pages designed for desktop computers You are creating a Web-based mapping application. What information can you obtain by using the HTML5 Geolocation API in your application? The latitude and longitude of a user's device What will occur if you define all your functions in the body section of your HTML page? The functions will load when the browser reaches the script point in the page or when the appropriate user event occurs How can you override a particular style in an HTML element if the HTML document is linked to a style sheet? By applying an inline CSS style attribute to the element whose style you want to override Responsive Web Design uses three main techniques to develop responsive pages. Which technique allows you to specify CSS styles based on viewport size? Media queries What is the name for Microsoft's implementation of JavaScript? JScript Which example is a valid variable name in JavaScript? _firstName Consider the following code: script var v1 = "Blue"; function f () { this.v1 = "Green"; alert (this.v1); } f(); alert (v1); /script What is the expected result when this script is run in the browser? Two alert boxes, both displaying the message Green Which statement about global variables is true? If you declare a global variable, you can access its value from any function or script block on that page What is one advantage to using JavaScript instead of HTML5 to validate an input field that is requesting the user to input an e-mail address? It offers more browser support The CSS3 appearance property can be used to make an element: look like a button Stanley is the senior developer of apps for an organization that is considered to be at the cutting edge of mobile-device technology. Which of the following should Stanley use to create apps for mobile devices? HTML5 APIs Probably the most important rule for designing any Web site is: Give your users what they want, when they want it JavaScript makes extensive use of objects. What is the term for the various attributes that can be assigned to an object? Properties A Web designer who assigns percentage values to elements using the HTML structural elements is using what page-layout method? Liquid Using a linked style sheet, you have modified the look and feel of an HTML page. Because of the concept of inheritance, you notice that: the rules you applied remain in force unless explicitly overruled using other styles Anatoly is using the CSS position property to position block-level elements on his Web pages. By specifying the "absolute" positioning scheme, Anatoly is ensuring that the element to which he is applying the position property will: float above the document and can be positioned as needed The HTML5 datetime input type allows the user to: choose a date and time with a GMT time zone

Show more Read less
Institution
WGU C777
Course
WGU C777

Content preview

C777 Web Development Applications
Post-Assessment correctly answered
2022
Which of the following statements about HTML5 is true? - correct answer HTML5 does
not require third-party plug-ins for video and audio content

What is the purpose of using the <output> element in a Web form? - correct answer It
displays the result of a calculation in the form

Why are syntax errors so common when writing JavaScript code? - correct answer
Because JavaScript is case-specific

What CSS3 property can be used to create rounded corners on an image or other
element? - correct answer border-radius

What type of JavaScript expression evaluates to true or false? - correct answer Logical

Which statement is true about JavaScript? - correct answer JavaScript is widely used
for client-side and server-side scripts

You have created a Web page using the HTML5 <nav> structural element to define a
navigation area. Consider the following external style sheet code:

nav {
float:left;
width:165px;
background:#d8d8d8 url(background.gif) top right;
height:662px;
}

Where on the page will the image (background.gif) appear? - correct answer At the top
right of the nav section

Kate has created a complex script that she wants to attach to multiple HTML files, but
she also wants to add a simple script to only certain sections of one page. What must
she do to apply both scripts? - correct answer She must use separate <script> elements
to call the external script file and to embed a separate script

Vivi is creating a Web page that will allow her employees to upload their timesheets to
the company intranet. What HTML5 API can she use to restrict uploads to a specific file
type? - correct answer The File API

, Which method of form input validation is sometimes referred to as "pogo-sticking" and
may lead to users becoming frustrated or impatient with the form? - correct answer
Requiring users to click Submit before validation occurs

Which HTML5 attribute can help users input valid form data in the <textarea> element
by providing the user with a hint identifying the expected input in the field? - correct
answer The placeholder attribute

Consider the following code:

<script>
var v1 = "Blue";
function f ()
{
v1 = "Green";
alert (v1);
}
f();
alert (v1);
</script>


What is the expected result when this script is run in the browser? - correct answer Two
alert boxes, both displaying the message Green

You are a novice Web developer, and your mentor has suggested that you familiarize
yourself with HTML5 and Cascading Style Sheets (CSS). Being somewhat unfamiliar
with CSS, you discover that it is: - correct answer a Web design technology that enables
you to determine how the HTML elements in your Web pages will display

Which CSS property can create rectangles with rounded corners around text? - correct
answer border-radius

Which CSS property defines how text should be handled when it extends beyond its
allotted area? - correct answer text-overflow

Which JavaScript event occurs when the mouse pointer leaves from a link, image or
other visible element on the page? - correct answer mouseout

Which CSS3 selector can you use to apply a style to the first paragraph of every
container in a Web page? - correct answer p:first-of-type

What is another common name for the technique of requesting and reusing data using
the JavaScript XMLHttpRequest object with HTML pages and CSS? - correct answer
AJAX

Written for

Institution
WGU C777
Course
WGU C777

Document information

Uploaded on
December 19, 2022
Number of pages
10
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BravelRadon Havard School
View profile
Follow You need to be logged in order to follow users or courses
Sold
903
Member since
4 year
Number of followers
540
Documents
44762
Last sold
2 days ago
EXAM HUB

Welcome to Exam Hub Are you looking for high-quality, exam-ready notes, past papers, Test Banks, and well-researched study materials to boost your grades? You’re in the right place! I create and upload detailed, easy-to-understand, and well-structured documents across multiple subjects. All my materials are designed to help you study , save time, and excel in your coursework and exams! On this page NURSING EXAMS,STUDY GUIDES,TESTBANKS AND QUALITY EXAMS IS THE KEY TO STUDENTS CAREER EXCELLENCE, you find all documents, package deals, and flashcards offered by BravelRadon (EXAM HUB STORES!)....kindly recommend a friend for A+ GARANTEEd either you are a first-year student or final-year graduation! best of luck!

Read more Read less
3.5

159 reviews

5
57
4
30
3
33
2
8
1
31

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions