Sie sind auf Seite 1von 13

BTS

SEMESTER VI CORE – 22
WEB DESIGNING AND ON LINE BUSINESS FOR TOURISM
MULTIPLE CHOICE QUESTIONS

1.A webpage displays a picture. What tag was used to display that picture?
a. picture b. image c. img d. src
ans) c
2. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong> b. <dar> c. <black> d. <emp>
ans)a
3. Tags and test that are not directly displayed on the page are written in _____ section.
a. <html> b. <head> c. <title> d. <body>
ans)b
4. Which tag inserts a line horizontally on your web page?
a. <hr> b. <line> c. <line direction=”horizontal”> d. <tr>
ans)a
5. What should be the first tag in any HTML document?
a. <head> b. <title> c. <html> d. <document>
ans)c
6. Which tag allows you to add a row in a table?
a. <td> and </td> b. <cr> and </cr> c. <th> and </th> d. <tr> and </tr>
ans)d
7. How can you make a bulleted list?
a. <list> b. <nl> c. <ul> d. <ol>
ans)c
8. How can you make a numbered list?
a. <dl> b. <ol> c. <list> d. <ul>
ans)b
9. How can you make an e-mail link?
a. <a href=”xxx@yyy”> b. <mail href=”xxx@yyy”>
c. <mail>xxx@yyy</mail> d. <a href=”mailto:xxx@yyy”>
ans)d
10. What is the correct HTML for making a hyperlink?
a. <a href=”http:// mcqsets.com”>ICT Trends Quiz</a>
b. <a name=”http://mcqsets.com”>ICT Trends Quiz</a>
c. http://mcqsets.com</a d. url=”http://mcqsets.com”>ICT Trends Quiz
ans)a
11. Choose the correct HTML tag to make a text italic
a. <ii> b. <italics> c. <italic> d. <i>
ans)d
12. Choose the correct HTML tag to make a text bold?
a. <b> b. <bold> c. <bb> d. <bld>
ans)a
13. What is the correct HTML for adding a background color?
a. <body color=”yellow”> b. <body bgcolor=”yellow”>
c. <background>yellow</background> d. <body background=”yellow”>
ans)b
14. Choose the correct HTML tag for the smallest size heading?
a. <heading> b. <h6> c. <h1> d. <head>
ans)b
15. What is the correct HTML tag for inserting a line break?
a. <br> b. <lb> c. <break> d. <newline>
ans)a
16. What does vlink attribute mean?
a. visited link b. virtual link c. very good link d. active link
ans)a
17. Which attribute is used to name an element uniquely?
a. class b. id c. dot d. all of above
ans)b
18. Which tag creates a check box for a form in HTML?
a. <checkbox> b. <input type=”checkbox”> c. <input=checkbox> d. <input
checkbox> ans)b
19. To create a combo box (drop down box) which tag will you use?
a. <select> b. <list> c. <input type=”dropdown”> d. all of above
ans)a
20. Which of the following is not a pair tag?
a. <p> b. < u > c. <i> d. <img>
ans)d
21. To create HTML document you require a
a. web page editing software b. High powered computer
c. Just a notepad can be used d. None of above
ans)c
22. The special formatting codes in HTML document used to present content are
a. tags b. attributes c. values d. None of above
ans)a
23. HTML documents are saved in
a. Special binary format b. Machine language codes c. ASCII text
d. None of above
ans)c
24. Some tags enclose the text. Those tags are known as
a. Couple tags b. Single tags c. Double tags d. Pair tags
ans)d
25. The _____ character tells browsers to stop tagging the text
a. ? b. / c. > d. %
ans)b
26. In HTML document the tags
a. Should be written in upper case b. should be written in lower case
c. should be written in proper case d. can be written in both uppercase or lowercase
ans)d
27. Marquee is a tag in HTML to
a. mark the list of items to maintain inqueue b. Mark the text so that it is hidden in
browser
c. Display text with scrolling effect d. None of above
ans)c
28. There are ____ different of heading tags in HTML
a. 4 b. 5 c. 6 d. 7
ans)c
29. To create a blank line in your web page
a. press Enter two times b. press Shift + Enter c. insert <BR> tag d. insert
<BLINE> ans)c
30. Which of the following is not a style tag?
a. <b> b. <tt> c. <i> d. All of above are style tags
ans)d
31. The way the browser displays the object can be modified by _____
a. attributes b. parameters c. modifiers d. None of above
ans)a
32. Which of the following HTML code is valid?
a. <font colour=”red”> b. <font color=”red”>
c. <red><font> d. All above are style tags
ans)b
33. Which of the following is an attribute related to font tag?
a. size b. face c. color d. All of above are style tags
ans)d
34. HTML supports
a. ordered lists b. unordered lists
c. both type of lists d. does not support those types
ans)c
35. What tag is used to list individual items of an ordered list?
a. LI b. OL c. UL d. None of above
ans)a
36. When should you use path along with file name of picture in IMG tag?
a. path is optional and not necessary
b.when the location of image file and html file are different
c. when image file and html file both are on same location
d. path is always necessary when inserting image
ans)b
37. Which of the following is not a valid alignment attribute?
a. Left b. Right c. Top d.All of above
ans)d
38. Which attribute is used with img tag to display the text if image could not load in browser?
a. description b. name c. alt d. id
ans)c
39. Which attribute can be used with BODY tag to set background color green?
a. background=”green” b. bgcolor=”green” c. vlink=”green” d. None of
above ans)b
40. Which attribute you’ll use with TD tag to merge two cells horizontally?
a. merge=colspan2 b. rowspan=2 c. colspan=2 d. merge=row2
ans)c
41 .HTML stands for
a.Hyper Text Making Links b.Hyper Text Markup Language
c.Higher Textual Marking of Links d.Hyper Text Mixer of Links ans)b
42. HTML is similar to a
a.word processing language b.screen editor c. scripting language d. search engine
ans)b
43. HTML uses
a. pre-specified tags b. user defined tags
c. tags only for linking d. fixed tags defined by the language
ans)c
44. HTML tags define
a. The data types of elements of document b. Presentation of specified elements of a
document
c. The contents of the document d. The structure of the document ans)d
45. The tag used in HTML to link it with other URL’s is:
a. <A> b. <H> c. <U> d. <L>
ans)c
46. The tags used for specifying fonts in HTML are
a. <B> b. <I> c. <U> d. <L>
a. (i) and (ii) b. (i) and (iii) c. (ii) and (iv) d. (i),(ii) and (iii)
ans)b
47. Choose the correct HTML tag to make a text italic
a. <ii> b. <italics> c. <italic> d. <i>
ans)d
48. Choose the correct HTML tag to make a text bold?
a. <b> b. <bold> c. <bb> d. <bld>
ans)a
49. What is the correct HTML for adding a background color?
a. <body color=”yellow”> b. <body bgcolor=”yellow”>
c. <background>yellow</background> d. <body background=”yellow”>
ans)b
50. Choose the correct HTML tag for the smallest size heading?
a. <heading> b. <h6> c. <h1> d. <head>
ans)b
51. What is the correct HTML tag for inserting a line break?
a. <br> b. <lb> c. <break> d. <newline>
ans)a
52. What does vlink attribute mean?
a. visited link b. virtual link c. very good link d. active link ans)a
53. HTML document start and end with which tag pairs?
a. <HEAD>….</HEAD> b. <BODY>….</BODY>
c. <HTML>….</HTML> d.<WEB>….</WEB>
ans )c
54. Which tag is used to create body text in HTML?
a. <HEAD> b. <TEXT> c. <TITLE> d. <BODY>
ans)d
55.<TITLE> … </TITLE> tag must be within ________
a. Title b. Form c. Header d. Body
ans)c
56. Text within <EM> … </EM> tag is displayed as ________
a. bold b. italic c. list d. indented
ans)b
57. Text within <STRONG> … </STRONG> tag is displayed as ________
a. bold b. italic c. list d. indented
ans)a
58. <UL> … </UL> tag is used to ________
a. display the numbered list b. underline the text
c. display the bulleted list d. bold the text
ans)c
59. Which tag is used to display the numbered list?
a. <OL></OL> b. <DL></DL> c. <UL></UL> d. <LI></LI>
ans)a
60. Which tag is used to display the large font size?
a. <LARGE></LARGE> b. <BIG></BIG> c. < SIZE ></SIZE> d.
<FONT></FONT> ans)b
61.<SCRIPT> … </SCRIPT> tag can be placed within ________
a. Header b. Body c. both A and B d. none of the above
ans)c
62. using<P> tag will
a. start a new paragraph b. break the line c. end the current paragraph d. none of the above ans)a
63. <TD> … </TD> tag is used for ________
a. Table heading b. Table Records c. Table row d. none of the above
ans)b
64) Physical or logical arrangement of network is
a) Topology b) Routing c) Networking d) None of the mentioned
Answer: a
65) In this topology there is a central controller or hub
a) Star b) Mesh c) Ring d) Bus
Answer: a
66) This topology requires multipoint connection
a) Star b) Mesh c) Ring d) Bus
ans)d
67) Data communication system spanning states, countries, or the whole world is
a)LAN b)WAN c)MAN d)None of the mentioned
Ansr:b
68) Data communication system within a building or campus is
a) LAN b) WAN c) MAN d) None of the mentioned
ans:a
69) Expand WAN
a) World area network b) Wide area network c) Web area network d)
None
Ansr: b
70) Two devices are in network if
a) a process in one device is able to exchange information with a process in another device
b) a process is running on both devices
c) PIDs of the processes running of different devices are same
d) none of the mentioned
Ansr:a
71)MAN refers to
a)mega area network b)metropolitian area network c)mini area network d)medium
area network
ans)b
72)which of the following is not a type of computer network?
a)local area network b)personal area network c)remote area network d)wide area
network ans)c
73)LAN refers to
a)Local area network b)Locality area network c)loop area network
ans )a
74)WAN refers to
a)Wide area network b)World area network c)web area network d)Work area network
ans )a
75)which of the following is an attribute of <Table> tag?
a. SRC b. LINK c. CELLPADDING d. BOLD
ans)a
76) A group of computers and other devices connected together is called
a)network b)networking c)intranet d)both b and c
ans )a
77) Which of the following network is used to connect a number of computers to each other by
cables in a single location?
a)WAN b)LAN c)MAN d)PAN
ans)b
78) Which of the following is the logical topology?
A) Bus B) Tree C) Star D) Both A and B
ans)c
79. Which of the following is/ are the drawbacks of Ring Topology?
A) Failure of one computer, can affect the whole network
B) Adding or removing the computers disturbs the network activity.
C) If the central hub fails, the whole network fails to operate.
D) Both of A and B
ans)d
80) A network that needs human beings to manually route signals is called....
A) Fiber Optic Network B) Bus Network C) T-switched network D) Ring
network
ans)c
81) In fiber optics, the signal source is……………… waves
a)Light (b) infrared (c) radio (d) very low frequency
Ans. (a)
82)Transmission media are usually categorized as……………
a)Fixed or unfixed (b) determinate or indeterminate
(c) guided or unguided (d) metallic or nonmetallic
Ans. (c)
83)………cable consists of an inner copper core and a second conducting outer sheath
a)Twisted pair (b) fiber optical (c) radio (d) shielded Twisted pair
Ans. (a)
84)Which of the following is not a guided medium?
a)Twisted pair cable (b) coaxial cable (c) fiber optic cable (d) Atmosphere
Ans. (d)
85)Which of the following primarily uses guided media?
a)Cellular telephone system (b) local telephone system
(c) Satellite communications (d) radio broadcasting
Ans. (b)
86)The inner core of an optical fiber is ….. in composition
(a) Glass or plastic (b) bimetallic (c) copper (d) liquid
Ans. (a)
87)Internet is-------------
(a) A worldwide network of computers (b) An interconnected network of computers
c) A worldwide interconnected network of computers which use a common protocol to
communicate with one another
d) none of the above
Ans. (b)
88)An interconnected collection of autonomous computers………………..
a)Computer network b)multi computer c) LAN d) Network
Ans. (a)
89)Privately owned networks within a single buildings or campus of up to a few kilometers in
size---
(a) LAN (b) WAN c) MAN d) NONE OF THESE
(b) Ans. (a)
90) What is a web browser?
a) a program that can display a web page
b) a program used to view html documents
c) it enables user to access the resources of internet
d) all of the above
Answer: D
91)………uses a standard called distributed Queue Dual Bus(DQDB) or refer to as 802.6(IEEE
standard)
(a) LAN b) WAN c) MAN d) internet
(b) Ans. (c)
92)A network spans large geographical area, often a country or continent………….
(a) LAN (b) WAN c) MAN d) none of these
(b) Ans. (b)
93)The collection of communication line and routers from the……….
(a) routers b) bridge c) Subnet d) packet
(b) Ans. (c)
94)Collection of interconnected networks some time called…………….
(a) internet b) wireless network c) mobile network d) none of these
(b) Ans. (a)
95) 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
ans)d
96. Which of the following is used to explore the Internet?
a. Browser b. Spreadsheet c. Clipboard d. Draw
ans)a
97. What is Internet Explorer?
a. An Icon b. A File Manager c. A Browser d.The Internet
ans)c
98. What do I need to get onto the Internet?
a. Computer b. Modem c. Browser d. All of the above
ans)d
99. What is an ISP?
a. internet System Protocol b. internal System Program
c. Internet Service Provider d. None of the above
ans)c
100. Which is not a domain name extension
a. mil b. org c. .int d. .com
ans)c
101. What is a FTP program used for?
a. Transfer files to and from an Internet Server b. Designing a website
c. Connecting to the internet d. None of the above
ans)a
102. Which of the following are commonly found on web pages?
a. internet b. hyperlinks c. intranet d. all of the above
ans)b
103) Which of the following is the logical topology?
A) Bus B) Tree C) Star D) Both A and B
ans)a
104) Which of the following is/ are the drawbacks of Ring Topology?
A) Failure of one computer, can affect the whole network
B) Adding or removing the computers disturbs the network activity.
C) If the central hub fails, the whole network fails to operate.
D) Both of A and B
ans)d
105) In a ................topology, if there are n devices in a network, each device has n-1 ports for
cables.
A) Mesh B) Star C) Bus D) Ring
ans)a
106) Expansion of FTP is
a) Fine Transfer Protocol b) File Transfer Protocol
c) First Transfer Protocol d) None of the above
Answer: B
107)FTP is built on _____ architecture
a) Client-server b) P2P
c) Both of the mentioned d) None of the mentioned
Answer: A
108)FTP uses _____ parallel TCP connections to transfer a file
a) 1 b) 2 c) 3 d) 4
Answer: B
109) URL stands for
a) unique reference label b) uniform reference label
c) uniform resource locator d) unique resource locator
Answer: C
110) This topology requires multipoint connection
a) Star b) Mesh c) Ring d) Bus
Answer: D
111)A piece of icon or image on a web page associated with another webpage is called ……
a) url b) hyperlink c) plugin d) none of the above
Answer: A
112) Dynamic web page
a) is same every time whenever it displays
b) generates on demand by a program or a request from browser
c) both (a) and (b) d) none of the above
Answer: B
113)Software which allows user to view a web page is called ….
a) Web site b) Browser c)Operating System d)Interpreter
Answer: B
114)………. programs automatically connects to web sites and download documents and save
them into local drive
a) Web downloading utilities b)Web Server
b) Web Browser D)None of these
Ans: A
115)What is the following is not Network?
a) WAN b)RAN c)MAN d) LAN
Ansr: B
116) HTML is similar to a
a.word processing language b.screen editor c. scripting language d. search
engine
ans)b
117) HTML uses
a. pre-specified tags b. user defined tags
c. tags only for linking d. fixed tags defined by the language
ans )c

