Deck 9: Web Development

Full screen (f)
exit full mode
Question
After creating a webpage with HTML code, what do you need to do so that others can access it on the Internet?

A)Specify the format
B)Publish to a web server
C)Convert to a read-only file
D)Compress pages and multimedia content
Use Space or
up arrow
down arrow
to flip the card.
Question
When using a content management system (CMS), how can you allow multiple individuals to work on a website at the same time without worrying they will override or duplicate work?

A)A CMS does not allow multiple contributors to use it at the same time.
B)A CMS is just another name for a drag-and-drop procedure that anyone can perform without any restrictions.
C)A CMS allows you to grant access to capabilities such as adding or removing content based on a contributor's role.
D)A CMS just adds capabilities to a website so it does not matter who is working on the website or when.
Question
Christian wants his company's blog to be informative, have a search function, and allow users to leave comments. A dynamic website rather than a static website would be better for him because a dynamic website ______.

A)will allow user interaction
B)is meant for infrequent updates
C)is cheaper to maintain
D)requires less storage space on a server
Question
Which of the following components on a webpage is created using HTML?

A)Heading
B)Background Color
C)Slide show
D)Layout
Question
Jin is an editor and ready to purchase the domain name for his website where he plans to market his services. He wants to be creative with the name, but you caution him about being too clever with what he chooses. What would be his best choice?

A)premierskills.com
B)wordsmithing.com
C)jin-102887.com
D)R2D2editing.com
Question
When you log into your email with your username and password, you are logging into a static website, since the look and feel is the same each time.
Question
JavaScript likely controls which of the following elements on a webpage

A)A navigation bar
B)A slide show
C)A copyright notice
D)A hyperlink to another website
Question
What is a popular language for writing scripts that run in your browser to control a webpage's behavior?

A)HTML
B)CSS
C)JavaScript
D)Python
Question
Which of the following best defines responsive design?

A)Pages are coded using a series of commands to generate the content.
B)Pages automatically adjust the size of their content relative to the size of the screen.
C)Pages use scripts to provide interactivity.
D)Pages interact with content stored in a database on a web server.
Question
Which of the following would most likely be a static website?

A)A news site
B)A blog
C)A historical facts page
D)An online shopping site
Question
Knowing that more people view webpages on their smartphones than on desktop or laptop computers, how would you design your website?

A)With no graphics, only text
B)With all content on one page
C)With responsive design
D)With a static layout
Question
If a website is designed with responsive design concepts, then _____.

A)it appears correctly on any device regardless of screen size
B)it requires users to scroll from left to right on a device with a small screen
C)it displays small text on all screens
D)it does not allow users to resize graphics
Question
Marly is using her smartphone to review a webpage she created. The formatting and alignment of webpage elements is incorrect. What does she need to change to fix the problem?

A)C++
B)HTML
C)JavaScript
D)CSS
Question
Which of the following is NOT a feature of an Integrated Development Environment (IDE)?

A)Automatically indents code
B)Hosts webpages
C)Displays tags in a different color
D)Ensures code follows HTML specifications
Question
An Integrated Development Environment (IDE)stores files and folders for your website in a directory called _____.

A)a project
B)an FTP client
C)an absolute reference
D)a consortium
Question
You use CSS to to specify the appearance of content on a webpage.
Question
What is uptime?

A)The speed at which data transfer takes place
B)The amount of time you will need to create your website
C)The measure of a web host's reliability
D)The measure of how much time people spend on your website
Question
If HTML is used to specify the content of the webpage, then what do you use CSS for?

A)To make the webpage interactive
B)To define the page layout
C)To include multimedia content
D)To connect to other pages with hyperlinks
Question
When you are shopping online and finalizing your order, you usually fill in forms for your name, address, email, and payment method. Sometimes those forms have an asterisk (*)next to them as required fields. Code in which of the following languages can check to make sure all required fields are completed?

A)JavaScript
B)HTML
C)CSS
D)Python
Question
Nicholas updates his company's website to include a hyperlink to its event calendar on the home page. What coding language does he use to insert the link?

