Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

WGU C779 Web Development Foundations OBJECTIVE ASSESSMENT ACTUAL EXAM 2025/2026 COMPLETE QUESTIONS WITH VERIFIED CORRECT SOLUTIONS || 100% GUARANTEED PASS BRAND NEW VERSION

Beoordeling
-
Verkocht
-
Pagina's
99
Cijfer
A+
Geüpload op
18-06-2025
Geschreven in
2024/2025

WGU C779 Web Development Foundations OBJECTIVE ASSESSMENT ACTUAL EXAM 2025/2026 COMPLETE QUESTIONS WITH VERIFIED CORRECT SOLUTIONS || 100% GUARANTEED PASS BRAND NEW VERSION 1. What constitutes a tag? - ANSWER An Element, An Attribute, A value 2. An element - ANSWER Provides the main instruction of the tag. An element is required in every tag. 3. An attribute - ANSWER specifies a quality or describes a certain aspect of the element. For example, a hyperlink is added to a Web page by using the a, or anchor, element. The href attribute is added, which identifies the hyperlink reference. Many elements require specified attributes, but some do not. An attribute is required in a tag only if the element requires it. 4. A value - ANSWER Gives value to the element and its attribute. For example, a href="" has a value that instructs the hyperlink to access the Amazon Website. Values are used only with attributes; elements do not take values directly. Values should be surrounded by quotation marks; they are not required, but placing values in quotations is considered good coding practice. 5. Document Type Declaration (!DOCTYPE) - ANSWER A declaration of document or code type embedded within an HTML, XHTML, XML or SGML document; identifies the version and markup language used. Denoted by the !DOCTYPE declaration at the beginning of the document. 6. Block-level element - ANSWER A markup element that affects at least an entire paragraph. 7. Text-level element - ANSWER A markup element that affects single characters or words. 8. Character set - ANSWER The group of symbols used to render text on a page. 9. Fixed-width font - ANSWER A font in which every character, including the space character, has equal width. In proportional-width fonts, letters such as I and J have less width than M or B. 10. Unicode - ANSWER A universal character set designed to support all written languages, as well as scholarly disciplines (e.g. mathematics) 11. GIF - ANSWER Graphics Interchange Format. Image format that is typically used for simpler line drawings, and can support animation and transparency. 12. JPEG - ANSWER Joint Photographic Experts Group. Image format that supports compression, and is typically used for photographs and complex images. 13. PNG - ANSWER Portable Network Graphics 14. Dithering - ANSWER The ability for a computer to approximate a color by combining the RGB values 15. Hexadecimal - ANSWER A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15. The number 10 is represented as the letter A. 15 is represented as F and 16 is represented as 10. 16. Rule - ANSWER In a style sheet, a format instruction that consists of a special selector and the properties and values applied to it. 17. Sans-serif - ANSWER A font style that does not use decorative strokes at the tips of characters. Includes the Ariel font family. 18. Selector - ANSWER In a style sheet, any element to which designated styles are applied. 19. Serif - ANSWER A font style that uses characters with small decorative additions at the outermost points of the character, called strokes. Including the Times and Times New Roman fonts. 20. hr - ANSWER Element that creates a horizontal rule line 21. Align - ANSWER Property that positions an element to the left, right or center 22. Background-color - ANSWER Property that defines a color for a Web page background 23. Canvas API - ANSWER An HTML5 Application Programming Interface (API) used for rendering visual images on the fly by providing scripts with a bitmap canvas. 24. Offline Web application API - ANSWER Permits the user to continue working with Web sites and Web documents even when a network connection is unavailable. 25. Application cache - ANSWER A directory on a computer where applications, such as Internet apps, can be stored and run without access to the original application. 26. Manifest - ANSWER A list of the files that are needed for the Web application to work offline 27. Geolocation API - ANSWER Defines an advanced interface for location information associated only with the device hosting the application, such as latitude and longitude. 28. Drag-and-drop - ANSWER Functionality that allows a user to grab an object and move it to a different location on a computer screen. 29. drop zone - ANSWER An area of a Webpage that has been defined as a place where dragged items can be placed. 30. Web application framework - ANSWER A set of software tools or code that is commonly used in the creation and management of online applications. 31. Single-tier application - ANSWER All three layers (data, business logic, presentation) are combined into one application or database. As an example: A Microsoft Access database available only on a local system. A user simply opens Access, then manipulated the database. 32. Two-tier application - ANSWER The client is responsible for presentation and business logic, and a server houses only the data. Called a client-server relationship. Any change to the database requires client upgrade. 33. N-tier application - ANSWER The business logic, presentation, and data are completely separated. An upgrade in one of the layers does not necessarily mean the others are affected. 34. DHTML (Dynamic HTML) - ANSWER A general term used to describe the combination of the HTML, script, styles and the DOM (Document Object Model) that provides Webpage interactivity. 35. Application Programming Interface (API) - ANSWER A set of universal commands, calls and functions that allows developers to communicate with an application or operating system. 36. Emulator - ANSWER A type of software that imitates a computer then allows non-native software to run in a foreign environment. Sometimes also a hardware device. 37. Server Side Includes (SSI) - ANSWER An instruction within an HTML page that directs the Web server to perform an action. 38. Go (server-side language) - ANSWER Built with speed distribution in mind, and does its best to shorten the production to distribution pipeline. 39. Active Server Pages (ASP) - ANSWER Microsoft's first server-side script engine for dynamically generated web pages. It has been supplanted by .NET 40. PHP (Hypertext Preprocessor) - ANSWER interpreted server-side scripting language for creating dynamic Web pages. It is embedded in HTML pages but is usually executed on a Web server. 41. Virtual Basic (VB) - ANSWER Compiled programming language developed by Microsoft. It is used for stand-alone applications and server side Web applications. 42. Inline images - ANSWER Images rendered in a Web page. 43. Podcast - ANSWER The use of audio or video digital-media files that are distributed through Web feeds to subscribed users. 44. Web 2.0 - ANSWER A concept referring to the changing trends in the use of WWW technology and Web design that have led to the development of information-sharing and collaboration capabilities. 45. Web feed - ANSWER A data format for delivering Web content that is updated frequently. 46. WYSIWYG - ANSWER A user-friendly editing format in which the file being edited is displayed as it will appear in a browser 47. XMLHttpRequest - ANSWER An application programming interface (API) that is used to transfer XML and other text data between a Web server and browser. 48. Ajax - ANSWER A programming methodology that uses a number of existing technologies together and enables Web applications to make incremental updates to the user interface without the need to reload the browser page. 49. Demographics - ANSWER The study of groups of people. Specifically, the practice of gathering data by studying populations based on characteristics such as age, income and education. 50. How much color does a gif support? - ANSWER image type that supports 256 colors 51. png - ANSWER Portable Network Graphics 52. How many bits of color do png files support? - ANSWER image type that supports 48 bits of color 53. Which two of the three main image file types are closed source? - ANSWER jpeg and gif are (closed/open) source 54. Which of the three main image file types are open source? - ANSWER png is (closed/open) source 55. Which of the three main image file types takes up the smallest amount of space? - ANSWER jpeg takes up the (largest/smallest) amount of space 56. Which of the three main image file types takes up the largest amount of space? - ANSWER png takes up the (largest/smallest) amount of space 57. webP - ANSWER image file type that was created by Google, has small file sizes, and provides lossless and lossy compression for images on the Web 58. escape sequence - ANSWER code combination, beginning with an ampersand, that specifies a character 59. © - ANSWER escape sequence for the copyright symbol 60. ® - ANSWER escape sequence for the registered trademark symbol 61. CSS3 - ANSWER current CSS standard 62. !Important - ANSWER directive in CSS that is used to override normal cascading 63. SASS - ANSWER Syntactically Awesome Style Sheets 64. syntactically awesome style sheets - ANSWER a CSS extension language 65.   - ANSWER escape sequence for white space between characters 66. CMYK - ANSWER Cyan, Magenta, Yellow, Black 67. Cyan, Magenta, Yellow, Black (CMYK) - ANSWER the four ink colors used to create most process color printing 68. nav tag - ANSWER tag that defines navigation links as a menu to access various pages of the website 69. article tag - ANSWER tag that defines website content, such as company services, articles, blogs, images, and videos 70. aside tag - ANSWER tag that defines the content that is in addition to the articles, such as ads or news feeds 71. footer tag - ANSWER tag that defines the bottom of the webpage 72. fixed-width layout - ANSWER fixed layout that does not allow for elements to move with different browsers or window sizes 73. liquid layout - ANSWER varying layout that allows for elements to move with different browsers or window sizes 74. a href="URL"img src="" alt="image"/a - ANSWER defines how to create a hyperlink with an image 75. #idName - ANSWER how to define an ID 76. a href="#idName"text/a - ANSWER how to define an internal hyperlink (links to another spot on the page) 77. a id="idName"target text/a - ANSWER how to define the target of an internal link 78. a href="#idName"text/a - ANSWER how to define an internal hyperlink (links to another spot on the page) that links to another file 79. link rot - ANSWER when a link stops working; mostly due to a referenced page being moved or deleted 80. caption - ANSWER tag that defines a caption to a table (header above the table) 81. table - ANSWER tag that defines a table and encompasses all of the table data 82. tr - ANSWER tag that defines each row in a table 83. th - ANSWER tag that defines a cell that contains a table header 84. td - ANSWER tag that defines a cell that contains table data 85. colspan - ANSWER attribute that allows a cell to span across more than one column 86. rowspan - ANSWER attribute that allows a cell to span across more than one row 87. form - ANSWER tag that defines an HTML form 88. method attribute - ANSWER attribute of the form element that indicates how the data from the form should be sent to the server along with that request 89. "get" of method attribute - ANSWER value of the method attribute that appends the form data to the URL of a webpage

