Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien
logo-home
C777 WGU Exam/ WGU C777 Web Development Application Exam New Version with All Questions and Answers $25.99
Ajouter au panier

Examen

C777 WGU Exam/ WGU C777 Web Development Application Exam New Version with All Questions and Answers

 0 fois vendu
  • Cours
  • C777 WGU
  • Établissement
  • C777 WGU

C777 WGU Exam/ WGU C777 Web Development Application Exam New Version with All Questions and Answers

Aperçu 4 sur 63  pages

  • 2 mai 2024
  • 63
  • 2023/2024
  • Examen
  • Questions et réponses
  • c777 wgu exam
  • c777 wgu
  • wgu c777
  • wgu
  • c777
  • C777 WGU
  • C777 WGU
avatar-seller
johnwachi22
C777 WGU E xam/ WGU C777 Web Development Application Exam New 2024 -2025 Version with All Questions and Answers What function does the CSS3 background -clip property perform? A) It allows background images to be resized. B) It makes background images transparent. C) It determines whether the background extends into the border or not. D) It allows background images to be cropped. ---------- Correct Answer --------- It determines whether the background extends into the border or not. How does CSS3 allow you to specify any font, even custom fonts, to use in Web documents? A) All CSS3 fonts are native to HTML5, so documents coded with HTML5 will be able to access them. B) In CSS3, font libraries can only be stored on the client computer. C) In CSS3, font libraries can be automatically downloaded from a Web server to the client computer. D) All fonts are native to HTML5 -compatible browsers, so any Web document opened in such a browser will be able to access them. ---------- Correct Answer --------- In CSS3, font libraries can be automatically downloaded from a Web server to the client comp uter. Why can new features be added to the CSS3 specification more quickly than in previous versions to enhance its support of borders, backgrounds, colors, text effects and so forth? A) Because CSS3 is the preferred way to format Web pages created using HTML5 B) Because CSS3 provides a modularized standard C) Because all browsers are HTML5 -compliant D) Because CSS3 is compatible with both HTML 4.01 and XHTML 1.0 ---------- Correct Answer --------- Because CSS3 provides a modularized standard In JavaScript, what is a literal? A) A named space of memory that holds a value B) The actual data value you provide in JavaScript C) Data that is to be operated upon or manipulated in some manner D) A part of a statement that is evaluated as a value ---------- Correct Answer --------- The actual data value you provide in JavaScript What is Microsoft's implementation of JavaScript called? A) VBScript B) Java C) MicroScript D) JScript ---------- Correct Answer --------- JScript Consider the following code: script src="newScript.js" This is an example of what? A) Calling external JavaScript B) Inline scripting C) A Java applet D) An HTML5 API ---------- Correct Answer --------- Calling external JavaScript Which statement is true regarding capitalization and variable names in JavaScript? A) You must write all variable names in lowercase. B) You must write all variable names in uppercase. C) Variable names should always consist of two words with no space between them, in which the second word is capitalized but not the first. D) Variable names can be written in lowercase or uppercase, but it is good coding practice to use consistent capitalization for all names. ---------- Correct Answer --------- Variable names can be written in lowercase or uppercase, but it is good coding pr actice to use consistent capitalization for all names. Which of the following best describes the relationship between JavaScript and Java? A) JavaScript is a subset of Java. B) Java is used to create mini JavaScript applications called applets. C) JavaScript is used to create mini Java applications called applets. D) JavaScript and Java are different languages and have no relationship. ---------- Correct Answer --------- JavaScript and Java are different languages and have no relationship. How can you specify to include two or more different images in the background of your Web page? A) Specify to repeat an image using the background -repeat property. B) Use the opacity property as many times as necessary, one for each distinct image. C) Specify two or more images in a single declaration using the background -image property. D) Include two or more consecutive background -image properties within the same tag. -
--------- Correct Answer --------- Specify two or more images in a single declaration using the background -image property. The animation -direction property of the @keyframes rule specifies: A) when the animation will begin. B) whether the animation is running or paused. C) the number of times that the animation will play. D) whether to play the animation in reverse on alternate cycles. ---------- Correct Answer --------- whether to play the animation in reverse on alternate cycles. What is needed to provide coordinates in three -dimensional space to create a plane to help orient a 3D object? A) The Y -axis B) The X -axis C) The Z -axis D) The perspective(n) -axis ---------- Correct Answer --------- The Z -axis Why would you use the CSS3 opacity property when you overlap images or other elements in your Web page? A) To make the foreground element partially transparent so elements in the background will be visible B) To make the background elements partially transparent so elements in the foreground will show through them C) To specify the stack order of the images or elements that overlap D) To specify whether an element can be resized by the user and how it can be resized ---------- Correct Answer --------- To make the foreground element partially transparent so elements in the background will be visible What CSS3 2D transform method combines all of the 2D transform methods into one, which enables an element to rotate, scale, move (translate) and skew? A) Skew(x -angle,y -angle) B) Matrix(n,n,n,n,n,n) C) Scale(x,y) D) Translate(x,y) ---------- Correct Answer --------- Matrix(n,n,n,n,n,n) Which animation property should you use to specify whether an animation is running or paused? A) The animation -play-state property B) The animation -timing -function property C) The animation -delay property D) The animation -direction property ---------- Correct Answer --------- The animation -play-
state property Why would you use the CSS3 transform properties in a Web document? A) To change the shape, size and/or position of an element B) To change an element from one style to another when a user hovers his or her mouse pointer over the element C) To automatically cause an element to change from one set of styles to another when a user opens your Web page D) To allow a user to effectively control and operate your Web page ---------- Correct Answer --------- To change the shape, size and/or position of an element When you use the CSS3 opacity property, how do you specify the level of transparency to apply? A) You specify a value between #FFFFFF and #000000. B) You specify a value between 1.0 and 100.0. C) You specify a value between 0.0 and 1.0. D) You specify a value between A and Z. ---------- Correct Answer --------- You specify a value between 0.0 and 1.0. Which animation property should you use to specify the number of times that an animation will play? A) The animation -iteration -count property B) The animation -duration property C) The animation -timing -function property D) The animation -play-state property ---------- Correct Answer --------- The animation -
iteration -count property What happens when you assign a negative z -index value to an element? A) The element will display in front of other elements. B) The element will not render in your browser. C) The element will automatically be assigned an opacity value of 0.0. D) The element will display behind other elements. ---------- Correct Answer --------- The element will display behind other elements. Which statement is true regarding CSS3 animations? A) They must run in conjunction with Microsoft Silverlight in order to render on Internet Explorer browsers. B) They were designed to replace basic animations that previously required third -party, proprietary plug -ins or the use of JavaScript. C) They were designed to replace basic animations that previously required third -party, proprietary plug -ins because they are written exclusively in JavaScript. D) They must run in conjunction with Apple QuickTime in order to render on Safari browsers. ---------- Correct Answer --------- They were designed to replace basic animations that previously required third -party, proprietary plug -ins or the use of JavaScri pt. Which CSS3 technique can you use to place an HTML element on top of another HTML element? A) Overflow B) Overlay C) Box -sizing D) Formation ---------- Correct Answer --------- Overlay What is the term for a CSS3 effect that allows elements to rotate, move, flip and stretch? A) Animate B) Transition C) Transform D) Overlay ---------- Correct Answer --------- Transform How can you define the position of an animation using the @keyframes rule?

Les avantages d'acheter des résumés chez Stuvia:

Qualité garantie par les avis des clients

Qualité garantie par les avis des clients

Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.

L’achat facile et rapide

L’achat facile et rapide

Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.

Focus sur l’essentiel

Focus sur l’essentiel

Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.

Foire aux questions

Qu'est-ce que j'obtiens en achetant ce document ?

Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.

Garantie de remboursement : comment ça marche ?

Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.

Auprès de qui est-ce que j'achète ce résumé ?

Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur johnwachi22. Stuvia facilite les paiements au vendeur.

Est-ce que j'aurai un abonnement?

Non, vous n'achetez ce résumé que pour $25.99. Vous n'êtes lié à rien après votre achat.

Peut-on faire confiance à Stuvia ?

4.6 étoiles sur Google & Trustpilot (+1000 avis)

64302 résumés ont été vendus ces 30 derniers jours

Fondée en 2010, la référence pour acheter des résumés depuis déjà 15 ans

Commencez à vendre!
$25.99
  • (0)
Ajouter au panier
Ajouté