CBSE - MCQ Question Banks (के. मा. शि. बो . -प्रश्नमाला )

PreviousNext

Q. 194001 Explain the components of Client Server Computing.
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

Client Server computing involves three components,i.e., Clients, Servers and network. The clients are software or computers which requests different types of services. The server is a powerful computer that provides service and network connects various clients to each other and to the server.


Q. 194002 Explain the term HTML?
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

HTML is HyperText Markup Language. 
Hypertext is the method by which we move around on the web, by clicking hyperlinks which in turns brings us on next page.
Markup is what HTML tags do to the text inside them. They mark it as a certain type of text.
HTML is a language, as it is code-words and syntax like any other language.


Q. 194003 What is the role of web server program on the Internet?
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

A web server program is software that runs on the web site hosting Server computer. Its main purpose is to serve web pages; which mean it waits for requests from web browsers (also known as clients) and responds by sending the required data back.


Q. 194004 Explain URL and its components.
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

A URL (Uniform Resource Locator) is a specific type of URI (Universal Resource Identifier). The URL specifies the address of a file and every file on the Internet has a unique address.
Format of a URL:
Protocol://site address/path/filename
Example:
http://www.javasun.com/webserver/architecture.html

above URL consists of:
·         Protocol: http 
·         Host computer name: www 
·         Domain name: javasun 
·         Domain type: com 
·         Path: /webserver
·        
File name: architecture.html

 

 


Q. 194005 Name some features of World Wide Web.
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

The most common features of World Wide Web (WWW) are as follows:
a)User Friendly: Web Browsers are very user friendly.
b) Multimedia Documents: WWW allows and supports Internet users to create, link or display multimedia web pages.
c)  Hypertext and Hyperlinks: WWW supports fully hypertext files and hyperlinks upon clicking at which a new page is opened.
d) Interactive: WWW, supports and enables interactivity between users and server.
e) Frames: Frames displays more than one independently controllable section on single web page.


Q. 194006 What is WWW? How does it function?
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

The World Wide Web is a huge collection of hypertext documents and hypermedia. It has facilitated easy access to information over the Internet. It was created by Tim Berners-Lee and introduced to the world in 1991. It is a collection of interconnected documents and other resources, linked by hyperlinks and URLs.

The network of web servers serves as the backbone of the World Wide Web. The Hypertext Transfer Protocol (HTTP) is used to gain access to the web. A web browser makes a request for a particular web page to the web server, which in turn responds with the requested web page and its contents. It then displays the web page as rendered by HTML or other web languages used by the page. Each resource on the web is identified by a globally unique identifier (URI). Each web page has a unique address, with the help of which a browser accesses it.

 


Q. 194007 Explain Internet protocols and commonly used protocols.
A. File Transfer Protocol.
B. HyperText Transfer Protocol.
C. Asynchronous Transfer Mode.
D. Digital Signal Processor.

Right Answer is:

SOLUTION

Internet protocols refer to all the standards that keep the Internet running. The Internet Protocol (IP) is the method or protocol by which data is sent from one computer to another on the Internet. Each computer (known as a host) on the Internet has at least one IP address that uniquely identifies it from all other computers on the Internet.
Types of Internet Protocols:
1.  FTP (File Transfer Protocol): allows users to move files from one computer to another. Using the FTP program, a user can logon to a remote computer, browse through its files and either download or upload files.
2.  HTTP (Hypertext Transfer Protocol): used on the World Wide Web for transferring web pages and files contained in web pages.

 


Q. 194008 For Video Conferencing, we require


A. Usenet, Newsgroup, PC.

B. Digital Camera, Speakers, Video Conferencing Software, Internet connection.

C. Internet, Bulletin Boards, URL.

D. Personal Computer, Video-Conferencing Software.

Right Answer is: B

SOLUTION

For video conferencing, we need special software for making it work and in terms of hardware we need digital camera and speakers for seeing and talking with each other. An Internet Connection should also be there.


Q. 194009 In yahoo, for searching a person’s desired information, we use


A. person search.

B. human search.

C. people search.

D. public search.

Right Answer is: C

SOLUTION

There is a utility program available on yahoo Home page named “People search” used to search person’s record, i.e., e-mail id just by giving the name in the text box provided by this Utility.


Q. 194010 To search for a data for pattern matching, we use


A. #

B. *

C. %

D. @

Right Answer is: B

SOLUTION

In telecommunications, a wildcard character is a character that may be substituted for any of a defined subset of all possible characters. In some command line interfaces, such as the Unix shell and Microsoft's Command prompt, the asterisk ‘*’ is the wildcard character and stands for any string of characters. This is also known as a wildcard symbol. A common use of the wildcard is used in searching for files on a computer.


