MIS 309 Final
An HTML program is saved by using the _______ extension
.hmtl
HTML program is saved using ________ extension
.html
Which character is used to represent the clotting of a tag in HTML?
/
Replace blank with the correct value: set the size of the image to 250 pixels wide <img src="w3schools.jpg" width="blank" />
250px
All HTML tags are enclosed in _____
< and >
All HTML documents must start with a document type declaration:
<!DOCTYPE html>
Replace the word black with the correct HTML element: <table> <tr> <th>Name</th> <th>Age</th> </tr> <tr> <td>John Doe</td> <td>30</td> </tr> </blank>
</table>
How to create a hyperlink in HTML?
<a href = "https://www.olemiss.edu">Ole Miss Website</a>
Which of the following is the correct way to send mail in HTML?
<a href = "mailto:xy@y">
Which syntax is used to create a link to an email address?
<a href= "mailto:[email protected]">email</a>
Which of the following is the correct e-mail link?
<a href="mailto:[email protected]">
Which HTML tag is used to link the URL?
<a>
Which of the following element is responsible for making the text bold in HTML?
<b>
What is the correct HTML element for inserting a line break?
<br>
Which of the following tag is used to insert a line-break in HTML?
<br>
Choose the correct element for the largest heading:
<h1>
Which of the following tag is used for inserting the largest heading in HTML
<h1>
Replace blank with he correct HTML code: the smallest page heading in HTML is blank
<h6>
Which of the following element is responsible for making the text italic in HTML?
<i>
How to insert an image in HTML?
<img src = "jtp.png"/>
The _______ tag defines an image in an HTML page.
<img>
Which of the following is an example of an inline style?
<p style="color:red">This is a paragraph</p>
A paragraph in HTML is represented by:
<p></p>
Which works similar to the <b> element?
<strong>
Which tag is used to add columns to tables?
<td>
Which of the following tag is used to add rows in the table?
<tr> and </tr>
Which application processes PDF files?
Adobe Acrobat
In JavaScript, this function will display text in a dialog box that pops up on the screen
Alert();
HTML document can contain________.
All of the above
We can write HTML code using _______
All the above
<img src="w3schools.png" ____________="w3schools Logo" />
Alt
If the image cannot be displayed, then the _______ attribute specifies an alternate text for image.
Alt
Image link can show a text label if you add property.
Alt
Which of the following is most likely to be a result of hacking?
An unauthorized transaction from a user's credit card
HTML tags are surrounded by _______ brackets.
Angle
______ occurs when all team members do not meet at the same time
Asynchronous communication
The src _________, in the <img> tag below, specifies the path to the image to be displayed <img src="img_girl.jpg">
Attribute
Which section is used for text and tags that are shown directly on your web page?
Body
To set the color size and style fir table borders to 1 pix solid and black, use ________
Border: 1pm solid black
A ______ manages security for all of the organization's assets: physical plant and equipment, employees, intellectual property, and digital.
Chief security officer
Which symbol is written immediately after the "mailto" keyword in href attribute of anchor tag?
Colon
What will be added by using <td> and </td> tag?
Columns
A ____________ system is a suite of applications, a database, and a set of inherent processes for managing all the interactions with the customer, from lead to generation to customer service
Customer relationship management
TRUE OR FALSE JavaScript code does not run until the HTML code is loaded first.
False
TRUE OR FALSE Mobile users click ads less often than PC users.
False
TRUE OR FALSE VPN stands for Virtual Private Name
False
TRUE OR FALSE collaboration information system do not specify standards, and techniques for conducting the team's work.
False
TRUE OR FALSE email spooking is a synonym fir phishing.
False
TRUE OR FALSE social capital cannot be earned and spent
False
TRUE OR FALSE the general belief of social media providers is that the users would mind the "small" loss of privacy if they got the service for free.
False
TRUE OR FALSE: In general, the more techniCal the organization the tighter and stricter the social policies.
False
TRUE OR FALSE: JavaScript is NOT case sensitive
False
TRUE OR FLASE virtual meetings are always asynchronous
False
All of the following are sources of threats excepts ________.
Firewalls
The BODY tag is usually used after ________
HEAD tag
What will be the output of the following HTML code? <!DOCTYPE HTML> <HTML> <BODY> <p>HTML is Fun!<br>Is not it?</p> </BODY> </HTML>
HTML is Fun! Is not it?
Which of the following is considered a computer crime?
Hacking of information systems
HTML __________ are titles or subtitles that you want to display on a webpage.
Headings
Why should you add alternative text to your images?
Helps people with visual impairments understand pictures and other graphical content
Link URL in HTML is specified using ___________ attribute.
Href
Replace the work blank with the correct HTML attribute: <A blank ="https://www.olemiss.edu">The University of Mississippi</a>
Href
HTML stands for
HyperText Markup Language
an ________ is a number that identifies a particular device
IP address
Which attribute specifics a unique alphanumeric identifier to be associated with an element?
Id
Which tag is used to insert images into your web page?
Img
The <i> tag makes text ________.
Italic
___________ makes HTML pages more dynamic and interactive
JavaScript
What does the <br> tag add to your webpage?
Line break
If we need to send the email, then href attribute of the anchor tag starts with _______ keyword?
Mailto
__________ is a broad category of software that includes viruses, spyware, and adware.
Malware
<HTML> <BODY> <table> <tr> <th>Name</th> <th>City</th> </tr> <tr> <td>Alicia</td> <td>New York City</td> </tr> <tr> <td>Jacob</td> <td>Los Angeles</td> </tr> <tr> <td>Lucas</td> <td>Berlin</td> </tr> </table> </BODY> </HTML>
Name City Alicia New York City Jacob Los Angeles Lucas Berlin
A _________ monitors, maintains, fixes, and tunes computer networks
Network administrator
Email spoofing is a synonym for ________.
Phishing
Which company is considered the gold standard as an ERP vendor?
SAP
Identify the top two ERP vendors.
SAP and Oracle
_______ protocol is used for e-mail services
SMTP
Replace the word blank with the correct attribute: <img blank="smileyFace.job" alt="Smiley Face" />
Src
The _______ attribute is used to display an image
Src
which pair of attributes is required for the "img" tag?
Src and alt
Which of the following HTML attribute is used to define inline styles?
Style
A ________ works with users to determine system requirements, designs and develops job descriptions and procedures, and helps determine test plans.
Systems analyst
A ______ in HTML consists of cells inside rows and columns.
Table
Which of the following statements about enterprise information systems is TRUE?
They are very difficult to change
TRUE OR FALSE A foreign key in one table is the primary key in another table
True
TRUE OR FALSE Biometric authentication uses physical characteristics such as retinal scan to authenticate users.
True
TRUE OR FALSE HTML Tags start with < and ends with >
True
TRUE OR FALSE Https is the secure version of http
True
TRUE OR FALSE Phishing is a technique for obtaining unauthorized data that uses pretexting via email.
True
TRUE OR FALSE Recruiters who notice poor grammar on social media sites tend to have a negative view of a potential candidate.
True
TRUE OR FALSE Symmetric encryption is simpler and much faster than asymmetric encryption
True
TRUE OR FALSE a collaboration information system is an information system that supports collaboration
True
TRUE OR FALSE organizations have social capital
True
TRUE OR FALSE social media allows people to form communities
True
TRUE OR FASE one way to change the content of an HTML element is use the ".innerHTML" property
True
TRUE OR FASLE The primary purpose of an ERP system is integration
True
Jack us frustrating his team because the feedback he provided for the last set of project documents was "this document is a mess." Jack's feedback was ______.
Unconstructive
_______ tracks changes to documents and provide features and functions to accommodate concurrent work
Version management
HTML program can be read and rendered by ________
Web browser
What will be the output of the following HTML code? <HTML> <BODY> <p>Welcome to <i>MIS309</i></p> </BODY> </HTML>
Welcome to MIS 309
Enterprise application integration is a ________
suite of software applications that consolidates existing systems by providing layers of software that connect applications together