Meer zien Lees minder
Instelling
WGU C779 Web Development Foundations
Vak
WGU C779 Web Development Foundations

Voorbeeld van de inhoud

WGU C779 Web Development Foundations
OBJECTIVE ASSESSMENT ACTUAL EXAM
2025/2026 COMPLETE QUESTIONS WITH VERIFIED
CORRECT SOLUTIONS || 100% GUARANTEED PASS
<BRAND NEW VERSION>




1. What constitutes a tag? - ANSWER ✓ An Element, An Attribute, A value

2. An element - ANSWER ✓ Provides the main instruction of the tag. An
element is required in every tag.

3. An attribute - ANSWER ✓ specifies a quality or describes a certain aspect
of the element. For example, a hyperlink is added to a Web page by using
the <a>, or anchor, element. The href attribute is added, which identifies the
hyperlink reference. Many elements require specified attributes, but some do
not. An attribute is required in a tag only if the element requires it.

4. A value - ANSWER ✓ Gives value to the element and its attribute. For
example, <a href="http://www.amazon.com"> has a value that instructs the
hyperlink to access the Amazon Website. Values are used only with
attributes; elements do not take values directly. Values should be surrounded
by quotation marks; they are not required, but placing values in quotations is
considered good coding practice.

5. Document Type Declaration (<!DOCTYPE>) - ANSWER ✓ A declaration
of document or code type embedded within an HTML, XHTML, XML or
SGML document; identifies the version and markup language used. Denoted
by the <!DOCTYPE> declaration at the beginning of the document.