Q. 194011 To search a book titled “you can win” we write


A. ‘you can win’.

B. you- can- win.

C. ;you can win;.

D. “you can win”.

Right Answer is: D

SOLUTION

For searching a query we enclose it in quotes or put some punctuation marks (; -) as we want it to be treated as a single phrase or rather as a series of individual search terms.


Q. 194012 A URL


A. stores video clips.

B. transmits live webcam images.

C. identifies the location of an electronic file.

D. prevents viruses from spreading.

Right Answer is: C

SOLUTION

Uniform Resource Locator(URL) identify resources in the Web, e.g., documents, images, downloadable files, services, electronic mailboxes and other resources.


Q. 194013 A Web server is a


A. computer that stores electronic files.

B. person that brings food from restaurants.

C. hardware device for a laptop.

D. software program.

Right Answer is: A

SOLUTION

Web server is a computer that stores web pages and delivers them on request to the Web browsers of client computers. It stores various electronic documents in one or several document databases.


Q. 194014 Each web site has a unique address called


A. path.

B. file name.

C. URL.

D. URI.

Right Answer is: C

SOLUTION

URL (Uniform resource locator) is an address of a file on Internet. It specifies where an identified resource is available and the mechanism for retrieving it.


Q. 194015 The browser retrieves code, usually written in


A. HTML.

B. HTTP.

C. FTP.

D. SMTP.

Right Answer is: A

SOLUTION

The browser application retrieves or fetches code, usually written in HTML (Hypertext Markup Language). All of the information on the web is composed of code written in HTML.


Q. 194016 A Web browser


A. requests, interprets and displays Web pages.

B. works as a tool to design Web pages.

C. delivers Web pages.

D. runs gateway programs.

Right Answer is: A

SOLUTION

A Web browser is a computer program (also known as a software application) that knows how to communicate with a Web server on the Internet and request a Web page. It is also able to interpret the markup language in order to properly display a Web page on a computer screen.


Q. 194017 The term for a machine that contacts a server for information is


A. client.

B. master.

C. host.

D. slave.

Right Answer is: A

SOLUTION

A machine asking for information from a server is a client. Machines can act as both clients and servers, depending on what action they're performing at the time.


Q. 194018 A software that searches through a database of web pages for particular information, is known as


A. FTP.

B. Chat.

C. Search Engine.

D. Web Browser.

Right Answer is: C

SOLUTION

The search engine looks for the web documents and their addresses on internet in its database using search algorithm.


Q. 194019 Server machines use numbered


A. routers.

B. ports.

C. hubs.

D. clients.

Right Answer is: B

SOLUTION

Server machines use numbered ports for each of their services. For example, a server machine running a Web server and an FTP server will use different port numbers for each service.


Q. 194020 The three parts of a Web site's address are


A. host name, folder name, sub-folder name.

B. domain name, sub domain name, machine address.

C. host name, domain name, top-level domain name.

D. top-level domain name, domain name, host name.

Right Answer is: C

SOLUTION

The three parts include the host name, the domain name and the top-level domain name (for example, .com or .org).


Q. 194021 The series of numbers representing a Web address are better known as


A. URL.

B. HTTP.

C. URI.

D. IP address.

Right Answer is: D

SOLUTION

Web servers locate specific Web pages with Internet Protocol (IP) addresses, which are written out as a series of numbers.


Q. 194022 The acronym URL stands for


A. Unknown Reference Location.

B. Uniform Resource Locator.

C. Unfamiliar Rodent Lounge.

D. Union Resource Locator.

Right Answer is: B

SOLUTION

The letters URL stand for Uniform Resource Locator. A URL is like an address and represents a specific Internet resource.


Q. 194023 The place in Internet for a group of people to discuss a common interest is


A. e-mail.

B. Gopher.

C. BruNet.

D. Newsgroup.

Right Answer is: D

SOLUTION

Newsgroup is a Discussion group or an online forum for individuals to discuss various topics amongst each other. People add their comments by posting a block of text to the group. Others can then comment and respond.


Q. 194024 In order to connect to another computer by FTP computer must


A. not have an FTP client running.

B. have an FTP client running.

C. be shut down.

D. not be on the Internet.

Right Answer is: B

SOLUTION

File Transfer Protocol (FTP) is a standard network protocol used to copy a file from one host to another over a TCP/IP-based network, such as the Internet. FTP is built on client-server architecture and utilizes separate control and data connections between the client and server applications. So, it is necessary to have the FTP Client Program on the System to make a connection.


