Web Development Pre-Assessment: HTML, CSS, and JavaScript Fundamentals, Exams of Web Design and Development

This pre-assessment covers fundamental concepts in web development, focusing on html, css, and javascript. It includes multiple-choice questions that test knowledge of html tags, css properties, and javascript functionalities. The assessment is designed to evaluate a user's understanding of basic web development principles and their ability to apply them in practical scenarios.

Typology: Exams

2024/2025

Available from 01/21/2025

denty-karis-1
denty-karis-1 ๐Ÿ‡บ๐Ÿ‡ธ

290 documents

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
C779 Pre-Assessment
Which two actions should be used to address users with visual impairments? -
โœ… Ensure that pages support screen-reader apps. Provide text descriptions for
images.
Which two tags are containers for other tags? -
โœ… <head> <body>
Which term describes the process of adding a pair of tags within another pair of
tags? -
โœ… Nesting
Which multimedia technology did popular video sharing sites replace with Motion
Picture Experts Group-4 (MP4) to address security concerns? -
โœ… Flash
Which markup should be used to link a CSS document to a webpage? -
โœ… <link rel= "stylesheet" type="text/css" href="theme.css">
Which markup should be added to a form to create a drop-down list that allows
users to select with three selectable options? -
โœ… <select multiple> <option value="item1"> item 1 </option> <option
value="item2"> item 2 </option><option value="item3"> item 3
</option></select>
Which graphical image type scales without losing image quality? -
โœ… Vector
Which HTML5 tags is self-closing? -
โœ… <br>
Which HTML5 element is used to draw graphics on a web page? -
โœ… <canvas>
pf3
pf4
pf5
pf8

Partial preview of the text

Download Web Development Pre-Assessment: HTML, CSS, and JavaScript Fundamentals and more Exams Web Design and Development in PDF only on Docsity!

C779 Pre-Assessment

Which two actions should be used to address users with visual impairments? - โœ… Ensure that pages support screen-reader apps. Provide text descriptions for images. Which two tags are containers for other tags? - โœ…
Which term describes the process of adding a pair of tags within another pair of tags? - โœ… Nesting Which multimedia technology did popular video sharing sites replace with Motion Picture Experts Group-4 (MP4) to address security concerns? - โœ… Flash Which markup should be used to link a CSS document to a webpage? - โœ… Which markup should be added to a form to create a drop-down list that allows users to select with three selectable options? - โœ…
Which graphical image type scales without losing image quality? - โœ… Vector Which HTML5 tags is self-closing? - โœ…
Which HTML5 element is used to draw graphics on a web page? - โœ…

Which request method should be used in a form to append parameters into a query string? - โœ… Which two form elements should use the same name for groups of related elements? - โœ…
Which method type securely sends form data that required additional processing by the GCI script? - โœ… Post What happens to data entered a web form after the Reset button is selected? - โœ… It is cleared and the form fields are set to their default values. Which test is designed to detect the automated systems used by spammers? - โœ… CAPTCHA Which HTML5 tag attribute should be supplied for an input field in a web form if submitted to the server? - โœ… Name Which input tag type value is used to create a group of mutually exclusive options? - โœ… Radio Which attribute should be used to add default text to an input tag of type text? - โœ… Value Which tag is a valid form field for exclusive use in HTML5? - โœ… An organization has users which run older versions of Internet Explorer. What action should be done to ensure that that web page content is visible in all browsers? -

green or black #basenav { color:red; } nav { color: blue; } Which color will the navigation element be? - โœ… Red Which code block should be used to set the background image for a webpage? - โœ… Body { background-image: url('paper.gif') } Which HTML tag is used to display text exactly as it is defined in the HTML markup? - โœ… Pre Which CSS state selectors show uninspected HREF's in red? - โœ… a:link {color:red;} Which type of address does the hyperlink ../about/map.html point towards? - โœ… Relative Uniform Resource Locator (URL) Which attribute is used with the tag to display text if the image fails to load? - โœ… Which property is used in CSS3 to specify the left or right alignment of an image? - โœ… Float

Which attribute is used to specify the format of a video file? - โœ… Type Which symbol with an href value tells the browser to look for an anchor within the current document? - โœ… Hash(#) Which valid code shows a functional, formatted hyperlink reference? - โœ… WGU Which pair of points is specified when defining a rectangular hot spot? - โœ… Upper left and lower right Which two points are specified when defining a circular hot spot? - โœ… Center Radius Which table element is always required when adding a table to an HTML page? - โœ… Row What is the benefit of a GUI editor? - โœ… Writes HTML code automatically What is the purpose of the W3C Authoring Tool Accessibility Guidelines? - โœ… To guide development of editors for developers with disabilities. What does the W3C Authoring Tool Accessibility Guidelines evaluate? - โœ… Usability of the GUI editor by a user with disabilities. What are two characteristics of ? - โœ… Instructs a web browser which HTML version to use. Read by an HTML validation engine. What are two characteristics of WYSIWYG editors? - โœ… Might fail to edit code that contains newer tags. Allow page creation by using a mouse.

Which file type allows a client to integrate to a vendor's purchasing system by transmitting data points when a user clicks send? - โœ… XML A user reports that when Navigate to 001 is clocked, the web page fails to navigate to that page. Given the following code: Menu

Navigate to 001 Navigate to 002 Navigate to 003 Why is the navigation failing to work as expected? - โœ… The location should be specified within the href. What enables applications to add updates to an interface without the need to refresh the page? - โœ… Ajax Which HTML5 geolocation API process retrieves the user's latitude and longitude?

  • โœ… getCurrentPosition() Which tag uses the manifest attribute to enable the offline support for a web page? - โœ… What is the purpose of the WebM MIME type? - โœ… Uses a file format to stream online videos Which HTML5 element has a poster attribute? -

โœ… Video Which technique is used to reduce the number of calls for static files? - โœ… Caching Which responsibility is expected of a web project manager? - โœ… Communicating with all stakeholders. What is the maximum recommended file size for a web page in order to avoid long download times? - โœ… 100KB Which database type can store data in a single table only? - โœ… Flat File What is a benefit of using a virtual machine on a shared host? - โœ… Reduced cost with less physical equipment Which hosting solution required the purchase of hardware and software? - โœ… In-house What is a characteristic of a virtual server? - โœ… Multiple sites are hosted on individual servers. Which audience development technique can initiate an interaction with an online visitor? - โœ… Push technology What is used to give web applications the same responsiveness as desktop applications? - โœ… Ajax Which advantage does a dedicated mobile website have, compared to a mobile application? - โœ… Cross-platform usability