A)CSS
B)JavaScript
C)HTML
D)C++
Question
Why is it important to be able to export data in an XML format?

A)It converts code into HTML for a website.
B)It controls the appearance of a webpage.
C)It is needed to assign attributes.
D)It allows data to be shared between applications.
Question
Even though website builders have predesigned templates, why is it still helpful to have knowledge of coding languages?

A)To generate a similar look and feel
B)To give you finer control over the content
C)To have the website blend in with others
D)To reflect a common brand
Question
A business would use a website analytics tool for all of the following EXCEPT _____.

A)viewing the number of pages a person visited
B)viewing the number of new and returning visitors
C)viewing why someone visited your webpage
D)deciding when to increase bandwidth
Question
Daria created a webpage and wants to make sure her code meets the latest HTML 5 standards. What can she use to check for errors such as deprecated tags and missing attributes?

A)HTML5 debugger
B)HTML 5 validator
C)HTML 5 code editor
D)HTML CMS
Question
Why is an FTP client helpful?

A)It previews the webpages before you publish them.
B)It uploads files from your computer to a web server.
C)It creates the domain name for use on the web server.
D)It searches through code to find errors and suggest replacements.
Question
When including an image in HTML code, you would use the tag.
Question
W hich of the following describes a domain registrar?

A)A place that manages web servers and disk space.
B)An administrator who oversees a system's uptime and runs reliability checks.
C)A method for determining the amount of bandwidth needed for a specific website.
D)A website where you can go to purchase a name for your website.
Question
After you finish designing and creating your website, you need to transfer it to a folder on your computer that your browser can access.
Question
Which of the following is true about XML?

A)It describes content and how to present it in a browser.
B)It stores layout information in a text format for a browser to interpret.
C)It provides a way to classify data and share it between applications.
D)It contains predefined tags to describe placement of content on a webpage.
Question
What can a company learn by studying website analytics for its website?

A)the number of headings and images on the website
B)when it needs to increase its bandwidth
C)whether a new corporate logo has increased market value
D)the amount of sales per customer
Question
Which of the following websites most likely uses XML-formatted data?

A)an ecommerce site that lets you compare products from different vendors
B)an ecommerce site that lets you keep a wish list
C)a news site that displays up-to-date headlines
D)an entertainment site that plays vidoes
Question
HTML has remained the same ever since it was developed, which is why there is only one version.
Question
Which of the following is a popular, user friendly CMS often used as a blogging platform?

A)WordPress
B)Drupal
C)Google Sites
D)Dreamweaver
Question
HTML coding does not allow for lists using bullets. All lists have to be numbered.
Question
On his website, Mario has a video that visitors must click to play. He wants the video to play automatically when the page loads. What attribute should Mario add to the tag?

A)controls
B)loop
C)autoplay
D)play
Question
Tramon is creating a website and wants to include a striking graphic to identify the website. What type of graphic should he include?

A)dashboard
B)sidebar
C)icon
D)banner
Question
Before you name your website, you need to search for other sites using that name and then purchase a domain name.
Question
Your first project as the new web designer at Smart Design is to increase web traffic to help boost web orders. Before you begin redesigning the website, you look at the website analytics. What can they tell you?

A)if visitors dislike the company brand or product
B)if customers are buying products somewhere else
C)if your webpage appears first in search engine results
D)how visitors are using the site
Question
What does XML use to describe data?

A)A plugin
B)Code editor
C)Script-language
D)Customized tags
Question
Anita is developing a website for her photography business. On the home page, she wants to include a link to another webpage in her website. What type of link should she insert?

A)absolute reference
B)relative reference
C)targeted reference
D)blank reference
Question
Why would you include a banner on your website?

A)It describes your ownership to the general public.
B)It makes the website more easily identifiable to visitors.
C)It identifies the resources you plan to use in your business.
D)It creates a site map for the visitor of your website.
Question
After designing a website, you transfer the website files from your local computer to a remote web server.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/42
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 9: Web Development
1
After creating a webpage with HTML code, what do you need to do so that others can access it on the Internet?