,6. Block-level element - ANSWER ✓ A markup element that affects at least an
entire paragraph.

7. Text-level element - ANSWER ✓ A markup element that affects single
characters or words.

8. Character set - ANSWER ✓ The group of symbols used to render text on a
page.

9. Fixed-width font - ANSWER ✓ A font in which every character, including
the space character, has equal width. In proportional-width fonts, letters such
as I and J have less width than M or B.

10.Unicode - ANSWER ✓ A universal character set designed to support all
written languages, as well as scholarly disciplines (e.g. mathematics)

11.GIF - ANSWER ✓ Graphics Interchange Format. Image format that is
typically used for simpler line drawings, and can support animation and
transparency.

12.JPEG - ANSWER ✓ Joint Photographic Experts Group. Image format that
supports compression, and is typically used for photographs and complex
images.

13.PNG - ANSWER ✓ Portable Network Graphics

14.Dithering - ANSWER ✓ The ability for a computer to approximate a color
by combining the RGB values

15.Hexadecimal - ANSWER ✓ A base-16 number system that uses sixteen
distinct symbols 0-9 and A-F to represent numbers from 0 to 15. The
number 10 is represented as the letter A. 15 is represented as F and 16 is
represented as 10.

16.Rule - ANSWER ✓ In a style sheet, a format instruction that consists of a
special selector and the properties and values applied to it.

