NEW
Font size
WorksheetsMultimedia Integrated Applications Quiz
Total questions: 62
Worksheet time: 31mins
What does HTML stand for?
hypermarkup text modem lyrics
high text markup language
hypertext markup language
hyperdoc modem language
What does URL stand for?
united resource location
unique reality law
uniform resource locator
uniform resource law
The text and HTML elements used to create a webpage are called:
hypercode
hyperdocs
source code
texting code
Text that appear between two angle brackets are called:
tags
codes
elements
language
In HTML coding, this tag identifies what is "clicked on" and where the link takes the user:
empty
starting
closing
anchor
What does the following HTML code produce?
<body style="background-color:pink;">
text color that is pink
page color that is pink
paragraph color that is pink
font color that is pink
Which of the following are prewritten Javascript codes used to add user interactivity to a web page?
properties
hotspots
definitions
behaviors
What will the following HTML code produce? <h1><center>Name</center></h1>
Name, centered and a large heading
Name, centered and a small heading
Name, centered and a medium heading
Name, centered and a italics heading
Which are examples of nested tags in the following code:
<h1><p>She is nice.</p></h1>
the <h1> and </h1> tags
the <p> and </p> tags
the <h1> tag only
the </p> tag only
HTML elements are represented by which of the following?
headers
brackets
tags
browsers
DTD stands for:
Defined Text Descriptor
Document Type Definition
Defined tag Description
Document Tag Definition
Which is used to italicize an item in HTML?
<im>
<em>
<it>
<ital>
Flipgrid is a website that allows teachers to create "grids" of short discussion-style questions that students respond to through:
recorded video
an email
a slideshow
html code
When creating a Google Form, you must select which of the following when you create a new question to add to the form?
File-New
Plus sign
Create-new
the form button
Right-clicking on a web page will...............
display your page in brighter color
display the source code on your page
display the header menus on the page
close your document
When you first create a Google Site, you must first select the:
minus sign
plus sign
equals sign
asterick
Which is NOT part of an HTML document?
DTD
body
header
footer
Which of the following focuses on the "look" of a website?
web author
web master
web developer
web designer
Malware that collects information without the knowledge of the computer user and is often attached to software or files that a user wants and downloaded along with the desired files:
virus
adware
phishing
spyware
Computer programs that replicate and spread from one computer program to another, typically through downloads or email attachments are called:
viruses
adware
phishing
spyware
Advertising software intended to make money for the creator of the advertisement is called:
spyware
adware
spam
pop-up
What occurs when thieves send out emails to obtain a user's private information?
Pop-ups
Spam
Phishing
none of these
Files or programs that attach themselves to a computer for the purpose of hacking information are called:
trojan horses
spam
viruses
pop-ups
Which of the following are messages that appear all of a sudden while you are surfing the web?
pop-ups
spam
trojan horses
viruses
Unsolicited messages sent to a large group of people are called:
spyware
a virus
spam
a trojan horse
Malicious software that hackers use to gain unauthorized access to computers, steal private information, or disrupt computer operations is called:
spam
malware
spyware
none of these
You can create interactive quizzes using Google Slides.
true
false
Which type of website is Yahoo or MSN?
personal site
portal site
informational site
educational site
The means by which a user interacts with a computer is called:
portal
hyperlink
interface
bandwidth
One of the disadvantages of using Flipgrid is that once you have created your video response, you cannot re-record it.
true
false
The part of the Internet that sends messages through the hardware is the:
interface
Internet
hardware
world wide web
The HOME page of your website is also called the ________page.
trial
index
main
web
Which of the following uses programming skills to develop web sites?
web designer
web author
webmaster
web developer
Which of the following is special software that interprets files to display web pages?
HTML tags
source code
web browser
HTML code
When saving a google site, it is necessary to hit PUBLISH so that your changes will be saved.
True
False
Creating an IMAGES folder is a good way to organize where you keep your photos.
True
False
A uniquely named file within a web site is called a:
web page
web browser
interface
index page
An index page is the same thing as your home page.
True
False
The ____________________ is the software that sends messages through the ___________________________.
software, hardware
hardware, software
web page, modem
modem, web page
Who manages and maintains a web site?
a web author
a web master
a web writer
a web composer
Who writes text for web pages?
a web author
a web designer
a web writer
none of these
Which of the following is a commercial web site?
http://www.walmart.com
http://www.wpu.edu
http://www.montclair.edu
none of these are commercial sites
Which link takes you to another website outside of your website?
internal
intrapage
external
none of these
Which link takes you to another page within your site?
internal
external
intrapage
none of these
Which link takes you to another spot on the same page?
internal
external
intrapage
none of these
Where does an intrapage link take you?
to another spot on the same page
to another page in the website
to another website entirely
to the moon
In a hierarchial website navigation scheme:
pages are arranged from left to right
pages are arranged in rows
pages are arranged in columns
pages are arranged from top to bottom
Flipgrid is a website that allows students to respond through recorded slideshows.
True
False
What are 5 steps required to create a website (in order)?
evaluate, design, test, publish, maintain
determine purpose of site, design, evaluate & test, maintain,publish,
determine purpose of site, design, evaluate & test, publish, maintain
determine purpose of site, design, publish, maintain, evaluate & test,
Which of the following are types of multimedia?
audio
video
animation
all of these are forms of multimedia
_______________________ is the integration of elements by means of computer technology.
information design
transition
multimedia
computer animation
The type of web page design that deals with the content or purpose of your site is called ___________________ design.
presentation
information
interaction
The type of web page design that deals with the color scheme or look of your site is called ___________________ design.
presentation
information
interaction
The type of web page design that deals with the navigation or the way hyperlinks are set up in your site is called ___________________ design.
information
presentation
interaction
In reference to social media, which of the following is considered PRIVATE information?
your likes and dislikes about a political view
the location of where you live
your opinion about a particular topic
pictures of you with your friends at graduation
In reference to social media, which of the following is considered PERSONAL information?
your phone number
your opinion about a controversial topic
your social security number
your bank account number
What are 3 parts of an HTML document?
the document tag definition, the header and the body
the document type definition, the header and the footer
the document type definition, the header and the body
the document tag definition, the header and the footer
In the following code,
<A HREF=http://www.walmart.com>WALMART</A>
What does the HREF represent?
the anchor tag element
the closing tag element
the opening tag element
the hypertext reference attribute
In the following code,
<A HREF=http://www.walmart.com>WALMART</A>
What does the <A represent?
the opening tag element
the closing tag element
the hypertext reference attribute
the anchor
In the following code,
<A HREF=http://www.walmart.com>WALMART</A>
What does the http://www.walmart.com represent?
the hypertext reference attribute
the closing tag element
the uniform resource locator
the opening tag element
In the following code,
<A HREF=http://www.walmart.com>WALMART</A>
What does the word WALMART represent?
the hypertext reference attribute
the uniform resource locator
the anchor tag
the closing tag element
Which of the following are TRUE about staying safe online?
don't disclose private information
don't communicate with strangers
don't post comments/photos that portray you or others in a negative way
all of these are true about staying safe online
