Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

C779 Pre Assessment test with their correct answers 2023¬, Exams of Computer Science

A list of questions and answers related to web development. The questions cover topics such as HTML tags, multimedia technologies, web forms, CSS, ethics, geolocation API, and hosting solutions. The answers are provided for each question, making it a useful study material for students preparing for web development exams or assignments. The document also includes some tips and best practices for web development.

Typology: Exams

2022/2023

Available from 10/08/2023

arnezieme9
arnezieme9 🇺🇸

5

(1)

1.9K documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
C779 Pre Assessment test with their correct
answers 2023
1. Which two actions should be used to address users with visual
impairments? - ✅✅✅Ensure that pages support screen-reader apps.
Provide text descriptions for images.
2. Which two tags are containers for other tags? - ✅✅✅<head> <body>
3. Which term describes the process of adding a pair of tags within another
pair of tags? - ✅✅✅Nesting
4. Which multimedia technology did popular video sharing sites replace with
Motion Picture Experts Group-4 (MP4) to address security concerns? -
✅✅✅Flash
5. Which markup should be used to link a CSS document to a webpage? -
✅✅✅<link rel= "stylesheet" type="text/css" href="theme.css">
6. 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>
7. Which graphical image type scales without losing image quality? -
✅✅✅Vector
8. Which HTML5 tags is self-closing? - ✅✅✅<br>
9. Which HTML5 element is used to draw graphics on a web page? -
✅✅✅<canvas>
10.Which request method should be used in a form to append parameters
into a query string? - ✅✅✅<get>
11.Which two form elements should use the same name for groups of related
elements? - ✅✅✅<radio> <checkbox>
pf3
pf4
pf5

Partial preview of the text

Download C779 Pre Assessment test with their correct answers 2023¬ and more Exams Computer Science in PDF only on Docsity!

C779 Pre Assessment test with their correct

answers 2023

  1. Which two actions should be used to address users with visual impairments? - ✅✅✅Ensure that pages support screen-reader apps. Provide text descriptions for images.
  2. Which two tags are containers for other tags? - ✅✅✅
  3. Which term describes the process of adding a pair of tags within another pair of tags? - ✅✅✅Nesting
  4. Which multimedia technology did popular video sharing sites replace with Motion Picture Experts Group-4 (MP4) to address security concerns? - ✅✅✅Flash
  5. Which markup should be used to link a CSS document to a webpage? - ✅✅✅
  6. Which markup should be added to a form to create a drop-down list that allows users to select with three selectable options? - ✅✅✅
  7. Which graphical image type scales without losing image quality? - ✅✅✅Vector
  8. Which HTML5 tags is self-closing? - ✅✅✅
  9. Which HTML5 element is used to draw graphics on a web page? - ✅✅✅
  10. Which request method should be used in a form to append parameters into a query string? - ✅✅✅
  11. Which two form elements should use the same name for groups of related elements? - ✅✅✅
  1. Which method type securely sends form data that required additional processing by the GCI script? - ✅✅✅Post
  2. 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.
  3. Which test is designed to detect the automated systems used by spammers? - ✅✅✅CAPTCHA
  4. Which HTML5 tag attribute should be supplied for an input field in a web form if submitted to the server? - ✅✅✅Name
  5. Which input tag type value is used to create a group of mutually exclusive options? - ✅✅✅Radio
  6. Which attribute should be used to add default text to an input tag of type text? - ✅✅✅Value
  7. Which tag is a valid form field for exclusive use in HTML5? - ✅✅✅
  8. 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? - ✅✅✅Add JavaScript code to HTML documents and create a new CSS rule.
  9. What happens when a site visitor views a web page that uses a font unavailable on the visitor's computer? - ✅✅✅The browser's default font will be displayed.
  10. Which two methods are used to apply Cascading Style Sheets (CSS)? - ✅✅✅Embedding an internal style sheet in an HTML page. Linking an HTML page to an external style sheet.
  11. Which value of the opacity property in CSS3, represents completely opaque? - ✅✅✅1.
  12. Which directive overrides normal cascading in CSS? - ✅✅✅!Important
  13. What are Syntactically Awesome Sheets (SASS) used for with regard to adding functionality? - ✅✅✅As a CSS extension language for preprocessing.
  14. Given the following CSS:
  1. Which pair of points is specified when defining a rectangular hot spot? - ✅✅✅Upper left and lower right
  2. Which two points are specified when defining a circular hot spot? - ✅✅✅Center Radius
  3. Which table element is always required when adding a table to an HTML page? - ✅✅✅Row
  4. What is the benefit of a GUI editor? - ✅✅✅Writes HTML code automatically
  5. What is the purpose of the W3C Authoring Tool Accessibility Guidelines? - ✅✅✅To guide development of editors for developers with disabilities.
  6. What does the W3C Authoring Tool Accessibility Guidelines evaluate? - ✅✅✅Usability of the GUI editor by a user with disabilities.
  7. What are two characteristics of <!DOCTYPE>? - ✅✅✅Instructs a web browser which HTML version to use. Read by an HTML validation engine.
  8. What are two characteristics of WYSIWYG editors? - ✅✅✅Might fail to edit code that contains newer tags. Allow page creation by using a mouse.
  9. Which hosting option allows a company to ship specific hardware to the provider? - ✅✅✅Colocation service
  10. An organization plans to update a web page that has a multitiered architecture. The developer needs to ensure that a web page will function as expected before deploying the updates. Where should the developer perform regression testing? - ✅✅✅On a clone of production machines.
  11. Which table property has top, bottom, and middle values? - ✅✅✅Vertical- align
  12. Which HTML5 element structure is defined for company services and blogs? - ✅✅✅Article
  13. Which protocol should be used for publishing multiple files to a website? - ✅✅✅FTP
  14. Which tag should be added to ensure a responsive design in a webpage, and which will be accessed from a variety of devices? - ✅✅✅
  1. What is an ethical risk to emailing surveys to people other than existing customers? - ✅✅✅Organizations could be labeled as spammers.
  2. Which term describes a unique word, phrase, or symbol that is officially registered by an organization with the government? - ✅✅✅Trademark
  3. What is a working definition of ethics for a web designer? - ✅✅✅Make choices to avoid violating the rights of people.
  4. Who is responsible for protecting a copyright? - ✅✅✅The entity whose work is being used
  5. Which file type allows a client to integrate to a vendor's purchasing system by transmitting data points when a user clicks send? - ✅✅✅XML
  6. A user reports that when Navigate to 001 is clocked, the web page fails to navigate to that page. Given the following code:
  7. Menu

  8. Why is the navigation failing to work as expected? - ✅✅✅The location should be specified within the href.
  9. What enables applications to add updates to an interface without the need to refresh the page? - ✅✅✅Ajax
  10. Which HTML5 geolocation API process retrieves the user's latitude and longitude? - ✅✅✅getCurrentPosition()
  11. Which tag uses the manifest attribute to enable the offline support for a web page? - ✅✅✅
  12. What is the purpose of the WebM MIME type? - ✅✅✅Uses a file format to stream online videos
  13. Which HTML5 element has a poster attribute? - ✅✅✅Video
  14. Which technique is used to reduce the number of calls for static files? - ✅✅✅Caching
  15. Which responsibility is expected of a web project manager? - ✅✅✅Communicating with all stakeholders.