100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4.2 TrustPilot
logo-home
Tentamen (uitwerkingen)

WGU C777 - Practice Test A Exam with 100% Correct Answers 2023

Beoordeling
-
Verkocht
-
Pagina's
11
Cijfer
A+
Geüpload op
28-02-2023
Geschreven in
2022/2023

The terms "HTML family" and "Web development trifecta" are sometimes used to refer to which combination of Web technologies? A) HTML5, CSS3 and Javascript B) HTML5, XML and CSS3 C) HTML5, JavaScript and Flash D) HTML5, Flash and XML - Correct answer-HTML5, CSS3 and Javascript Moishe wants to develop mobile apps using the technologies contained in the "HTML5 family." Which language in the family should Moishe use to create dynamic, interactive capabilities for his apps? A) JavaScript B) HTML5 C) Cascading Style Sheets (CSS) D) Document Object Model (DOM) - Correct answer-JavaScript Bella wants to simplify Web page creation so that she need only make on simple change to affect all like elements across the site simultaneously. To accomplish this, Bella should use: A) Cascading Style Sheets (CSS). B) the Document Object Model (DOM). C) HTML5 structure tags. D) HTML5 APIs. - Correct answer-Cascading Style Sheets (CSS). Ahmed is creating an intranet site for his company that may be viewed using several different browsers. What can he do to help ensure that his Web pages render appropriately, regardless of the browser used to render them? A) Follow W3C standards carefully. B) Use more than one version of a language to ensure backward-compatibility. C) Validate the markup code using a W3C-approved code validation service. D) Use HTML5 markup code exclusively. - Correct answer-Follow W3C standards carefully. Pieter wants to make his Web pages HTML5-compliant and eliminate the need for site visitors to download plug-ins such as Apple iTunes, Apple QuickTime, Adobe Flash or Microsoft Silverlight to listen to audio. What can Pieter do to accomplish this? A) Incorporate the audio element in his Web pages B) Incorporate the video element in his Web pages C) Incorporate the canvas element in his Web pages D) Incorporate the movie element in his Web pages - Correct answer-Incorporate the audio element in his Web pages What can be considered an advantage of using HTML5 APIs to create mobile apps? A) HTML5 APIs use fewer resources than plug-ins do. B) HTML5 APIs can be used in mobile browsers that otherwise do not support HTML5- compliant code. C) The use of proprietary plug-ins is made easier by embedding them within HTML5 APIs. D) You need not provide alternative content or controls within HTML5 APIs. - Correct answer-HTML5 APIs use fewer resources than plug-ins do. You are the new Web site designer for your company and want to establish a set of conventions for publishing. Which of the following will help you standardize documents from diffferent departments throughout the company to achieve this goal? A) Style sheet B) Style guide C) W3C markup validator D) Cascading style sheet - Correct answer-Style guide Which of the following is the best example of good coding practice? A) h1 { font-family: arial, sans-serif; color: #FFFFFF; font-size: 36px; } B) h1 {font-family: arial, sans-serif;color: #FFFFFF;font-size: 36px;} C) h1 { font-family: arial, sans-serif;color: #FFFFFF;font-size: 36px; } D)h1{ font-family: arial, sans-serif; color: #FFFFFF; font-size: 36px;} - Correct answer-h1 { font-family: arial, sans-serif; color: #FFFFFF; font-size: 36px; } Hector has created a CSS style sheet to ensure visual and formatting consistency across the HTML documents on his company's intranet. Unbeknownst to Hector, not all computers in the company have a particular font that Hector included in the style sheet. What will occur when users whose computers do not have the font try to view the intranet? A) The users' browsers will display the content to which the font is applied in a default font face. B) The users' browsers will render invisible the content to which the font is applied. C) The users' browsers will automatically download the font from the company's font repository. D) The users' browsers will not open the HTML page containing the font. - Correct answer-The users' browsers will display the content to which the font is applied in a default font face. Why is it important to limit words to clear, necessary verbiage on your Web pages, especially on the home page? A) Because most users simply scan pages quickly looking for specific information or links to it B) Because navigation aids should occupy most of the space on Web pages C) Because you need to leave room for the comments you placed in the code D) Because you need to leave room for tangential information that elaborates on the main topics - Correct answer-Because most users simply scan pages quickly looking for specific information or links to it Consider the following code: p style="text-align: center; margin-right: 12px;" / This code is an example of: A) an inline CSS style attribute. B) a linked external style sheet attribute. C) an internal style sheet attribute. D) an embedded style sheet attribute. - Correct answer-an inline CSS style attribute. If you wannt a particular block-level element to always appear at the upper-right corner of the browser window, no matter how far down a user scrolls on the page, which type of CSS positioning should you apply? A) Fixed B) Static C) Relative D) Absolute - Correct answer-Fixed Which of the following was introduced to CSS before CSS version 3? A) Margins B) Transformations C) Transitions D) Animations - Correct answer-Margins Jacoby wants to use CSS3 to apply a border to the bottom of the last paragraph in each section element on a Web page. Which selector should he use? A) section p:last-of-type B) section p:last-in-container C) section p[last] D) section p~last - Correct answer-section p:last-of-type Which value of the CSS3 box-shadow property specifies the shadow's size, but is optional? A) spread B) inset C) v-shadow D) blur - Correct answer-spread Consider the following style rule: p { border: 1px solid #000; width: 10em; word-wrap: break-word; } A) Long words will wrap to the next line, without a hyphen. B) Long words will be hyphenated and wrapped to the next line. C) Long words will expand the width of the paragraph. D) Long words will extend past the border of the paragraph. - Correct answer-Long words will wrap to the next line, without a hyphen. The CSS3 matrix3d transform method defines a 3D transformation using a 4x4 matrix. How many values are required for this method? A) 16 values B) 4 values C) 8 values D) 2 values - Correct answer-16 values What is the purpose of the CSS3 @keyframes rule? A) It defines an animation and its position, and it is required. B) It specifies an animation's position on the page, and it is optional. C) It lists properties of an animation, such as its name and duration. D) It specifies when the animation will begin and how much of it will play. - Correct answer-It defines an animation and its position, and it is required. The CSS3 box-sizing property forces elements to fit an area in a certain way, such as allowing the border and padding to fit within the defined width of an element instead of expanding it. Which of the following values are used with this property? A) content-box and border-box B) padding-box and margin-box C) border-box and padding-box D) margin-box and content-box - Correct answer-content-box and border-box An object-oriented program is: A) a collection of individual objects that perform different functions. B) a collection of methods that trigger a specific function. C) a collection of events that trigger a specific function. D) a sequence of statements that define the user agents in which the program will function. - Correct answer-a collection of individual objects that perform different functions. What is advantageous about the fact that JavaScript is not compiled to any specific hardware platform or operating system? A) JavaScript code can be developed quickly. B) JavaScript code can be written once and run anywhere. C) JavaScript is event-drivern. D) JavaScript is browser-independent. - Correct answer-JavaScript code can be developed quickly. Which of the following statements about JavaScript is true? A) Mobile browsers cannot use JavaScript. B) JavaScript runs the same on all browsers. C) JavaScript is a compiled language. D) JavaScript is platform-independent. - Correct answer-JavaScript is platformindependent. What tag is usually used by Web authors to place JavaScript code within an HTML document? A) The script tag B) The head tag C) The body tag D) The object tag - Correct answer-The script tag In JavaScript, what is a method? A) An action that an object can perform B) A technique to create an object C) An attribute of an object D) A user-initiated action - Correct answer-An action that an object can perform In JavaScript, what function does the prompt method perform? A) It creates a pop-up box with a text field and requests the user to input information into the field. B) It creates a pop-up box displaying a message that the user can dismiss by clicking OK. C) It creates a pop-up box requesting that the user confirm a message by clicking OK (yes) or Cancel (no). D) It causes a message specified by the developer to be written to the Web page. - Correct answer-It creates a pop-up box with a text field and requests the user to input information into the field. Consider the following code: var userName = "Titan"; What component of JavaScript is "Titan" in this example? A) The variable's value B) The assignment operator C) The variable's name D) The assignment expression - Correct answer-The variable's value In JavaScript, what is an expression? A) A part of a statement that is evaluated as a value B) A symbol character used to instruct a program how to store or manipulate a value C) A piece of data that is operated upon or manipulated in some manner D) A container that holds a value, which you can then access repeatedly in your script - Correct answer-A part of a statement that is evaluated as a value Consider the following code: alert("Good morning," + prompt("What is your name?", "") + "!"); What does this snippet of code accomplish? A) It concatenates two methods to display a message, then request and capture user input. B) It displays a message to the user when a Web page loads, prompting him or her to supply a name for use in a form. C) It compares two strings of text and returns a value of true or false, depending on the name a user supplies. D) It assigns the name supplied by a user as a value to the alert variable. - Correct answer-It concatenates two methods to display a message, then request and capture user input. Which JavaScript event handler is trigger when a user clicks her mouse button outside of a particular field after typing input there? A) onblur B) onclick C) onfocus D) onmouseout - Correct answer-onblur What is a user-defined function? A) A named set of statements that performs a task or calculates a value B) A statement that transfers program execution to a subroutine, procedure or another function C) An action performed on the Web page by a user and that generates a response from the script D) An object containing values that can change from one data type to another - Correct answer-A named set of statements that performs a task or calculates a value What is the term for a script block that transfers program execution to a subroutine, procedure or another function? A) Calling statement B) Argument C) Parameter D) Expression - Correct answer-Calling statement Which of the following will correctly call a JavaScript function without error? A) myFunction("a") B) myFunction(;) C) var myFunction(1,2) D) initiate myFunction(3) - Correct answer-myFunction("a") Consider the following code: script var v1 = "Blue"; function f() { var v1 = "Green"; alert (v1); } f(); alert(v1); /script What is the expected result when this script is run in the browser? A) Two alert boxes, the first displaying Green and the second displaying Blue B) Two alert boxes, both displaying the message Green C) Two alert boxes, the first displaying Blue and the second displaying Green D) Two alert boxes, both displaying the message Blue - Correct answer-Two alert boxes, the first displaying Green and the second displaying Blue Which statement about local variables is true? A) If you declare a local variable, you cannot access its value from any other function except the one in which it was declared. B) If you declare a local variable, you can access its value from any function or script block on that page. C) If you declare a local variable, you cannot convert its value from a string value into a number value, or vice versa. D) You must omit the var keyword if you want to create a local variable. - Correct answer-If you declare a local variable, you cannot access its value from any other function except the one in which it was declared. Consider the following JavaScript expression: "3" + "3" = "33" This code snippet is an example of: A) concatenation performed on strings.

Meer zien Lees minder
Instelling
WGU C777
Vak
WGU C777









Oeps! We kunnen je document nu niet laden. Probeer het nog eens of neem contact op met support.

Geschreven voor

Instelling
WGU C777
Vak
WGU C777

Documentinformatie

Geüpload op
28 februari 2023
Aantal pagina's
11
Geschreven in
2022/2023
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

  • wgu c777 practice
  • wgu c777

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
professoraxel Havard School
Bekijk profiel
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
2374
Lid sinds
3 jaar
Aantal volgers
1569
Documenten
19321
Laatst verkocht
21 uur geleden
THE EASIEST WAY TO STUDY NURSING EXAMS,STUDY GUIDES,TESTBANKS AND QUALITY EXAMS

Better grades start here! Find Study Notes, Exam answer packs, Assignment guided solutions and more. Study faster & better. Always leave a review after purchasing any document so as to make sure our customers are 100% satisfied.....All the Best!!!!!!

3.8

453 beoordelingen

5
209
4
80
3
86
2
26
1
52

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Veelgestelde vragen