A)Specify the format
B)Publish to a web server
C)Convert to a read-only file
D)Compress pages and multimedia content
Publish to a web server
2
When using a content management system (CMS), how can you allow multiple individuals to work on a website at the same time without worrying they will override or duplicate work?

A)A CMS does not allow multiple contributors to use it at the same time.
B)A CMS is just another name for a drag-and-drop procedure that anyone can perform without any restrictions.
C)A CMS allows you to grant access to capabilities such as adding or removing content based on a contributor's role.
D)A CMS just adds capabilities to a website so it does not matter who is working on the website or when.
A CMS allows you to grant access to capabilities such as adding or removing content based on a contributor's role.
3
Christian wants his company's blog to be informative, have a search function, and allow users to leave comments. A dynamic website rather than a static website would be better for him because a dynamic website ______.

A)will allow user interaction
B)is meant for infrequent updates
C)is cheaper to maintain
D)requires less storage space on a server
A
4
Which of the following components on a webpage is created using HTML?

A)Heading
B)Background Color
C)Slide show
D)Layout
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
5
Jin is an editor and ready to purchase the domain name for his website where he plans to market his services. He wants to be creative with the name, but you caution him about being too clever with what he chooses. What would be his best choice?

A)premierskills.com
B)wordsmithing.com
C)jin-102887.com
D)R2D2editing.com
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
6
When you log into your email with your username and password, you are logging into a static website, since the look and feel is the same each time.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
7
JavaScript likely controls which of the following elements on a webpage

A)A navigation bar
B)A slide show
C)A copyright notice
D)A hyperlink to another website
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
8
What is a popular language for writing scripts that run in your browser to control a webpage's behavior?

A)HTML
B)CSS
C)JavaScript
D)Python
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
9
Which of the following best defines responsive design?

A)Pages are coded using a series of commands to generate the content.
B)Pages automatically adjust the size of their content relative to the size of the screen.
C)Pages use scripts to provide interactivity.
D)Pages interact with content stored in a database on a web server.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following would most likely be a static website?

A)A news site
B)A blog
C)A historical facts page
D)An online shopping site
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
11
Knowing that more people view webpages on their smartphones than on desktop or laptop computers, how would you design your website?

A)With no graphics, only text
B)With all content on one page
C)With responsive design
D)With a static layout
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
12
If a website is designed with responsive design concepts, then _____.

A)it appears correctly on any device regardless of screen size
B)it requires users to scroll from left to right on a device with a small screen
C)it displays small text on all screens
D)it does not allow users to resize graphics
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
13
Marly is using her smartphone to review a webpage she created. The formatting and alignment of webpage elements is incorrect. What does she need to change to fix the problem?

A)C++
B)HTML
C)JavaScript
D)CSS
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following is NOT a feature of an Integrated Development Environment (IDE)?

A)Automatically indents code
B)Hosts webpages
C)Displays tags in a different color
D)Ensures code follows HTML specifications
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
15
An Integrated Development Environment (IDE)stores files and folders for your website in a directory called _____.

A)a project
B)an FTP client
C)an absolute reference
D)a consortium
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
16
You use CSS to to specify the appearance of content on a webpage.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
17
What is uptime?

A)The speed at which data transfer takes place
B)The amount of time you will need to create your website
C)The measure of a web host's reliability
D)The measure of how much time people spend on your website
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
18
If HTML is used to specify the content of the webpage, then what do you use CSS for?

A)To make the webpage interactive
B)To define the page layout
C)To include multimedia content
D)To connect to other pages with hyperlinks
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
19
When you are shopping online and finalizing your order, you usually fill in forms for your name, address, email, and payment method. Sometimes those forms have an asterisk (*)next to them as required fields. Code in which of the following languages can check to make sure all required fields are completed?

A)JavaScript
B)HTML
C)CSS
D)Python
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
20
Nicholas updates his company's website to include a hyperlink to its event calendar on the home page. What coding language does he use to insert the link?

A)CSS
B)JavaScript
C)HTML
D)C++
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
21
Why is it important to be able to export data in an XML format?

A)It converts code into HTML for a website.
B)It controls the appearance of a webpage.
C)It is needed to assign attributes.
D)It allows data to be shared between applications.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
22
Even though website builders have predesigned templates, why is it still helpful to have knowledge of coding languages?

A)To generate a similar look and feel
B)To give you finer control over the content
C)To have the website blend in with others
D)To reflect a common brand
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
23
A business would use a website analytics tool for all of the following EXCEPT _____.

A)viewing the number of pages a person visited
B)viewing the number of new and returning visitors
C)viewing why someone visited your webpage
D)deciding when to increase bandwidth
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
24
Daria created a webpage and wants to make sure her code meets the latest HTML 5 standards. What can she use to check for errors such as deprecated tags and missing attributes?

A)HTML5 debugger
B)HTML 5 validator
C)HTML 5 code editor
D)HTML CMS
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
25
Why is an FTP client helpful?

A)It previews the webpages before you publish them.
B)It uploads files from your computer to a web server.
C)It creates the domain name for use on the web server.
D)It searches through code to find errors and suggest replacements.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
26
When including an image in HTML code, you would use the tag.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
27
W hich of the following describes a domain registrar?

A)A place that manages web servers and disk space.
B)An administrator who oversees a system's uptime and runs reliability checks.
C)A method for determining the amount of bandwidth needed for a specific website.
D)A website where you can go to purchase a name for your website.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
28
After you finish designing and creating your website, you need to transfer it to a folder on your computer that your browser can access.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is true about XML?

A)It describes content and how to present it in a browser.
B)It stores layout information in a text format for a browser to interpret.
C)It provides a way to classify data and share it between applications.
D)It contains predefined tags to describe placement of content on a webpage.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
30
What can a company learn by studying website analytics for its website?

A)the number of headings and images on the website
B)when it needs to increase its bandwidth
C)whether a new corporate logo has increased market value
D)the amount of sales per customer
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following websites most likely uses XML-formatted data?

A)an ecommerce site that lets you compare products from different vendors
B)an ecommerce site that lets you keep a wish list
C)a news site that displays up-to-date headlines
D)an entertainment site that plays vidoes
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
32
HTML has remained the same ever since it was developed, which is why there is only one version.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following is a popular, user friendly CMS often used as a blogging platform?

A)WordPress
B)Drupal
C)Google Sites
D)Dreamweaver
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
34
HTML coding does not allow for lists using bullets. All lists have to be numbered.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
35
On his website, Mario has a video that visitors must click to play. He wants the video to play automatically when the page loads. What attribute should Mario add to the tag?

A)controls
B)loop
C)autoplay
D)play
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
36
Tramon is creating a website and wants to include a striking graphic to identify the website. What type of graphic should he include?

A)dashboard
B)sidebar
C)icon
D)banner
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
37
Before you name your website, you need to search for other sites using that name and then purchase a domain name.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
38
Your first project as the new web designer at Smart Design is to increase web traffic to help boost web orders. Before you begin redesigning the website, you look at the website analytics. What can they tell you?

A)if visitors dislike the company brand or product
B)if customers are buying products somewhere else
C)if your webpage appears first in search engine results
D)how visitors are using the site
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
39
What does XML use to describe data?

A)A plugin
B)Code editor
C)Script-language
D)Customized tags
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
40
Anita is developing a website for her photography business. On the home page, she wants to include a link to another webpage in her website. What type of link should she insert?

A)absolute reference
B)relative reference
C)targeted reference
D)blank reference
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
41
Why would you include a banner on your website?

A)It describes your ownership to the general public.
B)It makes the website more easily identifiable to visitors.
C)It identifies the resources you plan to use in your business.
D)It creates a site map for the visitor of your website.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
42
After designing a website, you transfer the website files from your local computer to a remote web server.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 42 flashcards in this deck.