DEVEOPMENT FOUNDATIONS COMPLETE 200 ACTUAL
QUESTIONS AND CORRECT DETAILED ANSWERS (VERIFIED
ANSWERS) |ALREADY GRADED A+
Which strategy can help a Web team avoid copyright infringement? -
Correct Answer - Conducting regular content reviews.
When validating Web site design issues, which of the following might you
need to change? - Correct Answer - The approach used to convey the
company message.
Which service provides the ability to automate the planning and operations
of an entire organization? - Correct Answer - Enterprise resource planning
(ERP)
A cloud service provider has given you a price quote for the service you
need to hire. Your team wants to negotiate. Which strategy can best help
you obtain the lowest quote? - Correct Answer - Have the team manager
contact the sales representative's manager.
Which service is typically provided by a cloud service provider but not by an
Internet Service Provider (ISP)? - Correct Answer - Software-as-a-service
(SaaS)
Which of the following would constitute an act of copyright infringement? -
Correct Answer - Your company posts on its site, sample questions from
another company's industry certification exam to help students study for the
exam.
pg. 1
,You need to replace the script. Which choice describes some of the
information you will need to obtain from your cloud service provider in order
to upload a new script to the server? - Correct Answer - A user name
What is the appropriate code for html5 doctype tag? - Correct Answer -
<!DOCTYPE html>
What is the purpose of the <link>tag in an HTML document? - Correct
Answer - To create a link to a style sheet.
Which code example demonstrates a valid container or non-empty tag in
HTML? - Correct Answer - <p></p>
Container or non-empty tags contain what? - Correct Answer - Opening
and closing tags.
Which of the following does the HTML <head> tag contain? - Correct
Answer - The <title> tag
You want to verify that the Webpages you create are compliant with an
accessibility standard supported by a particular government. Which
approach will verify your compliance most quickly? - Correct Answer -
Validating the pages with an automated validation tool provided by the
government.
What is the attribute and value used to create a multiple-option select list in
a Web form? - Correct Answer - multiple="multiple"
pg. 2
, Which line of HTML code creates a scrolling text box that can display three
rows of text that are each 30 characters long? - Correct Answer - <textarea
name="comments" cols="30" rows="3"></textarea>
Which line of HTML code begins a single-option select list? - Correct
Answer - Which line of HTML code begins a single-option select list?
Which of the following elements does HTML5 provide to allow native
support for animation, movies and other multimedia without the use of plug-
ins? - Correct Answer - The <video> and <audio> elements
Which line of code will create a Web form checkbox that will validate as
HTML5? - Correct Answer - <input type="checkbox" name="groupName"/>
You are embedding a video in your Webpage and want to incorporate the
play, pause, rewind, fast forward and volume video controls. Which
attribute is needed to accomplish this? - Correct Answer -
controls="controls"
What is a way to describe bitmap graphics? - Correct Answer - It uses
small dots (usually thousands) to create images and specify colors.
To create a Web form that allows the user to upload a file to your Web
server. Which line of HTML code would accomplish this task? - Correct
Answer - <input type="file" name="File"/>
What do raster graphics refer? - Correct Answer - Bitmap graphics
pg. 3