Q. 194025 A valid email address is


A. amol@sicocom.

B. amol@sico.net.

C. amolsiscocom.

D. amol@def@com.

Right Answer is: B

SOLUTION

Email address is divided into two parts, i.e., User name and domain name. On the left side of @ separator is the user name and on the right side of @ separator is server name.


Q. 194026 An advantage of email is that it


A. eliminates the need for conventional surface mail.

B. is always a secure means of sending messages.

C. is a low cost way to transmit messages.

D. cannot contain viruses.

Right Answer is: C

SOLUTION

Electronic mail or email is an extremely cost-effective way to transmit information around the world.


Q. 194027 An application that is used to browse files on the Internet is called


A. URL.

B. Browser.

C. Cookie.

D. Firewall.

Right Answer is: B

SOLUTION

A browser is an application program that provides a way to look at and interact with all the information on the World Wide Web.


Q. 194028 Two kinds of servers handle incoming e-mail messages


A. Web and FTP servers.

B. POP3 and IMAP servers.

C. SQL and AVG servers.

D. Web and POP3.

Right Answer is: B

SOLUTION

A POP3 or an IMAP server handles all incoming e-mail messages.


Q. 194029 The SMTP in an SMTP server stands for


A. Simple Mail Transfer Protocol.

B. Server Message Test Phase.

C. Short Messaging Text Process.

D. Similar Mail Transfer Process.

Right Answer is: A

SOLUTION

A Simple Mail Transfer Protocol server handles outgoing e-mail messages.


Q. 194030 The name for the program or service that allows viewing e-mail messages is


A. web browser.

B. the Tardis.

C. e-mail clients.

D. home page.

Right Answer is: C

SOLUTION

E-mail clients are applications that allow sending, receiving and viewing e-mails. Some are desktop applications like Microsoft Outlook. Others, like Gmail are Web-based services.


Q. 194031 To login remote computers, we use


A. USENET.

B. TELNET.

C. TCP/IP.

D. SMTP.

Right Answer is: B

SOLUTION

TELNET is the protocol which is used for accessing computers at remote places. It is also used to connect to thousands of catalogs at libraries around the world.


Q. 194032 A correctly written e-mail address is


A. myaddress&address.net.

B. myaddress@address.net.

C. myaddress#address.net.

D. myaddress*address.net.

Right Answer is: B

SOLUTION

The correct format of email address is username@hostname. Before the “@”, symbol email account holder’s name appears and after “@” symbol the name of mail server appears.


Q. 194033 In the web address, http//:www.mywebpage.com/pictures/pix/image1.jpg where, “/pix/” represents


A. a picture.

B. the homepage.

C. the folder where image1.jpg is found.

D. the name of the image on the website.

Right Answer is: C

SOLUTION

A website is like a file cabinet that contains folders, which in turn contain web pages and images.


Q. 194034 What is net surfing?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

The activity of browsing through the information and sites available on the Internet is known as net surfing.


Q. 194035 What is a blog?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Blog is a kind of web site that often provides commentary or news on a particular subject such as food, politics or local news.


Q. 194036 Are blogs helpful for teachers and students?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Yes, it allows teachers and students to begin conversations or add information on a single place, which will be published on the internet.


Q. 194037 What are e-groups?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

e-groups refer to an online community where people discuss on topics of common interests. Examples: 
• groups.yahoo.com 
• groups.google.com 
• groups.drupal.org 
• www.flickr.com


Q. 194038 Name few educational newsgroups.
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Following are the names of some educational newsgroups that can be helpful for the students as well as for teachers: 
• alt.education.research 
• alt.education.disabled 
• alt.education.distance 
• misc.education.multimedia 
• misc.education.science 
• kl2.chat.teacher 
• kl2.ed.science 
• kl2.ed.math


Q. 194039 What are threads in e-grouping?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

A conversation on a group can have message, its responses and replies. All these (belonging to single conversation, i.e, single topic) together are known as threaded conversation or threaded message.


Q. 194040 What is social networking?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Social networking is the grouping of individuals into specific groups, like small rural communities or a neighborhood subdivision, through social sites.


Q. 194041 Who is a blogger?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

The user who keeps the blogs and regularly updates it, is known as the blogger. A blogger can be anyone who sends the posts (entries or information in the blogs are known as posts).


Q. 194042 In an e-group, where are all the message displayed?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

All the messages are listed together on a discussion board, which is viewable to all the members of a group. Messages posted in such discussions are known as posts.


Q. 194043 Define the term e-shopping.
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