,17.Sans-serif - ANSWER ✓ A font style that does not use decorative strokes at
the tips of characters. Includes the Ariel font family.

18.Selector - ANSWER ✓ In a style sheet, any element to which designated
styles are applied.

19.Serif - ANSWER ✓ A font style that uses characters with small decorative
additions at the outermost points of the character, called strokes. Including
the Times and Times New Roman fonts.

20.hr - ANSWER ✓ Element that creates a horizontal rule line

21.Align - ANSWER ✓ Property that positions an element to the left, right or
center

22.Background-color - ANSWER ✓ Property that defines a color for a Web
page background

23.Canvas API - ANSWER ✓ An HTML5 Application Programming Interface
(API) used for rendering visual images on the fly by providing scripts with a
bitmap canvas.

24.Offline Web application API - ANSWER ✓ Permits the user to continue
working with Web sites and Web documents even when a network
connection is unavailable.

25.Application cache - ANSWER ✓ A directory on a computer where
applications, such as Internet apps, can be stored and run without access to
the original application.

26.Manifest - ANSWER ✓ A list of the files that are needed for the Web
application to work offline

27.Geolocation API - ANSWER ✓ Defines an advanced interface for location
information associated only with the device hosting the application, such as
latitude and longitude.

, 28.Drag-and-drop - ANSWER ✓ Functionality that allows a user to grab an
object and move it to a different location on a computer screen.

29.drop zone - ANSWER ✓ An area of a Webpage that has been defined as a
place where dragged items can be placed.

30.Web application framework - ANSWER ✓ A set of software tools or code
that is commonly used in the creation and management of online
applications.

31.Single-tier application - ANSWER ✓ All three layers (data, business logic,
presentation) are combined into one application or database. As an example:
A Microsoft Access database available only on a local system. A user simply
opens Access, then manipulated the database.

32.Two-tier application - ANSWER ✓ The client is responsible for presentation
and business logic, and a server houses only the data. Called a client-server
relationship. Any change to the database requires client upgrade.

33.N-tier application - ANSWER ✓ The business logic, presentation, and data
are completely separated. An upgrade in one of the layers does not
necessarily mean the others are affected.

34.DHTML (Dynamic HTML) - ANSWER ✓ A general term used to describe
the combination of the HTML, script, styles and the DOM (Document
Object Model) that provides Webpage interactivity.

35.Application Programming Interface (API) - ANSWER ✓ A set of universal
commands, calls and functions that allows developers to communicate with
an application or operating system.

36.Emulator - ANSWER ✓ A type of software that imitates a computer then
allows non-native software to run in a foreign environment. Sometimes also
a hardware device.

37.Server Side Includes (SSI) - ANSWER ✓ An instruction within an HTML
page that directs the Web server to perform an action.

Geschreven voor

Instelling
WGU C779 Web Development Foundations
Vak
WGU C779 Web Development Foundations

Documentinformatie

Geüpload op
18 juni 2025
Aantal pagina's
99
Geschreven in
2024/2025
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$15.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

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.
ProfBenjamin Havard School
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
639
Lid sinds
1 jaar
Aantal volgers
17
Documenten
3831
Laatst verkocht
3 uur geleden
EXCELLENT ACHIEVERS LIBRARY

As a professional tutor, I provide exceptional assistance with homework, quizzes, and exams across various subjects, including Psychology, Nursing, Biological Sciences, Business, Engineering, Human Resource Management, and Mathematics. I am dedicated to offering high-quality support and ensuring that all work meets scholarly standards. To enhance the effectiveness of our services, I work with a team of experienced tutors to create comprehensive and effective revision materials. Together, we are committed to helping students achieve excellent grades through our collaborative efforts and expertise.

Lees meer Lees minder
3.8

135 beoordelingen

5
63
4
18
3
33
2
9
1
12

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

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen