




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 8
This page cannot be seen from the preview
Don't miss anything!





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?
โ 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