The process of shopping over internet is known as online shopping. Both, products and services can be purchased by online shopping.


Q. 194044 What is spider software?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Spider software is a program that automatically fetches Web pages. Another term for these programs is webcrawler.


Q. 194045 Mr. Rao is a journalist in HTspace. He wants to join the newsgroup and search for latest updates. Write the steps so that he can easily use the newsgroup.
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Following are the steps for using the newsgroup: 
• To search for the “Latest updates” Mr.Rao must first open the club site of yahoo, i.e., clubs.yahoo.com and search for “Latest Updates” in it. 
• Now, it will display some results from which he can select the desired one. 
• First, he needs to be a member of this club by clicking on “join this club” link and follow the instructions given by the yahoo site. 
• Once he becomes the member, he can post his messages over it by typing the desired message in the box and then click at “post message”. 
• He can read messages by clicking at its title. One can reply a message by clicking at Reply button.


Q. 194046 What do you understand by e-learning. Also write its two advantages.
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

e-learning refers to the learning that takes place in an electronically simulated environment. It allows you to learn from anywhere and at any time. It is possible by an Internet connection, a network, an intranet or a storage disk. The advantages of e-learning include – less expensive, self paced, faster, increased retention etc.


Q. 194047 Raman has send email to his friend who has a gmail account, the mail bounced back. Write the correct format?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

An email address format is username@hostname. Raman must type his friend’s email id correctly, i.e., username on the left side of @ and domain name (gmail.com) on the right side of @ symbol.


Q. 194048 What are Emoticons and Acronyms?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Emoticons are the symbols used to express emotions or convey facial expressions.

Acronyms are like shorthand abbreviations that are used to speed up typing. Example: CU means see you, WB means Welcome Back.


Q. 194049 Aman wants to search certain information on google.com. Explain the steps of searching?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

To search web pages pertaining to specific information on google.com, follow the below mentioned steps:

1. Go to the home page of the search engine (google.com).

2. Type the information to be searched in the given search box.

3. Now click at search button next to it.

Within a few seconds, the search engine will search for that information and display the links to the web pages.


Q. 194050 Which is the software that combs the internet looking for documents and their web addresses?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Search engines use spider software or webcrawler, which comb the internet looking for documents and their web addresses. Spiders are given direction by the search engines and they crawl from one server to another, compiling lists of URLs given by search engines.


Q. 194051 Explain difference between web server and a web browser?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

A web browser acts as a client that navigates through world wide web and displays web pages whereas a web server acts as a server that stores web documents and responds to the request made by web browser.


Q. 194052 Explain the terms Uploading and Downloading.
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

Uploading refers to the process of transferring files from one’s local machine onto a net server.

Downloading refers to the process of transferring files from a net server onto one’s local machine.


Q. 194053 What do you understand by search algorithm?
A. a picture.
B. the homepage.
C. the folder where image1.jpg is found.
D. the name of the image on the website.

Right Answer is:

SOLUTION

When we enter keywords for searching, the search engine software searches its database using particular search method called search algorithm and displays the required documents.


Q. 194054 The syntax to write the HTML tags is


A. ( HTML ).

B. < %HTML% >.

C. { HTML }

D. < HTML >.

Right Answer is: D

SOLUTION

The HTML tags normally come in pairs, i.e., an opening tag and a closing tag. For example, < html > is an opening tag and < /html > is a closing tag.


Q. 194055 HTML codes that control the appearance of the document contents are


A. tags.

B. codas.

C. slashes.

D. properties.

Right Answer is: A

SOLUTION

Tags are HTML commands that indicate how part of web page should be displayed.


Q. 194056 The file extension used for HTML file is


A. webpage.

B. shtml.

C. html.

D. doc.

Right Answer is: C

SOLUTION

HTML is the basic language used to write web pages. It allows web sites to bring together graphics, music, videos and links. The HTML code can be saved, given the desired file name along with .html or .htm extension.


Q. 194057 If no font-name given in the list is supported by the browser, then the browser renders the text in


A. arial font.

B. verdana font.

C. default font.

D. georgia.

Right Answer is: C

SOLUTION

The browser first tries to find out whether the first font-name in the list, is supported by it or not. If the first font-name is supported by the browser, then it displays the text in this font otherwise it will display the text in the next font-name, which is supported by it or not. If no font-name in the list is supported by the browser, then the browser renders the text in its default font.


Q. 194058 The tag that identifies the document as an html document is known as


A. < title >.

B. < html >.

C. < body >.

D. < head >.

Right Answer is: B

SOLUTION

