BRAND Management
BRAND Management
K1 LEVEL QUESTIONS
UNIT - I
5. IP stands for
8. ______ is the common name for collection of more than 100 protocols used to connect
computers and networks.
17. _________ is a computer program running to serve the requests of other programs.
a) Word Access Net point b) Wide Access Network c) Wide Area Network d) World Area
Network
UNIT-II
1. _________is the oldest and most popular form of communication between computers.
a) World Wide Weapon b) World Wide Windows c) World Wide Web d) World Wide
Writers
4. A homepage is
a) an index of encyclopedia articles b) where all Internet data is stored c) required for access
to the Internet d) the first page of a website
6. A webpage displays a picture. What tag was used to display that picture?
7. A piece of icon or image on a web page associated with another webpage is called
8.A _________ is designed to assist users with locating information on the world wide web.
9. A ___________ is an interactive tool to help people locate information available via the
World Wide Web.
a) Web search engine b) Web Meta searcher c) Web Index d) World Wide Writers
10. A _____________ searching allows terms to be put into logical groups by the use of
connective terms.
11. A _____________ allows searching of one term within ‘N’ words of another term,
narrowing the search.
14. An ___________ is a Place where you can store the information about the people with
whom you correspond.
a) Simple Mail Transfer Protocol b) Simple Message Transfer Program c) Simple Mode
Texting Program d) Simple Memory Transfer Protocol
19. Whenever crawler crawls the website then any page not having a link is called as
a) transfer file to and from an internet server b) delete a file from a server c) delete a file
from a client d) upload a file to personal client
UNIT - III
4. ____is a document commonly written in Hyper Text Markup Language (HTML) that is
accessible through the Internet or other network using an internet browser.
a) Word b) Web page c) Web Site d) Windows
10. <DT> tag is designed to fit a single line of our web page but <DD> tag will accept a
11. 11. Apart from <b> tag, what other tag makes text bold ?
a) 8 b) 24 c) 64 d) 112
13. 16. How can you make a bulleted list with numbers?
14. The computer monitor displays color by mixing the ________ colour light.
a) Red, green, blue b) white, black, blue c) white, black, red d) white, black, green
15. 21. __________ tag is used for strikeout the text or word in HTML.
a) case sensitive. B) not case sensitive. c) only made up of symbols. d) does not
allow symbols.
a) 2 b)3 c) 6 d) 8
UNIT-IV
1. The _____tag is mainly used for creating links to other web pages or within the same web
page.
2. The <A> tag requires a ____________ attribute to specify the link to be opened.
3. HREF is a
7. Which attribute display lines around the table row and cell?
a) 1. b)2. c) 3. d) 0.
14. A ______ tag can contain text, links, images, lists, forms, other table, etc.
15. Header information in a table are defined with the ______ tag.
18. The _____ tag defines the relationship between a document and an external resource.
19. The _____ tag creates a holding space for the referenced image.
20. The <img> tag has two required attributes, _____ and _____.
a) a and src b) href and a c) src and alt d) href and alt
UNIT -V
a) GIF, JPG, PNG b) GIF,JPG, JPEG c) GIF, MP#, MP4 d) GIF, MP3, PNG
4. Browsers like Internet Explorer and Netscape Navigator by default shows _________ as
the hyperlink color.
5. A _______ can contain input elements like text fields, checkboxes, radio buttons, submit
buttons and more.
9. _______________ are used all over the web to accept information and provide interactivity
10. The ________ attribute in an input element inserts a button that, when click will clear the
contents of reset.
11. Which will display more than one screen at a time to the user in a web page?
13. The ___________ attribute is responsible for loading pages into a specific frame in a
frameset.
16. The _________ tag allows you to add an internal video to your web page.
17. The __________________ tag is used to store the definitions of the various frames in the
file
18. Frames are created via the _____ tags in an HTML document.
d) <head>..</head>
19. The HTML frame elements let you partition the canvas area of the browser into multiple
windows are called ________.
K2 LEVEL QUESTIONS
UNIT – I
1. Define Internet.
3. Define Telnet.
HTTP is a standard protocol that defines how a web client talks to a server and how
data is transferred from the server back to the client. HTTP relies heavily on two other
standards. MIME (Multipurpose Internet Mail Extensions), HTML.
5. Define URL.
FTP stands for file transfer protocol. It is a means of transferring files between
computers of different types across a network.
An Internet Protocol address (IP address) is a numerical label assigned to each device
connected to a computer network that uses the Internet Protocol for communication.
Net Surfing describes the act of browsing the Internet by going from one web page to
another web page using hyperlinks in an Internet browser.
UNIT-II
It is a program or web page that enables you to search an Internet site for a specific
keywords or words.
2. What is E-mail?
E-mail or electronic mail is one of the most popular applications of the Internet. With e-
mail a user can send/receive messages from other users on different networks provided
he has access to the Internet, thus simplifying the communication system.
When you enter a keyword, the search engine examines its online database and presents
to you a listing of sites that, in theory, match your search criteria.
The Web Mail Address Book is a convenient tool for storing the email addresses and
other contact information of people you frequently email. The Address Book screen
displays the Name, Email Address, and Phone number of each contact, that you have
added to your address book.
An e-mail signature is a block of text that is appended to the end of an e-mail message
you send. Generally, a signature is used to provide the recipient with your name, e-
mail address, business contact information, or Web site URL.
An email attachment is a computer file sent along with an email message. One or
more files can be attached to any email message, and be sent along with it to the
recipient. This is typically used as a simple method to share documents and images.
To send an email with a Priority setting of your choice: Compose the mail message.
Click on “Options,” > “Priority,” and then locate the level of importance to mark this
message and click once.
1. it’s free 2. Easy to reference 3. Easy to use 4. Easy to prioritize 5. Speed 6. Global 7.
Good for the planet 8. Info at your fingertips 9. Leverage 10. Send reminders to yourself
1. What is HTML?
Hypertext Mark up Language (HTML) is the standard mark up language for creating web
pages and web applications
Every web page begins and ends with some very important tags. They are: <HTML> ->
tells your web browser that a page with HTML is coming up. The opening tag is always
placed at the beginning of your document, and the closingtag is placed at the very end.
The HTML <pre> tag is used for indicating preformatted text.The <pre> tag surrounds
the code being marked up as preformatted. Browsers normally render <pre> text in a
fixed-pitched font, with whitespace intact, and without word wrap.
The <sup> tag defines superscript text. Superscript text appears half a character above
the normal line, and is sometimes rendered in a smaller font. Superscript text can be
used for footnotes like WWW.
9. What do you meant Comment?
An HTML comment begins with <!–– and the comment closes with ––>. HTML
comments are visible to anyone that views the page source code, but are not rendered
when the HTML document is rendered by a browser.
UNIT - IV
We can use LINK attribute to Change the colour of a link that the user has not yet
selected.
ALINK Changes the default color of a hyperlink that is activated to whatever color is
specified with this tag.
VLINK – Changes the default color of a hyperlink that is already visited to whatever
color is specified with this tag
It specifies the amount of space between the border of a table cell and its contents.
The cell spacing attribute specifies the space, in pixels, between cells.
The HTML <caption> tag is used for creating table captions. It is used in conjunction
with the <table> tag and represents the title of the table. The <caption> tag must be
inserted immediately after the <table> tag
Image links If you want to make an image work as a link, the method is exactly the
same as with texts. You simply place the <a href> and the </a> tags on each side of the
image. Below is the HTML code used to make the image work as a link to a page called
myfile.htm: <a href="myfile.htm"><img src="rainbow.gif"></a>
UNIT - V
The <EMBED> tag allows you to add an Embedded sound to your web page.
6. Define Form.
Forms allow you to gather the information from users who visit your web pages.
Creating a reset button on your form allows users to clear the information they entered
in your form.
A hidden field is a form element that will not appear on your web page but will appear in the
form results.
Frames are used to call many html files at the same time. This can be done using tags.
INTERNET AND WEB DESIGNING -16UEC519
K3 LEVEL QUESTIONS
UNIT -I
5. Explain URL.
UNIT-II
UNIT-III
1. What are the Basic HTML tags for creating a web page?
UNIT-V
5. What do you mean by hidden files and how to organise the form elements.
INTERNET AND WEB DESIGNING -16UEC519
K4 LEVEL QUESTIONS
UNIT -I
UNIT-II
UNIT-III
4. Discuss the tags that are used to start new paragraph, new line, insert the blank spaces and
heading tags in HTML.
UNIT-IV
1. Discuss the various tags that used to create a table.
3. Discuss the various tags that are used for Wrapping text, Nested Wrapping , Nested tables.
UNIT-V
4. Discuss the various tags that are used to create frames in HTML.