118) Which of the following is considered a broad band communication channel?

a) coaxial cable b. fiber optics cable

c. microwave circuits d. all of above


ans)d
119)Which of the following is not a transmission medium?
a. telephone lines b. coaxial cables c. modem d. microwave systems
ans)c
120)Which of the following is required to communicate between two computers?
a. communications software b. protocol
c. communication hardware d. all of above including access to transmission medium
ans) d
121)What is operatingsystem?
a) collection of programs that manages hardware resources
b) system service provider to the application programs
c) link to interface the hardware and application programs
d) all of the mentioned
ans)d
122)Which can refer to either the hardware or software that helps to deliver web content that can
be accessed through the internet?
a) Webpage b)browser c)Web server d) client
ans) c
123)-------is a piece of computer hardware or software that accesses a service made available by
a server.
a)webserver b)client c)host d)node
ans) b
124)------is a document that is suitable for the World Wide Web and the web browser.
a)page b)webpage c)block d)packet
ans )b
125)HTTP stands for ?
a)Hyper text transfer protocol b)hyper text transmission protocol
c)hyper transmission text protocol d)hyper transfer text protocol
ans )a
126)Which is an electronic message from one computer to another?
a)server b)Email c)Hyper text d) webpage
ans) b
127)Which is the first small network of connected computers?
a)Arpa b)Arpanet c)NSFnet d)Usenet
ans) b
128)The bar displayed at the bottom of the desktop is known as ?
a)Title bar b)Taskbar c)Menu bar d)Tool bar
ans)b
129)You can shut down,stand by and restart the computer using ?
a)Desktop b)Start button c)Menubar d)Taskbar
ans)b
130)Which of the following lets you browse the contents of your computer?
a)My Documents b)My computer c)My Network places d)Folder
ans)b
131)A convenient place to store documents,graphics,or other files that you want to access
quickly is ?
a) a)My Documents b)My computer c)My Network places d)Folder
ans)a
132)Which component makes its easy to delete and undelete filesand folders?
a)Windows Explorer b)RecycleBin c)Add/Remoove programs d)Folder
ans)b
133)The option that makes its easier for people with disabilities to operate a computer is
a)Accessibility b)Display c)Settings d)Fonts
ans:a
134)The image or color set to the background of the desktop is ?
a)Screen saver b)Picture c)Monogram d)wallpaper
ans)d
135)The device that enables the computer to make a dialup networking is
a)Mouse b)Monitor c)Modem d)Keyboard
ans)c
136)Which component provides a tree like view of its disks,its files and folders
a)My Documents b)My computer c)My Network places d)Windows explorer
ans)d
137)The software that remooves viruses from the disk are known as
a)Virus killer b)remover c)Anti virus d)Destroyer
ans)c
138) You can move a window to a different position on your screen by dragging it by its
a. Move handle b. Tail c. Status bar d. Title bar
ans:d
139). A bar that inform you the available options in your computer, opened applications,
background running applications and can be used to switch between applications quickly is
a. Menu bar b. Tool bar c. Status bar d. Task bar
ans)a
140. Which components appear in the initial windows start up display?
a. Dialog box b. Task bar c. Start menu d. All of the above
ans)b
141). Taskbar is used for
a. Navigation program b. Switching between program
c. Start a program d. All of above
ans)d
142) To install the new font
a. Start -> setting -> control panel -> font
b. Start -> setting -> control panel -> font -> install new font
c. Start -> control panel -> font -> install new font
d. Start -> setting -> font
ans)b
143) When a peripheral device needs immediate attention from the operating system, it generates
an
a. Interrupt b. Spool c. Stack d. Page file
ans)a
144) Underlined text, such as text and folder names is referred to as
a. Hyperlink b. Menu c. Source drive d. None of these
ans)a
145) Which of the following is suitable after you install new drivers?
a. Shut Down b. Restart c. Sleep d. Hibernate
ans)b
146) Windows displays various options to shutdown. Which is suitable at the end of day?
a. Shut Down b. Restart c. Sleep d. Hibernate
ans)a
147) 71. Recently deleted files are stored in
a. Recycle bin b. Desktop c. Taskbar d. My computer
ans)a
148) Which components appear in the initial Windows start up display?
a. Dialog boxes b. Start menu c. Taskbar d. All of above
ans)c
149) A small part of taskbar that has icons of background running applications is
a. Start button b. Quick launch c. Task bar d. System tray
ans)d
150) What program runs first after computer is booted and loading GUI?
a. Desktop Manager b. File Manager c. Windows Explorer d. Authentication
ans)d

Das könnte Ihnen auch gefallen