The < html > tag identifies the document as an HTML document. An HTML document begins with < html > and ends with < /html >. For example, < html > ….< /html >


Q. 194059 HTML has six levels of headings. They are numbered from


A. 2 to 7.

B. 3 to 8.

C. 1 to 6.

D. 4 to 9.

Right Answer is: C

SOLUTION

The headings are numbered from 1 to 6, with 1 being the largest. Headings are displayed in larger and/or bolder fonts than normal text. The first heading in each document should be tagged < H1 >.


Q. 194060 The syntax of the heading element is


A. < h >.

B. < head >.

C. < header >.

D. < heading >.

Right Answer is: A

SOLUTION

The syntax of the heading element is: < h > Text of heading goes here < /h >. The number between 1 and 6 specifies the level of the heading. Headings are typically displayed in larger and/or bolder fonts than normal body text.


Q. 194061 The text styles that are handled in its own way by the browsers are known as


A. physical.

B. logical.

C. abstract.

D. virtual.

Right Answer is: B

SOLUTION

Logical text styles are general descriptions. Each browser handles a logical style in its own way. Logical styles render the text according to its meaning. For example, < STRONG > is for strongly emphasizing some thing.


Q. 194062 The tags that require a starting as well as ending tag are called


A. empty element.

B. twin element.

C. pair element.

D. container element.

Right Answer is: D

SOLUTION

The container elements are those elements that require pair tags, i.e., a starting as well as an ending tag. For example, < title >… < /title >, < head >…< /head > etc.


Q. 194063 BASEFONT is an example of


A. empty element.

B. container element.

C. twin element.

D. pair element.

Right Answer is: B

SOLUTION

The container elements are those elements that require pair tags, i.e., a starting as well as an ending tag. For example, < title >… < /title >, < head >…< /head > etc.


Q. 194064 The blank area left from the edge of the page is known as


A. blank.

B. border.

C. pixel.

D. margin.

Right Answer is: D

SOLUTION

Margin refers to the blank area left from the edge of the page. To leave some blank area in the left side, LEFTMARGIN attribute is used. For example, < body leftmargin = value >. The value is the number of pixels.


Q. 194065 To break a text flow and insert the horizontal rule, the tag used is


A. < br >.

B. < break >.

C. < text >.

D. < hr >.

Right Answer is: D

SOLUTION

The < hr > tag produces a horizontal line spread across the width of the browser window.


Q. 194066 HTML is


A. a company that provides access to the Internet.

B. common questions and answers.

C. the language of the Web.

D. a programming language.

Right Answer is: C

SOLUTION

HTML(Hyper Text Markup Language)is the basic language used to write web pages. It allows websites to bring together graphics, music, videos and links.


Q. 194067 The correct html to make a text italic is


A. < i >.

B. < italic >.

C. < italicize >.

D. < italics >.

Right Answer is: A

SOLUTION

The < i > tag is used to define the italic text. For example, < i >. This text is italic < /i >.


Q. 194068 The correct HTML tag for inserting a line break is


A. < br/ >.

B. < lb >.

C. < break >.

D. < newline >.

Right Answer is: A

SOLUTION

< br/ > is used to insert a line break.


Q. 194069 The correct HTML for adding a background color is


A. < body color= " yellow ">.

B. < body bgcolor = " yellow ">.

C. < background >yellow/background >>.

D. < body background =" yellow ">.

Right Answer is: B

SOLUTION

The bgcolor changes the background to a solid color. The correct HTML is < body bgcolor= ”yellow” >.


Q. 194070 The opening HTML tag


A. < html >.

B. < html/ >.

C. < /html >.

D. < xhtml >.

Right Answer is: A

SOLUTION

The < html > and < /html > tags are used to mark the starting and end of an html document. This tag is used to make browsers and other programs know that this is an html document.


Q. 194071 Ashima wants to display one horizontal rule of width 40% and the other horizontal rule of width 70% after a line break, in her html document. The correct format is


A. < horizontal width = 40% , 70%, < br >.

B. < hr width = “40%”, br, ” 70%” >.

C. < br/ > < hr width = 40 %, 70% >.

D. < hr width = 40% > < br > < hr width = 70% >.

Right Answer is: D

SOLUTION

The length of horizontal rules can be controlled with the width attribute. The value of the width attribute can either be an absolute number of pixels or a certain percentage of the browser window’s width. For example, < hr width = 40% > will extend the horizontal rule across 30% of the width. Similarly, < hr width = 70% > will extend the horizontal rule across 70% of the width.


Q. 194072 A special word used inside tag to specify additional information to tag such as color, alignment etc. is known as


A. tag.

B. attribute.

C. header.

D. footer.

Right Answer is: B

SOLUTION

A tag is a coded HTML command that indicates how part of web page should be displayed. An attribute provides additional information about the element.


Q. 194073 Raghav has created a first page in HTML code. He clicks at File  Save command. Then, he selects the desired folder. The file name chosen by him is trial. The extension that is to be used by him so as to save it properly is


A.

trial.swf.

B.

trial.avi.

C.

trial.xml.

D.

trial.htm.

Right Answer is: D

SOLUTION

The file extension that is to be chosen by Raghav in order to save the file in the correct format is filename .htm or filename.html. When we save an HTML file, we can use either the .htm or the .html extension.


Q. 194074 Ajeet has written a paragraph using html. Now he wants the heading of the article should appear on largest font. The heading should be in


A. < h6 >.

B. < h1 >.

C. < h4 >.

D. < h2 >.

Right Answer is: B

SOLUTION

The headings are numbered from 1 to 6, with 1 being the largest. Headings are displayed in larger and/or bolder fonts than normal text. The first heading in each document should be tagged < H1 >.


Q. 194075 Akash is doing html code. He wants the background color to be in black color and the text to be in yellow. The correct format to achieve this is


A. < body style = background color: black, text: yellow >.

B. < body bgcolor= black, text = yellow >.

C. < body bgcolor=black text=yellow >.

D. < bgcolor=black text=yellow >.

Right Answer is: C

SOLUTION

Akash should use bgcolor attribute to make the background color appear black. The correct HTML is < body bgcolor=black text=lime >. The body tag is applied to bgcolor attribute in order to change the background color and text attribute to change the color of the text.


Q. 194076 The textual content that appears in the source HTML document but is not rendered by the browser is known as


A. message.

B. footer.

C. title.

D. comment.

Right Answer is: D

SOLUTION

Comments are basically a type of textual content that appears in the HTML code. But these are not rendered by the user’s browser. They are given between special < !- - - and ---  > markup elements. For example, < !- - - This is a comment - - - >


Q. 194077 Radhika wants to write a chemical reaction in an html code. The correct html tag that should be used by her to type H2O is


A. H < SUP > 2 < /SUP >.

B. H < HR > 2 < /HR >.

C. H < PRE > 2 < /PRE >.

D. H < SUB > 2 < /SUB >.

Right Answer is: D

SOLUTION

To write H2O, Radhika should use the < SUB > tag. Similarly, for writing something like Y2, the < SUP > tag is used.


Q. 194078 Rahul has prepared an article. He wants that the text should be displayed exactly (i.e., with all the tabs, blank lines etc.) in the same way as he has typed in the HTML code. The HTML tag that needs to be used by Rodger is


A. < br >…< /br >.

B. < p >…< /p >.

C. < p align = “center” >.

D. < pre >…< /pre >.

Right Answer is: D

SOLUTION

The < pre > tag defines preformatted text. The text in a pre element is displayed in a fixed-width font and it preserves both spaces and line breaks.


Q. 194079 Rita is preparing a question in mathematics, which includes a greater than symbol. But since this symbol has a  special meaning in html, the correct way to include greater than symbol is


A. < !- - greater >.

B. < & greater >.

C. & gt.

D. <  & gt >.

Right Answer is: C

SOLUTION

Three ASCII characters- the left angle bracket ( < ), the right angle bracket ( > ) and the ampersand ( & ) have special meanings in html; therefore, cannot be used. Therefore, to use one of these characters in an HTML document, you must enter its escape sequence instead as mentioned: < : the escape sequence for < > : the escape sequence for > & : the escape sequence for &


Q. 194080 Shreya wishes to write an equation of mathematics using html code. However, she wants the comments to be added so that the equation can be understood by everyone without any guidance. The proper syntax to start an HTML comment is


A. < comment >.

B. < ! comment >.

C. < --! >.

D. < !-- >.

Right Answer is: D

SOLUTION

Comments are basically a type of textual content that appears in the HTML code. But these are not rendered by the user’s browser. They are given between special < !- - - and ---  > markup elements. For example, < !- - - This is a comment - - - >


Q. 194081 Meher wants to change the background color of her webpage.  The html tag that needs to be applied to the bgcolor attribute so as to change the background color, her webpage is


A. < pre >.

B. < body >.

C. < head >.

D. < title >.

Right Answer is: B

SOLUTION

The tag to include a background color is included in the body statement as an attribute. For example, < body bgcolor = “blue” >.


Q. 194082 Tarun wants to code in html. He knows about the tag to be used to make his text appear in 3D horizontal rule. The correct attribute that he should use to make the text in 2D is


A. horizontal size = 36 2d >.

B. < hr size = 36 noshade >.

C. < horizontal size = 36 noshade >.

D. < hr size = 36 2d >.

Right Answer is: B

SOLUTION

The bigger horizontal rules appear as 3D rules. To have a flat 2D rule just add no shade to < hr >. For example, < hr size = 36 noshade >, will make the horizontal rule appear as 2D type.


Q. 194083 Akram is preparing an html document. He wants a title should appear on the browser of the title bar. The < title > should be placed in


A. the body section.

B. the CSS section.

C. the footer section.

D. the head section.

Right Answer is: D

SOLUTION

Akram should enter the < title > tag between the opening and closing < head > tags. This tag contains the document title. This title specified inside < title > tag appears on the browsers’ title bar.


Q. 194084 Aproova is taking a quiz on html basics. The first question that appears on screen, asks him to mark the correct option out of the four options with html tags. The correct option is


A. < strong > This is a test on html < /strong >.

B. < /b > This is a test on html < /b >.

C. < strong > This is a test on html < strong >.

D. < b > This is a test on html < b >.

Right Answer is: A

SOLUTION

Many HTML tags come in pairs like < html >…< /html >, < head >…< /head >, < strong >…< /strong > etc. The < strong > style is used for strong emphasis. It displays the text in bold. The < /strong > is used for closing.


Q. 194085 Ankur has been practicing the html tags. He has worked on the tags like < i >, < p >, < br >, < hr >,  < h1 >…< h6 >. Now he wants to define the text as strong. The statement that he wants to make it appear as strong is – Life is beautiful. The correct html tag to achieve this is


A. < s > Life is beautiful < /s >.

B. < strong > Life is beautiful < /strong >.

C. < h > Life is beautiful < /h >.

D. < div > Life is beautiful < /div >.

Right Answer is: B

SOLUTION

The strong tag is used to make the text appear in bold. Therefore, it will print out Life is beautiful in bold.


Q. 194086 Reema is coding for the first time in HTML. She has read the various HTML tags. The general form that she should use for her HTML document  is


A.

< head >

< title >

< /head >

< /title >

B.

< html >

< head >

< title >

< /title >

< /head >

< body >

< /body >

  < /html >

C.

< html >

< body >

< title >

< /title >

< /body >

< head >

< /head >

< /html >

D.

< head >

< body >

< /body >

< /head >

< html >

< /html >

Right Answer is: B

SOLUTION

Every HTML document should follow the general form as follows: < html > < head > < title > Title goes here < /title > < /head > < body > Content of the document goes here < /body > < /html >


Q. 194087 Babita has Windows XP installed on her computer. She wants to create a first page using the HTML code.  She is confused with the steps to open the text editor, which in this case is notepad. The correct steps are


A.

Start Run  Programs Microsoft Office.

B. StartSettings Taskbar  Notepad.

C.

Start Programs Accessories Notepad.

D. Start Accessories Programs Notepad.

Right Answer is: C

SOLUTION

Babita can create the HTML code by clicking on Start Programs     Accessories Notepad. After hitting on Notepad, the notepad window appears. The HTML code can be written there.


Q. 194088 Pooja is preparing some questions for the students of her class to make them understand the concept of the HTML. She desires to have a horizontal line of size 4 and width 40% drawn after each question. The correct HTML code to accomplish this is


A. < horizontal = size:”4” , width =”40%” >.

B. < horizontal > size= “4”, width =”40%” < /horizontal >.

C. < hr size = 4 width = 40% >.

D. < hr > size = “4” , width = “40%” < /hr >.

Right Answer is: C

SOLUTION

The < hr > tag creates a horizontal line spread across the width of the browser window. The thickness and width can be varied as required. The default size of horizontal rule is 3. Since, Pooja desires to have a horizontal line of size 4 and width 40%; therefore, the correct html that should be used by her is :
< hr size = 4 and width = 40% >.


Q. 194089 The attribute that specifies a horizontal line to be rendered in one solid color (noshaded), instead of a shaded color is known as


A. unshade attribute.

B. noshade attribute.

C. nonshaded attribute.

D. shading attribute.

Right Answer is: B

SOLUTION

In order to have a flat, 2D rule just add noshade to < HR >.


Q. 194090 Sanjeev is creating a website with the help of html codes. He wants the text that appears on the website to be either in Georgia or Bookman Old Style font. The attribute which he should use is


A. < font style = “Georgia”; “Bookman Old Style” >.

B. < font type = “Georgia, Bookman Old Style” >.

C. < font face = “Georgia, Bookman Old Style” >.

D. < font text = “Georgia”; “Bookman Old Style” >.

Right Answer is: C

SOLUTION

To change the font type of the text, Sanjeev should use the face attribute. Face attribute provides a list of font-names enclosed within quotes. The web browser tries to find out whether the first font-name in the list (i.e.,Georgia), is supported by it or not. If the first font-name is supported by the browser, then it displays the text in this font otherwise it will display the text in the next font (i.e., Bookman Old Style), which is supported by it.


Q. 194091 Abhay wants to change the color, style and size of the text, which he has created in HTML. The correct tag to achieve this is


A. < font > tag.

B. < style > tag.

C. < size > tag.

D. < color > tag.

Right Answer is: A

SOLUTION

To change the color, style and size of the text, Abhay should use the < font > tag. The < font > tag is used for changing the appearance of a short segment of text.


Q. 194092 Seema wants to make the body text appear 70 pixels away from top edge of the page. The correct attribute to be used is


A. < body margin:top = “70” >.

B. < topmargin>70.

C. < body style=”70”:topmargin >.

D. < body topmargin = “70” >.

Right Answer is: D

SOLUTION

To set the top margin, i.e., distance from the top edge, Seema can use TOPMARGIN attribute. For example, < body topmargin = “70” >, will make the body-text appear 70 pixels away from top edge of the page.


Q. 194093 To specify the text direction for the content in an element, we use


A. lang attribute.

B. directory attribute.

C. dir attribute.

D. text attribute.

Right Answer is: C

SOLUTION

The dir attribute specifies the direction of the text within the document. This attribute can have values either left-to-right or right-to-left.


Q. 194094 Try uploading a file from your computer on to the FTP Server using command line. Write down the steps.
A. lang attribute.
B. directory attribute.
C. dir attribute.
D. text attribute.

Right Answer is:

SOLUTION

FTP Protocol is used for transferring files from one system to another. So, the steps are:
a) Make a connection with FTP Server as

ftp://ftp server/pathname

b) Only authorized user can access the FTP Server so login with username and password.

c) For uploading, single file use put command as

       ftp > put

   for uploading multiple files use mput command as

       ftp > mput

d) After uploading, the files disconnect the FTP Server by using close command as

       ftp > close


Q. 194095 HTML stands for


A. Home Tool Markup Language.

B. High Text Marker Language.

C. Hyper Text Markup Language.

D. Hyper Transfer Marker Language.

Right Answer is: C

SOLUTION

HTML (Hyper Text Markup Language) is the basic language used to write web pages. It allows websites to bring together graphics, music, videos and links.


Q. 194096 The default text color on a white background is


A. white.

B. black.

C. red.

D. teal.

Right Answer is: B

SOLUTION

By default browsers display text in black on a white (or grey) background. However, both the background color and the text color can be changed. The value of #FFFFFF is white. For example, < body bgcolor =”#OOOOOO” text = “#FFFFFF” >, will create a window with a black background (BGCOLOR’s value), white text (TEXT’s value).


Q. 194097 Browser does not recognize


A. fonts.

B. paragraphs.

C. tabs.

D. headings.

Right Answer is: C

SOLUTION

The browser does not recognize returns, tabs or even more than one space between letters. For example, even if the source code has the text written in three paragraphs, the browser will display it as one paragraph.


Q. 194098 The attribute to change the font type of the text we want to display is


A. basefont.

B. font.

C. face.

D. header.

Right Answer is: C

SOLUTION

With face attribute a list of font-names is provided, enclosed within quotes. The browser first tries to find out whether the first font-name in the list is supported by it or not. If the first font-name is supported by the browser, then it displays the text in this font otherwise it will display the text in the next font-name, which is supported by it or not. If no font-name in the list is supported by the browser, then the browser renders the text in its default font.


Q. 194099 The value of #OOOOOO is


A. black.

B. red.

C. green.

D. white.

Right Answer is: A

SOLUTION

The value of #FFFFFF is white. For example, < body bgcolor =”#OOOOOO” text = “#FFFFFF” >, will create a window with a black background (BGCOLOR’s value), white text (TEXT’s value).


Q. 194100 The value of #FFFFFF is


A. black.

B. red.

C. green.

D. white.

Right Answer is: D

SOLUTION

The value of #FFFFFF is white. For example, < body bgcolor =”#OOOOOO” text = “#FFFFFF” >, will create a window with a black background (BGCOLOR’s value), white text (TEXT’s value).


PreviousNext