GUIDE CORRECT 100%
What does HTML stand for?
a. Hyperlinks and Text Markup Language
b. Hypertext Markup Language
c. Home Tool Markup Language - ANSWERb. Hypertext Markup Language
What is the name of the organization that develops the primary web standards of HTML
and CSS?
a. The World Wide Consortium (W3C)
b. Google
c. CERN
d. Defense Advanced Research Project (DARPA) - ANSWERa. The World Wide
Consortium (W3C)
Which of the following HTML tags makes text content a heading with the largest size?
a. <h1>...</h1>
b. <h6>...</h6>
c. <heading>...</heading>
d. <p>...</p> - ANSWERa. <h1>...</h1>
Which of the following is a correct format for a hyperlink to the Terry College web site?
a. <a>http://www.terry.uga.edu</a>
b. <a url="http://www.terry.uga.edu">The Terry College of Business</a>
c. <a>The Terry College of Business</a>
d. <a href="http://www.terry.uga.edu">The Terry College of Business</a> - ANSWERd.
<a href="http://www.terry.uga.edu">The Terry College of Business</a>
True or False. 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> - ANSWERFalse
Which of the following HTML tags would be used to define a bulleted list?
a. <list>...</list>
b. <ol>...</ol>
c. <bl>...</bl>
d. <ul>...</ul> - ANSWERd. <ul>...</ul>
Which of the following HTML tags is correct for making a textbox that is named "age"?
a. <text name="age" />
b. <input type="name" text="age" />
c. <text type="input" name="age" />
d. <input type="text" name="age" /> - ANSWERd. <input type="text" name="age" />
Which of the following HTML tags would be used to create a drop-down list?
a. <list>...</list>
b. <input type="dropdown" />
c. <input type="list">
d. <select>...</select> - ANSWERd. <select>...</select>
Which of the following is the correct HTML for inserting an image?
a. <img src="image.gif" alt="MyImage">
b. <img href="image.gif" alt="MyImage">
c. <img alt="MyImage">image.gif</img>
d. <image src="image.gif" alt="MyImage"> - ANSWERa. <img src="image.gif"
alt="MyImage">
Capital Expenses (CAPEX) refers to the costs of acquiring new infrastructure - for
example, buying servers to set up on premises. Operating Expenses (OPEX) refers to
the costs of ongoing ownership and maintenance. Which of the following is a true
statement related to how Cloud computing can impact CAPEX and OPEX?
a. Moving to cloud computing generally shifts OPEX to CAPEX.
b. CAPEX is always higher than OPEX.
c. Cloud Computing reduces OPEX to zero.
d. Moving to cloud computing generally shifts CAPEX to OPEX. - ANSWERd. Moving to
cloud computing generally shifts CAPEX to OPEX.
The allocating or releasing of more IT resources that are of the same type as current
resources is referred to as ___________.
a. on-premise scaling
b. horizontal scaling
, c. service scaling
d. vertical scaling - ANSWERb. horizontal scaling
Cloud services are generally considered to have increased availability and reliability
than other types of IT infrastructure.
True / False - ANSWERTrue
Cloud computing is often divided into three levels of services - infrastructure-as-a-
service (IAAS), platform-as-a-service (PAAS), and software-as-a-service (SAAS). Which
of these levels of service deals primarily with the networks, servers and storage?
SAAS
IAAS
PAAS - ANSWERIAAS
Which of the following is a risk or challenge that needs to be addressed when
considering a move to Cloud Computing? (Select all that apply)
- Potential security vulnerabilities
- Reduced operational governance control
- Limited portability between cloud providers
- Regulatory and legal issues across multiple regions - ANSWER- Potential security
vulnerabilities
- Reduced operational governance control
- Limited portability between cloud providers
- Regulatory and legal issues across multiple regions
Cloud computing is often divided into three levels of services - infrastructure-as-a-
service (IAAS), platform-as-a-service (PAAS), and software-as-a-service (SAAS). Which
of these levels of service deals primarily adds operating systems and middleware on top
of servers network and storage?
IAAS
SAAS
PAAS - ANSWERPAAS
Cloud computing is often divided into three levels of services - infrastructure-as-a-
service (IAAS), platform-as-a-service (PAAS), and software-as-a-service (SAAS). Which
of these levels of service allows you to run applications and work with data that is stored
in the cloud?
SAAS
IAAS
PAAS - ANSWERSAAS
What is the name of the portal that you should use to access the AWS Cloud services
for your work in this course?
a. Cloud Labs Offering Undergraduate Development
b. Amazon Web Portal
c. AWS Educate