Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 24 pages
Exam (elaborations)

MIST 4630 Final Exam with precise detailed solutions

Document preview thumbnail
Preview 3 out of 24 pages

MIST 4630 Final Exam with precise detailed solutions

Content preview

MIST 4630 Final Exam with precise ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




detailed solutions ||\\//||




Which of the following is an advantage of using separation of concerns when creating web
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




applications? (Check all that apply) ||\\//|| ||\\//|| ||\\//|| ||\\//||




- maintainability
||\\//||




- extensibility
||\\//||




- reusability
||\\//||




- optimizationality - correct answer✔✔- maintainability
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- extensibility
||\\//||




- reusability
||\\//||




Which of the following CSS statements will display a border with the following
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




characteristics:

The top border = 10 pixelsThe bottom border = 5 pixelsThe left border = 20 pixelsThe right
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




border = 1pixel? - correct answer✔✔border-width: 10px 1px 5px 20px;
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




Which of the following is a correct format for a hyperlink to the Terry College web site?
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- <a url="http://www.terry.uga.edu">The Terry College of Business</a>
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- <a>The Terry College of Business</a>
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- <a href="http://www.terry.uga.edu">The Terry College of Business</a>
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- <a>http://www.terry.uga.edu</a> - correct answer✔✔<a
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




href="http://www.terry.uga.edu">The Terry College of Business</a> ||\\//|| ||\\//|| ||\\//|| ||\\//||




Which of the following HTML tags would be used to define a bulleted list?
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- <ol>
||\\//||

,- <ul>
||\\//||




- <bl>
||\\//||




- <list> - correct answer✔✔<ul>
||\\//|| ||\\//|| ||\\//|| ||\\//||




Where in an HTML document is the correct place to refer to an external style sheet? -
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




correct answer✔✔In the <head> section ||\\//|| ||\\//|| ||\\//|| ||\\//||




What does CSS stand for? - correct answer✔✔Cascading Style Sheets
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




What is the name of the organization that develops the primary web standards of HTML
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




and CSS? ||\\//||




- The World Wide Consortium (W3C)
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- Google
||\\//||




- Defense Advanced Research Project (DARPA)
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- CERN - correct answer✔✔The World Wide Consortium (W3C)
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




In order from inside to the outside, what are the components of the CSS box model?
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




(padding, content, border, margin) - correct answer✔✔1. content ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




2. padding ||\\//||




3. border ||\\//||




4. margin ||\\//||




Which of the following is the correct HTML for inserting an image?
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- <img src="image.gif" alt="MyImage">
||\\//|| ||\\//|| ||\\//||




- <img href="image.gif" alt="MyImage">
||\\//|| ||\\//|| ||\\//||




- <image src="image.gif" alt="MyImage">
||\\//|| ||\\//|| ||\\//||

, - <img alt="MyImage">image.gif</img> - correct answer✔✔<img src="image.gif"
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




alt="MyImage">



T/F: The following HTML tags will create a table with 3 rows of two columns each.
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




<table> ||\\//||




||\\//|| <tr> ||\\//||




||\\//|| <td> ||\\//||




||\\//|| a ||\\//||




||\\//|| </td> ||\\//||




||\\//|| <td> ||\\//||




||\\//|| b ||\\//||




||\\//|| </td> ||\\//||




||\\//|| </tr> ||\\//||




||\\//|| <tr> ||\\//||




||\\//|| <td> ||\\//||




||\\//|| c ||\\//||




||\\//|| </td> ||\\//||




||\\//|| <td> ||\\//||




||\\//|| d ||\\//||




||\\//|| </td> ||\\//||




||\\//|| </tr>

</table> - correct answer✔✔FALSE (only 2 rows) ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




T/F: In general, separation of concerns allows us to obtain high coupling and low cohesion.
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||




- correct answer✔✔FALSE (other way around)
||\\//|| ||\\//|| ||\\//|| ||\\//|| ||\\//||

Document information

Uploaded on
October 31, 2025
Number of pages
24
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$19.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Ruiz
3.2
(15)
Sold
105
Followers
2
Items
14136
Last sold
5 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions