You are on page 1of 33

NCWA'S SMT. VIDYABEN D. GARDI HIGH SCHOOL AND JR.

COLLEGE, MULUND(W)
Question Bank for Exam (2019-2020)
Std. XII – Commerce/Science Subject: Information Technology
----------------------------------------------------------------------------------------------------------------------------------
Updated
Chapter No. 1 (Questions from HSC IT Board Exam - March 2013 to 2018) 4-7-2019

Q.1 Fill in the Blanks:


Question Answer

Topic - CSS
=========================================================

Cascading Style
1. CSS Stands for ________________________
Sheet

2. External CSS file is saved with __________________ .CSS

3. __________________ attribute of <link> tag helps to specify the URL that is to be linked in
href
External style.

4. _________________ property is used to change the background color of webpage through


background-color
style sheet.

5. ___________________ property is used o change the Text color of webpage through style
color
sheet.

6. ________________ property is used to change the spacing between the characters/letters


letter-spacing
of webpage through style sheet.

7. In CSS, class always starts with a _______________ sign. period

8. IN CSS, ID attribute is preceded by _______________ sign. #

9. In CSS, objects can be layered on top of each other using the ___________________ 3d layer

10. ________________ tag is used to link style sheet properties to html document. <link>

11. A class selector definition starts with a _______________ period

12. The ______________ positioning defines the exact pixel value. absolute

13. The ____________________ positioning is the distance from previous element of the web
relative
page from other element on web page.

14. The _______________ property allows to adjust the alignment of the text. text-align

15. _______________ property specifies the weight of a font. font-weight

16. In CSS to set font to arial ___________________ property is used. font-family

17. ________________ tag is used to link external style sheet to a html document. <link>

18. In CSS, _______________ value of text-decoration property is used to define a line above
overline
the text.

19. _____________ attribute of style defines the relationship between linked file and html
rel
document.
20. Absolute and ___________ are the ways of postitioning in css. relative

Topic - Forms
=========================================================

21. ____________ attribute of <form> links to the URL of the application that is to receive and
action
process the forms data.

22. Action and _________ are the attributes of <form> tag. method

23. ______________ is a default value for method attribute of <form> tag. get

24. Get or ______ are the values of method attribute of <form> tag. post

25. ___________ tag is used to create objects like checkbox, textbox etc. on HTML form. <input>

26. _____________ attribute defines the maximum characters that can be entered into text or
maxlength
Password type input field.

27. Valid value with Type is ______________ which is does not show the entered data to user
password
or displays data in form of dots.

28. __________ tag is used to create a web based form. <form>

29. To show the checkbox selected by default ____________ attribute is added with the
checked
<input> tag.

30. <input type= ________> defines an action button that sends the completed form to the
submit
server.

31. To create a dropdown list in HTML __________ tag is used. <select>

32. _____________ tag is used to create multiline text entry field. <textarea>

33. _____________ help to interact the user with the server. form

34. A button of form is used to send form data to a server for processing. submit

35. The default value for method attribute of the <form> tag is ___________- get

36. The ____________ attribute of <form> tag is used to specify path the file to be sent to
action
server.

37. The _________ button is used to clear the contents of a form. reset

38. _____________ attribute is used to give default selection of a checkbox and radio button
checked
in html.

39. In html, __________ attribute specifies path of html file or URL of the website to send data
action
by using form.

40. _______________ attribute is used to select more than one selection from the same list. multiple

41. <form method=_______________> is used to send the data to the server for processing. post

42. ______________ attribute of <input> tag can change label of the button to our choice. value

Topic - Frames
=========================================================

43. ____________________ are used to create imaginary sections of browser screen. Frames
44. Rows and Cols are the attributes of the ________________________ tag. <frameset>

45. ____________________ attribute sets the value to the URL of the document to be loaded
src
into the frame.

46. ___________________ attribute identifies the frame. name

47. ___________________ attribute disables the frames resizing capability. noresize

48. ________________ attribute controls the horizontal and vertical scrollbars of the frame. scrolling

49. __________________ attribute of <frame> specifies the amount of white space to be left
marginwidth
on the left of frame.

50. Frame can be named by using its _________________ attribute. name

51. ______________ tag is used to create floating or inline frame. <iframe>

52. The ___________ tag in HTML can divide the main browser window into independent
<frameset>
windows.

53. The ______________ tag in HTML can divide the main browser window into independent
<frameset>
windows.

54. ____________________ attribute allows the user to open document in the specified
target
window.

55. Inline frame is also known as _________________ frame. floating

56. ______________________ attribute displays scrollbar for the frame. scrolling

57. Frame border = ____________________ creates borderless frame. 0

58. The _______________ attribute is to limit frame size from changing. noresize

59. Target = _______________ will open the page in the new blank window. _blank

60. To create floating frames on web page ____________ tag is used. <iframe>

61. Inline frame is also known as ______________________ floating frame

62. Vertical frames can be created by using _____________ attribute while defining frames cols

63. Target = _______________ will open the page in the same window. _self

64. Target = ________________ will open a link in top frame of the browser window. _top

65. Target = ________________ will open page in the main or parent frame. _parent

66. The browser window is divided into ________________ frames depending upon the width
vertical
defined by the cols attribute.

67. _______________ is the default value of scrolling attribute in frames. auto

68. _________________ value specifies that scroll bar should be always visible on frame. yes

69. The ______________ attribute of <iframe> tag is used to set the alignment. align

70. _________________ attribute is used to set width of inline frame. width

71. __________________ attribute is used to set the height of inline frame. height

Topic - ImageMapping
=========================================================
72. _________ and <area> tag are used for Client side image mapping. <map>

73. _________ attribute is used along with <map> tag in Client side Image Map. name

74. <area shape= _________> is used to create the round shape in the Client Side Image Map. circle

75. ________ tag is used to create shape in Image Mapping. <area>

76. ___________ attribute of <area> tag provides the textual alternative to an geometric
alt
region.

77. The _________ tag defines an active area in the associate Client Side Image Map. <area>

78. ________ attribute of <img> tag is used with Server Side Image Maps. ismap

79. The extension of map file is __________ in server side image map. .map

80. _____ attribute of <area> tag defines co-ordinates of Clickable area. coords

81. The specific areas within the image are called as _________ Hotspots

82. Usemap attribute is used with ___________ tag. <img>

83. ___________ tag desires on active area in the associated image map. <area>

84. _________ mapping is loaded along with image and executed on client machine from
Client side
browser.

85. _________ attribute is used to declare server side image map. ismap

Topic - Sound-Video
=========================================================

86. To insert sound file with control on webpage ___________________ tag is used. <embed>

87. To insert sound file without control on webpage ___________________ tag is used. <bgsound>

88. _______________ tag is used to play background sound but not supported in Netscape
<bgsound>
Navigator.

89. __________________ attributes of <embed> tag is used to set the volume of sound file. volume

90. _____________ attribute is used t give URL of Sound file with <embed> tag. src

91. To add video on webpage without control _____________ attribute is added with <img>
dynsrc
tag.

92. The default value of autostart attribute in <embed> tag is _____________________ TRUE

93. The ___________________ attribute of the <bgsound> tag is used to repeat the sound
loop
number of times.

94. ________________ attribute is used along with <img> tag to specify the name of a video
dynsrc
file in html.

95. The value of volume attribute of <embed> tag can be set between 1 to ____________ 100

96. The default value for volume attribute of <embed> tag is _____________ 50

97. <bgsound> tag is supported in _______________ browser. Internet Explorer

98. The __________________ attribute of <bgsound> tag is used to specify the name of video
src
file that wants as a background sound.
99. __________________________ attribute specifies the name of video to be played. src

100. ______________________ value gives the complete console with play, stop and pause
Console
button.

Cross Browser
101. Testing your website on different browsers is known as _____________
Testing

Topic - Web Server


=========================================================

102. Uploading and Downloading of files in HTML is done using ______________________


HTTP
protocol.

Internet
103. IIS stands for _________________________
Information Server

File Transfer
104. FTP stands for ______________________________________
Protocol

Internet Service
105. ISP stands for ___________________
Provider

Hyper Text
106. HTTP stands for ______________________
Transfer Protocol

107. To see the limitation of the website and functional features we test the website o
Browsers
different _______________________

Portable Network
108. PNG stands for ___________________
Graphics

World Wide Web


109. W3C means ________________________
Consortium

Q.2 True or False:


Question Answer

Topic - Cross-Browser-Testing
=========================================================

1. Broken image shows red color X sign in Netscape Navigator. FALSE

2. In cross browser testing Mozilla Firefox displays broken image output. FALSE

3. The blink value is supported in Mozilla Firefox. FALSE

4. Testing the html page on different browsers in known as Cross Browser Testing. TRUE

5. Website looks same in every browser. FALSE

Topic - CSS
=========================================================

6. Background-color property sets the background color of an element. TRUE

7. Style defines how to display html elements/tags. TRUE

8. To apply same style to multiple selectors is possible in CSS. TRUE


9. Color property set the background color of an element. FALSE

10. CSS property and value can be separated by (:). TRUE

11. CSS property and value can be separated by (-). FALSE

12. In a style sheet, border property sets the border of the element. TRUE

13. REL attribute is used to define the relationship between the linked file. TRUE

14. Font size property specifies the font size of text. TRUE

15. ID gives identification to several elements. FALSE

16. Class Selector is defined by period (.) in CSS. TRUE

17. <p style=font-family:arial; font-style:italic> is example of inline style sheet. TRUE

18. In text-align values are left, right, center and justify. TRUE

19. Font-size property specifies the font weight of the text. FALSE

20. CSS can be internal, external and inline. TRUE

21. CSS stands for Cascading Style Sheet. TRUE

22. <link> tag is placed inside the Body section to create External Style sheet. FALSE

23. CSS helps to change the appearance and layout of the web document. TRUE

24. Class selector name can start with number in CSS. FALSE

25. ID Selector is defined by hash(#) in CSS. TRUE

26. <body bgproperties=fixed background=abc.jpg> appears water marked in Internet Explorer FALSE

Topic - Forms
=========================================================

27. Password should be displayed on the screens as *. TRUE

28. By default all radio buttons are selected. FALSE

29. Hidden field can be shown on the web browser. FALSE

30. The form consists of form objects or elements. TRUE

31. For multiple entries in a text field <textarea> is used. TRUE

32. Multiple attribute of <select> tag is used to select more than one selection from the list. TRUE

33. Reset button helps to change the value of the form to its original states. TRUE

34. By default the value of Type attribute of <input> tag is Boolean. FALSE

35. Reset button is used to clear the content of the form. TRUE

36. <input type=select> is used to create drop down list on the webpage. TRUE

37. Checkboxes are used only for single selection. FALSE

38. Checked is a valid attribute of <input type=radio> TRUE

39. Checked is a valid attribute of <input type=text> FALSE


40. <input type=text value=red> display textbox with text as red. TRUE

41. Submit button can be created with <input> tag. TRUE

42. A text field is most common field on a form. TRUE

Topic - Frames
=========================================================

43. Frames were originally introduced in the Netscape Navigator. TRUE

44. Target=_top will open the page in top frame of browser window. TRUE

45. Target =_blank will open the page in new blank window. TRUE

46. Target=_self will open the page in the parent frame. FALSE

47. <iframe> tag is used to create floating frames. TRUE

48. The inline frame appears within <body> tag. TRUE

49. <iframe> tag is used to create floating frames. TRUE

50. Target attribute is used to display link in another window. TRUE

51. Src attribute of <frame> provides the URL to be displayed in the frame. TRUE

52. cols is an attribute of the <frameset> tag. TRUE

53. <frame> tag is used to divide the screen into different rows and columns. FALSE

Topic - ImageMapping
=========================================================

54. Src is a valid attribute of <area> tag to link to URL. FALSE

55. <map> tag is used to define Client side Image Map. TRUE

56. Shape attribute is specified with <map> tag. FALSE

57. Polygon shape of Image Map has 2 pairs of coordinates. FALSE

58. Browser alone interprets the data in Server side Image Mapping. FALSE

59. ismap attribute is valid attribute of <img> tag. TRUE

60. Usemap attribute is used in Client Side Image Mapping. TRUE

61. Ismap attribute is used in Server side Image Mapping. TRUE

62. <image> tag is used to insert inline images. FALSE

63. Usemap is an attribute of <MAP> tag. FALSE

64. The program that executes the links in the server side image map is placed on the local host. FALSE

65. The specific areas mapped within image are known as hotspot. TRUE

66. To display picture on the web browser <pict> tag is used. FALSE

67. In server side image map files are saved with .jpg extension. FALSE

68. <area shape=circle coords=30,40,20 href=http://www.yahoo.com> is correct syntax. TRUE


69. Image mapping consist of multiple hyperlinks incorporated within an image. TRUE

Topic - Sound-Video
=========================================================

70. dynsrc attribute is used with <img> to play video file without control. TRUE

71. <bgsound> tag does not have any control attribute. TRUE

72. Dynsrc attribute sis used with <embed> tag. TRUE

73. .WAV format is developed by Microsoft and IBM. TRUE

74. MPEG stands for Moving Picture Expert Group. TRUE

75. AVI stands for Audio Video Interleave. TRUE

76. src attribute of <embed> tag specifies the audio/video file name. TRUE

77. Internet Explorer supports dynsrc attributes in the <img> tag. TRUE

78. <embed> tag is used to play audio files with control. TRUE

79. MP3 format produces fine picture quality and is widely used for web. FALSE

Topic - Web Server


=========================================================

80. IIS is a opera server. FALSE

81. Web server is a computer that stores websites. TRUE

82. IIS is used for building and administrating websites. TRUE

83. Netscape navigator is an example of web server. FALSE

84. Mozilla Firefox is an example of web servers. FALSE

85. Most addresses have www after http:// TRUE

86. IIS stands for Internet Information Server. TRUE

87. CGI stands for Common Gateway Interface. TRUE

88. FTP stands for File Transfer Protocol. TRUE

89. HTTP stands for Hyper Text Transfer Protocol. TRUE

Q.3 Multiple Choice Questions (Select 1 Answer):

Topic - Cross-Browser-Testing
=========================================================
1. Internet explorer Mozilla Firefox are examples of ____________ Ans - a
a) Web Browser Space b) Website
c) webserver Space d) notepad

2. ________________ means to test your website on different browser. Ans - a


a) Cross Browser Testing Space b) Cross Editor Testing
c) Concept Editor Testing Space d) Create Browser Testing

3. <blink> tag works in __________________ browser. Ans - b


a) Internet Explorer Space b) Netscape Navigator
c) Google Chrome Space d) Mozilla Firefox

Topic - CSS
=========================================================
4. The _________________ property gives background image as an element in HTML. Ans - b
a) background-front Space b) background-image
c) background-element Space d) background-property

5. In CSS valid value of text decoration property are ____________ Ans - b


a) upperline Space b) overline
c) positive line Space d) mainline

6. The __________ property gives size to the text. Ans - a


a) font-size Space b) font-style
c) font-type Space d) font-family

7. For external style sheet _____________ tag is used to link .css file to an html document. Ans - a
a) <link> Space b) <line>
c) <connect> Space d) <to>

8. Attribute of <link> tag is ______________ Ans - a


a) type Space b) css
c) references Space d) relation

9. The ____________ selector property can be used when same style has to be applied to different tags. Ans - a
a) Grouping Space b) absolute
c) relative Space d) himself

10. In 3D layer, which tag holds top position is defined by _______________ attribute to CSS. Ans - b
a) position Space b) z-index
c) index Space d) top

11. __________ style sheet is mainly used when the style to applied to many pages. Ans - c
a) inline Space b) internal
c) external Space d) none

12. <style> tag is used in ___________ style sheet. Ans - b


a) inline Space b) internal
c) external Space d) none

13. ID selector is defined by a sign _____________ Ans - b


a) . Space b) #
c) & Space d) :

14. Class selector is defined b y a ___________ sign Ans - a


a) . Space b) #
c) & Space d) :

Topic - Forms
=========================================================
15. _____________ attribute of textbox restricts the user for specified number of characters. Ans - d
a) size Space b) name and target
c) value Space d) maxlength

16. To set default value to textbox of the form ____________ attribute is used. Ans - c
a) size Space b) name and target
c) value Space d) checked

17. In ___________ type of <input> tag allows multiple selection. Ans - b


a) radio Space b) checkbox
c) text Space d) <option>

18. In form, where multiple line text is allowed, which of the following is valid one. Ans - c
a) <text> Space b) <input type=text>
c) <textarea> Space d) <input type=multiple text>

19. _____________ tag is used to create multiline text box in form. Ans - b
a) <input> Space b) <textarea>
c) <text> Space d) <multitext>

20. _______________ element is used to check one option at a time. Ans - a


a) Radio Space b) Menu
c) List Space d) checked

21. ____________ type of <input> tag allows single selection from associate group. Ans - b
a) text Space b) radio
c) checkbox Space d) radio button
22. In <input type=text name=xyz maxlength=3> maximum characters can be entered are _____________ Ans - c
a) 30 Space b) 10
c) 3 Space d) -3

Topic - Frames
=========================================================
23. _____________ tag are followed by the <FRAMESET> tag. Ans - c
a) <body> Space b) <head>
c) <frame> Space d) <html>

24. In HTML to divide the webpage horizontally into two equal parts _____________ tag is used. Ans - c
a) <frame cols=50%,50%> Space b) <frameset cols=50%,50%>
c) <frameset rows=50%,50%> Space d) <frame rows=50%,50%>

25. In HTML to divide the webpage vertically into two equal parts _____________ tag is used. Ans - b
a) <frame cols=50%,50%> Space b) <frameset cols=50%,50%>
c) <frameset rows=50%,50%> Space d) <frame rows=50%,50%>

26. ______________ attribute gives the URL of a long description of the frame. Ans - c
a) href Space b) src
c) longdesc Space d) desc

27. ______________ attribute specifies the amount of white space to be left at the top of frame. Ans - c
a) height Space b) width
c) marginheight Space d) marginwidth

28. To create floating frames on webpage __________________ tag is used. Ans - b


a) <frame> Space b) <iframe>
c) <frameset> Space d) <frame>

29. A target =__________ will cause the link to be loaded always in a new blank window. Ans - b
a) _parent Space b) _blank
c) _self Space d) _top

30. Default scrolling value in <frame> is ________ Ans - c


a) No Space b) Yes
c) Auto Space d) Off

31. _______________ divides browser window into several parts. Ans - b


a) <frame> Space b) <frameset>
c) <frame> Space d) <body>

32. The attribute of <frame> tag is used to display a specific HTML page. Ans - c
a) Target Space b) Color
c) Src Space d) href

33. The rows attribute divides the browser screen into ______________ Ans - b
a) frames Space b) horizontal
c) vertical Space d) diagonal

34. <frame scrolling = _______> specifies that a scroll bar should always be visible on the frame. Ans - a
a) Yes Space b) No
c) Auto Space d) scroll

Topic - ImageMapping
=========================================================
35. For inline images __________ tag is used in an HTML document. Ans - c
a) <input> Space b) <map>
c) <img> Space d) <image>

36. Animated images are _____ extension type. Ans - c


a) .txt Space b) .jpeg
c) .gif Space d) .bmp

37. Valid value of shape attribute of <area> in ______ Ans - c


a) rectangle Space b) polygon
c) circle Space d) triangle

38. To insert image on web page __________ tag is used. Ans - a


a) <img> Space b) <background>
c) <image> Space d) <begin>

39. Usemap attribute is used with _______ tag. Ans - c


a) <area> Space b) <map>
c) <img> Space d) <body>

40. Clickable area in image map is called ___________ Ans - a


a) hotspot Space b) Map
c) area Space d) image
41. Correct syntax for adding background image ________ Ans - c
a) <body src=image.gif> Space b) <body image=image.gif>
c) <body background=image.gif> Space d) <img src=image.gif>

42. To specify the areas of the hotspot the <area> tag is used with in _______ tag. Ans - c
a) <img> Space b) <frame>
c) <map> Space d) <frame set>

43. The Coords attribute of _______ tag identifies the coordinates. Ans - a
a) <area> Space b) <coordinates>
c) <map> Space d) <image>

44. An image map for _____ shape center point co-ordinates are required. Ans - c
a) triangle Space b) polygon
c) circle Space d) rect

45. The specific areas mapped within an image are known a ________ which acts as a link. Ans - a
a) hotspot Space b) hyperlink
c) hypertext Space d) hypermedia

Topic - Ind-Languages
=========================================================
46. The ___________ consortium maintains and develops a standard character set encoding called ________. Ans - a
a) Unicode Space b) multicode
c) decode Space d) loop

Topic - Sound-Video
=========================================================
47. MIDI stands for ____________________ Ans - c
a) Musical Interface Digital Instrument Space b) Musical Instrument Digital Interchange
c) Musical Instrument Digital Interface Space d) Music Instruction Digital Interface

48. _________ tag is used for playing background sound files. Ans - a
a) <bgsound> Space b) <background sound>
c) a and b both Space d) <img bgsound>

49. ra stands for ___________ Ans - b


a) Read audio Space b) Real audio
c) Ready audio Space d) Realistic audio
50. ___________ type of file format takes longer time to download. Ans - d
a) .mid Space b) .mpg
c) .mdi Space d) .wav

51. The default value of autostart in <embed> tag is ______________ Ans - a


a) TRUE Space b) FALSE
c) auto Space d) none

52. To play sound file infinite times _________________ value is used in loop attribute. Ans - d
a) 10 Space b) 0
c) 1 Space d) -1

53. In dynsrc Autostart=false informs the browser to play video _________________ Ans - b
a) start automatically Space b) on mouse click by the user
c) on event occurred Space d) none of these

54. A web ____________ is a software program that runs on a networked computer. Ans - a
a) server Space b) peripheral
c) site Space d) page

Topic - Web Server


=========================================================
55. WWW stands for ___________________ Ans - b
a) World Web Wide Space b) World Wide Web
c) Web Wide World Space d) W3

56. A _____________ distributes HTML documents on request. Ans - b


a) web browser Space b) web server
c) protocol Space d) URL

57. IIS is __________ server Ans - b


a) Unix Space b) Windows
c) Both Unix and Windows Space d) none of these

58. ______________ provides the middleware between WWW server and external databases and information
sources. Ans - b
a) Perl Space b) CGI
c) JavaScript Space d) VBScript

59. Who is making the web standards _______________ Ans - d


a) Microsoft Space b) IBM
c) Netscape Space d) World Wide Web Consortium

60. MIME stands for ______________ Ans - b


a) Multinational Internet Mail Extension Space b) Multipurpose Internet Mail Extension
c) Multiple Internet Mail Extension Space d) Multi Internet Mail Extension

61. URL stands for ________________ Ans - a


a) Uniform Resource Locator Space b) Uniform Reset Locator
c) Uniform Resource Local Space d) Unique Resource Locator

62. FTP stands for ____________ Ans - b


a) Form Transfer Protocol Space b) File Transfer Protocol
c) Frame Transfer Protocol Space d) Family Transfer Protocol

Q.4 Multiple Choice Questions (Select 2 Answers):

Topic - Cross-Browser-Testing
=========================================================
1. For Cross Browser Testing ___________ and _____________ browsers can be used. Ans - a b
a) Internet Explorer Space b) Mozilla Firefox
c) My Browser Space d) Web Page
Space e) WWW

2. Following are the examples of Web Browser Ans - a d


a) Opera Space b) Windows Explorer
c) Windows Space d) Mozilla Firefox
Space e) SQL

3. Following are the web Browser Ans - a e


a) Netscape Navigator Space b) Windows Explorer
c) Linux Space d) IIS
Space e) Internet Explorer

Topic - CSS
=========================================================
4. Sytle of CSS can be present inside ________ _______________ Ans - b d
a) <title> Space b) <body>
c) </title> Space d) <link>
Space e) <meta>
5. Values for position attribute of style sheet are _____________ ______________ Ans - b d
a) comparative Space b) relative
c) basic Space d) absolute
Space e) 0

6. Valid attributes of <link> tag in external sytle sheet are __________ ___________ Ans - a b
a) rel Space b) type
c) value Space d) style
Space e) loop

7. Different types of selectors in CSS are ______________ ____________ Ans - a c


a) class Space b) div
c) ID Space d) select
Space e) image

8. Types of CSS in html are _______________ _____________ Ans - a b


a) Internal Space b) inline
c) embeded Space d) Extended
Space e) export

9. In CSS selector have ___________ and ___________ declaration. Ans - a b


a) property Space b) value
c) selector Space d) CSS
Space e) declaration

10. The style properties are _______________ _______________ Ans - b c


a) font-color Space b) text-decoration
c) tex-align Space d) line spacing
Space e) color-range

11. Different types of CSS are _____________ ____________ Ans - c e


a) Upper Space b) Lower
c) Internal Space d) Sytle
Space e) External

12. In CSS valid properties are ____________ ____________ Ans - b c


a) Font-color Space b) Font-Family
c) color Space d) align
Space e) bgcolor

13. In CSS valid values for text-decoration property are ________ and __________ Ans - a e
a) Overline Space b) Positive
c) Upperline Space d) drop cap
Space e) blink

14. In CSS, class selector starts with ___________ and ID selector start with ____________ Ans - a b
a) period Space b) hash
c) dollar Space d) semicolon
Space e) colon

15. Following are the attributes of <link> tag. Ans - a c


a) rel Space b) CSS
c) href Space d) relative
Space e) relation

Topic - Forms
=========================================================
16. The valid values for method attributes in <form> tag in HTML are ___________ __________ Ans - a b
a) post Space b) get
c) action Space d) send
Space e) method

17. Methods of form are ________ ___________ Ans - a b


a) post Space b) get
c) action Space d) send
Space e) method

18. To create a Text box on the web page, the requeired tags are ____________ __________ Ans - b d
a) <select> Space b) <form>
c) <option> Space d) <input>
Space e) <output>

19. To create a dropdown list on the webpage tags required are ___________ ____________ Ans - a b
a) <select> Space b) <option>
c) <textarea> Space d) <input>
Space e) <output>

20. Valid attributes of <input type=text> are _____________ ______________ Ans - a c


a) maxlength Space b) checked
c) value Space d) multiple
Space e) width

21. Valid attributes of <select> are _____________ ______________ Ans - d e


a) maxlength Space b) checked
c) value Space d) multiple
Space e) size

22. The valid attributes used by the <textarea> tag. Ans - b c


a) size Space b) rows
c) cols Space d) maximum
Space e) minimum

23. Attributes of <input> tags are ________ __________ Ans - a b


a) type Space b) value
c) text Space d) hidden
Space e) password

24. <input type=_____> have following value. Ans - a c


a) text Space b) font
c) button Space d) get
Space e) post

25. Method attribute of <form> tag have _______, _________ value Ans - a b
a) get Space b) post
c) abort Space d) action
Space e) got

Topic - Frames
=========================================================
26. src attribute is used with following tags. Ans - a b
a) <frame> Space b) <img>
c) <frameset> Space d) <marquee>
Space e) <select>

27. Attributes used to divide the screen in rows and columns with <frameset> tag. Ans - c e
a) row Space b) column
c) rows Space d) col
Space e) cols

28. Attributes of <frame> tag Ans - c e


a) rows Space b) cols
c) noresize Space d) scroll
Space e) scrolling

29. Attributes of <iframe> tag. Ans - a b


a) align Space b) src
c) frame Space d) noscrolling
Space e) scroll

30. To divide the screen into 2 rows valid tags used are __________________ Ans - a d
a) <frameset rows=50%,50%> Space b) <frame rows=50%,*>
c) <frameset cols=50%, *> Space d) <frameset rows=50%,*>
Space e) <frame row=50%, 50%>

31. ____________________ are the attributes of <frame> tag. Ans - c e


a) Border Space b) href
c) Marginheight Space d) size
Space e) Marginwidth

32. Valid attributes of the <frameset> tags are _____________________ Ans - a b


a) cols Space b) rows
c) coslpan Space d) rowspan
Space e) noresize

33. Attributes of <iframe> tags are ____________________ Ans - a d


a) Width Space b) bgcolor
c) source Space d) height
Space e) noscrolling

34. The magic target names are _______________________ Ans - a d


a) Target=_top Space b) Target=_right
c) Target=_left Space d) Target=_self
Space e) Target=_upper

35. The rows and cols attibute can be used with following tags. Ans - a b
a) <frameset> Space b) <textarea>
c) <frame> Space d) <text>
Space e) <area>

36. For frame linking _________________ attribute of <frame> tag must be associated with _________ attribute of
<a> tag. Ans - d c
a) href Space b) hypertext
c) target Space d) name
Space e) source

37. The value of scrolling attribute are _____________________ Ans - c d


a) Yes-No Space b) True-False
c) Yes Space d) Auto
Space e) Scrolling

38. The value of frameborder attribute of <frame> tag are ____________ and ________________ Ans - a d
a) 0 Space b) -2
c) -3 Space d) 1
Space e) -1

Topic - ImageMapping
=========================================================
39. Following tags are used to create Client Side image map. Ans - a c
a) <area> Space b) <shape>
c) <map> Space d) <ismap>
Space e) <coords>

40. Valid keyword for shape attribute of <area> tags are ______ Ans - c d
a) polygon Space b) triangle
c) poly Space d) circle
Space e) rectangle

41. To create server side image mapping 2 type of file required are ___________ Ans - b c
a) .txt Space b) .map
c) .html Space d) .doc
Space e) .text

42. The popular formats of picture files are ___________ Ans - a c


a) jpg Space b) bmp
c) gif Space d) mpg
Space e) mid

43. _________, ________ shapes can be drawn by using <area> tags in Client side image mapping. Ans - b c
a) Oval Space b) rect
c) circle Space d) triangular
Space e) ellipse

Topic - Ind-Languages
=========================================================
44. For using unicode in computers, installation of font ___________ & _________ is necessary. Ans - a b
a) mangal Space b) arial unicode ms
c) arial black Space d) courier
Space e) times new roman

Topic - Sound-Video
=========================================================
45. Attributes of <embed> tags are ________, _________ Ans - a c
a) src Space b) controls
c) autostart Space d) auto
Space e) link

46. The src attribute is used with _________, __________ tags. Ans - a b
a) <embed> Space b) <bgsound>
c) <body> Space d) <background>
Space e) <sound>

47. The loop attributes takes ________ and ________ value for playing sound file. Ans - a c
a) -1 Space b) 0
c) 1 Space d) definite
Space e) -5

48. The cotrol attribute of <embed> tags having _______ and __________ values. Ans - a b
a) console Space b) smallconsole
c) large consoles Space d) no consoles
Space e) consolated

49. Sound can be added on webpage following tags can be used. Ans - a b
a) <bgsound> Space b) <embed>
c) <applet> Space d) <sound>
Space e) <sound with control>

50. To add sound file to webpage following tags are used. Ans - c d
a) <background> Space b) <background sound>
c) <embed> Space d) <bgsound>
Space e) <applet>

51. To add video file on the webpage tags used are _______ __________ Ans - c e
a) <background> Space b) <image>
c) <embed> Space d) <bgsound>
Space e) <img dynsrc>

52. Following are the audio file formats. Ans - a b


a) .aiff Space b) .wav
c) .mpg Space d) .mov
Space e) .avi

53. Following are the video file formats. Ans - a b


a) .mpg Space b) .avi
c) .wav Space d) .aiff
Space e) .gif

54. The attributes of <bgsound> tags are ___________________ Ans - b d


a) name Space b) src
c) autoplay Space d) loop
Space e) auto

Topic - Web Server


=========================================================
55. The popular Unix Servers are ___________ ____________ Ans - b d
a) Internet Information Server Space b) Apache Server
c) Personal Web Server Space d) NCSA HTTP Server
Space e) SQL Server

56. Following are the Web servers Ans - b c


a) Java applet Space b) Apache
c) Microsoft IIS Space d) Windows Explorer
Space e) Linux

57. Following are the Microsoft Web Servers. Ans - a c


a) IIS Space b) Apache
c) PWS Space d) UNIX
Space e) post

58. IIS is used for ___________ and ______________ operating systems. Ans - d e
a) Microsoft 2007 Space b) Word 2007
c) CSS Space d) Window XP
Space e) Win7

59. Web Server uses protocols such as _________ and __________ Ans - a e
a) HTTP Space b) TPT
c) HTCP Space d) STP
Space e) FTP

Q.5 Multiple Choice Questions (Select 3 Answers):

Topic - CSS
=========================================================
1. Three different ways of inserting style sheets are ___________ Ans - a b c
a) Inline style Space d) Inbuilt style
b) Internal Style Space e) link
c) External Style Space f) rel

2. Attributes used along with <link> tag of External Style Sheet. Ans - b c d
a) src Space d) href
b) type Space e) style
c) rel Space f) img

3. Rules for giving classname and ID name as slector in CSS. Ans - b c d


a) It should start with number Space d) Number can be added as a last character of a name
b) It should be unique Space e) All of the above
c) It can be combination of alphabet and number Space f) None of these

4. The CSs syntax is made up of the following parts. Ans - e b c


a) source Space d) border
b) property Space e) selector
c) value Space f) name

5. The possible values of text-align property are ______________ Ans - a b d


a) left Space d) center
b) justify Space e) middle
c) top Space f) bottom

Topic - Forms
=========================================================
6. Valid value for <input type= _____________> are Ans - b d e
a) radiobutton Space d) checkbox
b) text Space e) radio
c) textbox Space f) textarea

7. Valid attribute of <input type=checkbox> are ______ or radio buttons attribute are _______ _______ Ans - a d e
a) name Space d) value
b) maxlength Space e) checked
c) selected Space f) <option>

8. Valid attributes of <input type=text> are ___________________ Ans - a c d


a) maxlength Space d) value
b) checked Space e) selected
c) size Space f) textarea

9. Following are the attributes of the <input> tag. Ans - a c d


a) value Space d) maxlength
b) minlength Space e) width
c) size Space f) url

10. Following GUI elements can be created by specifying TYPE attribute in <input> tag. Ans - a c e
a) text box Space d) drop down box
b) textarea Space e) submit button
c) radio button Space f) scrollbar

11. Valid form elements are __________ Ans - a b d


a) <input> Space d) <textarea>
b) <select> Space e) <bgcolor>
c) <map> Space f) <background>

Topic - Frames
=========================================================
12. Valid value of scrolling attribute of <frame> tags are ___________________ Ans - b c f
a) up Space d) down
b) yes Space e) autostart
c) no Space f) auto

13. Attribute of <frame> tags are _____________________ Ans - a c e


a) frameborder Space d) rows
b) scroll Space e) noresize
c) scrolling Space f) resize

14. SRC attribute is valid for following tags are ___________________ Ans - b c d
a) <frameset> Space d) <img>
b) <frame> Space e) <image>
c) <iframe> Space f) <map>

15. Valid attributes of <frame> tags are _________________ Ans - b e f


a) border Space d) width
b) scrolling Space e) noresize
c) height Space f) src

16. Following are the attributes of <iframe> tags are _____________________ Ans - a b f
a) scrolling Space d) frameborder
b) name Space e) frame
c) size Space f) src

17. Following are magic target name ____________, ________________ and _____________ Ans - b c d
a) another Space d) parent
b) self Space e) middle
c) blank Space f) fill

Topic - ImageMapping
=========================================================
18. Valid value of shape attribute of <area> tags are __________ Ans - b d e
a) rectangle Space d) rect
b) circle Space e) poly
c) polygon Space f) triangle

19. Attributes of <area> tags are __________ Ans - b c f


a) coordinates Space d) coord
b) coords Space e) src
c) shape Space f) href
20. Server side image map requires _____________ Ans - a b c
a) A map page on server Space d) a form element
b) A map file Space e) width
c) image Space f) Map Id

21. The attributes of the <area> tag are as follows Ans - a b f


a) alt Space d) src
b) coords Space e) map
c) points Space f) href

22. The attributes of the <Area> tags are as follows Ans - a b d


a) alt Space d) shape
b) coords Space e) map
c) points Space f) target

23. Attributes of <area> tags are __________ Ans - c e f


a) src Space d) rows
b) marginwidth Space e) shape
c) href Space f) coords

Topic - Sound-Video
=========================================================
24. Popular video formats are __________ Ans - b c d
a) .wav Space d) .mpg
b) .swf Space e) .ra
c) .mov Space f) .mid

25. Popular audio formats are _____________ Ans - a c d


a) .wav Space d) .mid
b) .swf Space e) .mov
c) .ra Space f) .mpg

26. Attributes of <embed> tags are _______________ Ans - b d e


a) control Space d) hidden
b) name Space e) volume
c) stoptime Space f) console

27. Following are the attributes of <embed> tag. Ans - a c f


a) loop Space d) length
b) start Space e) url
c) volume Space f) src

Topic - Web Server


=========================================================
28. Following points need to be considered before moving files to server. Ans - a c d
a) File Name Restrictions Space d) Transferring mode of files
b) Server type Space e) All the above
c) Case sensitivity Space f) None of these

Q.6 Rearrange the Following:

Topic - CSS
=========================================================
1. Rearrange the following HTML code to apply css with contextual selector for the web document. Ans - caegbfd
a) <head><title>contextual selector</title>
b) </style> </head><body>
c) <html>
d) </body> </html>
e) <style>
f) <p> contextual <i>selector</i></p>
g) p.i {color:green;}

2. Rearrange the following HTML code to apply css using external stylesheet Ans - debgfca
a) </body> </html>
b) <link rel=stylesheet type=text/css href=style.css>
c) <h2> This is heading style example </h2>
d) <html>
e) <head><title>External CSS</title>
f) <body>
g) </head>

Topic - Forms
=========================================================
3. The sequence of events for creating a list element. Ans - aigdfbech
a) <body>
b) </select>
c) </form>
d) <option value=val1>Pentium I </option>
e) <input type=submit value=submit>
f) <option value=val2> Pentium II </option>
g) <select name=browser>
h) </body>
i) <form>

4. Rearrange the following Ans - bcgfdae


a) </form></body>
b) <html><body>
c) <form name=login>
d) <input type=button value=validate>
e) </html>
f) <input type=text name=mid>
g) <h2>enter your e-mail ID</h2>

5. The sequence of events for creating a form element are as follows: Ans - abchdefg
a) <html>
b) <body><form name=f>
c) <select name=fruits multiple>
d) <option name=f2 value=0>Orange</option>
e) <option name=f3 value=b>Banana</option>
f) </select></form>
g) </body></html>
h) <option name=f1 value=m>Mango</option>

6. Rearrange the following Ans - cegbdfa


a) </html>
b) <p>Enter your name:<input type=text name=myname></p>
c) <html>
d) <input type=submit value=submit>
e) <body>
f) </form></body>
g) <form method=post action=second.asp>

Topic - Frames
=========================================================
7. Rearrange the following Ans - abdhefgc
a) <html>
b) <head>
c) </html>
d) </head>
e) <a href=Left.html>Go
f) </a>
g) </body>
h) <body>

8. Rearrange the following Ans - bedcafg


a) <frame src="first page.html">
b) <html><head>
c) <frameset rows="30%,*>
d) </head>
e) <title>create frames</title>
f) <frames src="secondpage.html">
g) </html>

9. Rearrange the following Ans - bfceadg


a) </iframe>
b) <html>
c) <p>This is an inline frame</p><br>
d) </body>
e) <iframe src="page1.html" width=400 height=200 scrolling=yes>
f) <body>
g) </html>

Topic - ImageMapping
=========================================================
10. Step to create client side image map Ans - becfgadh
a) </map>
b) <html>
c) <img src="abc.jpg" usemap=#my">
d) </body>
e) <body>
f) <map name="my">
g) <area shape=Rect" coords="40,100,60,100">
h) </html>

11. Rearrange the following Ans - gabfdec


a) <body bgcolor=pink>
b) <img src=clouds.jpg usemap=#name1>
c) </body></html>
d) <area shape=rect coords=100,150,200,20 href=page1.htm>
e) </map>
f) <map name=name1>
g) <html>

12. The sequence of events for client side image mapping area as follows: Ans - bdecfhag
a) </map>
b) <html><body>
c) <map name=map>
d) <h1 align="center">A client-side image map</h1>
e) <img src="stat.jpg" border="0" usemap="#map">
f) <area shape="circle" coords="300,125,25" href="nature.jpg">
g) </body></html>
h) <area shape=circle coords=300,325,25 href=flower.jpg>

13. Steps to create client side image map Ans - becfgadh


a) </map>
b) <html>
c) <img src=abc.jpg usemap=#my>
d) </body>
e) <body>
f) <map name=my>
g) <area shape=rect coords=40,100,60,100>
h) </html>

Topic - Web Server


=========================================================
14. Working of CGI Ans - cadb
a) Server receives the request and invokes appropriate CGI program
b) The request is displayed on the web page
c) Web browser sends a request
d) Script performs its action

Q.7 Short/Long Q. Answers:

Topic - Cross-Browser-Testing
=========================================================
1. What is Cross Browser and give examples.

Topic - CSS
=========================================================
2. What is CSS? Explain ways to include CSS in web pages.

Topic - Frames
=========================================================
3. Explain <frame>, <frameset> and <noframe> tags.
4. Explain the <iframe> tag along with its attributes.

Topic - ImageMapping
=========================================================
5. Explain <img> tag along with its attributes.

Topic - Sound-Video
=========================================================
6. Explain popular audio formats.
7. Explain popular video formats.

Topic - WebServer
=========================================================
8. What is Web Server?
Q.8 Write Program:

Topic - CSS
=========================================================
1. Write html code to display a text Information Technology having font size 36, apply dotted border to the text and
border color effect using CSS.
2. Write html code to display a text World is Beautiful having font size 35, spacing between the letters using CSS.
3. Write html code to display a text XII Online Exams having font size 36, text color red and underline text effect
using CSS.
4. Write html code to display a text Mobile World having font size 24, background color red and blinking effect using
CSS.
5. Write html code to display a text Mobile World having font size 38, font color red and overline using CSS.

Topic - Forms
=========================================================
6. Design Personal Information from in html that accepts Name, age, Address, Current status as Working or Non
working and Educational Qualification, buttons should be provided for clearing and submitting data.
7. Write html program with heading mycar.com. Use proper form objects to accept name, address, use drop down
list with multiple selection to select type of car as Volvo, Sab, Fiat, Audi, SUV submit and reset button.
8. Write HTML program to display heading as OLYMPIC GAMES. Enter name , Age(drop down list with five items. Eg.
Under 10), Gender (radio), Category (checkbox with options running, swimming, shor-put, cycling, relay). Use
buttons to submit and reset the form.
9. Create a web page with statement SELECT YOUR DATE OF BIRTH. Display three drop down lists First should be
used to select day, second should be used to select month and third to select year. Display the required indication as
day, month or year in front of each drop down list. Give three options under each list. place a button named GO to
submit the details to the server.
10. Write code fo webpage for accepting Card Type (Visa, Master Card, Maestro) selecting from drop down list. Card
Number should be accepted from password field, Name and Address of the sustomer is also accepted. Tha Page
should contain submit and reset buttons.
11. Write code in html to design a form having heading Select Your Favourite Subject. Kist the subjects taught to you
one below the other with checkboxes. Provide a Submit and Reset button at the end of the list.
12. Write html code to create a list of five snacks items. It should allow multiple selections by the user. Buttons
should be provided for clearing and submitting the form.
13. Create web page with heading "Select your Date of Birth". Display three drop down lists. First should be used
to select Day, second should be used to select month and third should be used to select year. Display indication as
Day, Month and Year in front of each list. Give 3 options under each list. Place button GO to submit details to the
server.
14. Write html code to display a web page with heading My Details, allow user to choose his college from dropdown
list. Use textbox to accept user name. Provision should be made to submit the contents to server and clear data.
15. Write html code to display a web page with heading and personal details in green color with underline. Allow
user to choose his country from dropdown list. Provision should be made to submit the contents to server and clear
data.
16. Write html program to display menu card of "HOTEL DERBI" with heading and minimum 3 Veg and Non-Veg
items displayed in checkboxes and place "ORDER"
17. Design feedback form in html to accept name, address, city, zip code, email id and comments from user.
Buttons should be provided for clearing and submitting data. Use table without border for proper arrangement of
form elements on web page.
18. Create a web page to collect general information from a student which includes name of student, address, city,
pin code gender and hobbies and send a response to the server to submit data.
19. Write html code to create User registration form having the fields Name, gender, Address, city, Field interest,
submit and reset buttons by making use of form elements. The page should have a suitable heading.
20. Write HTML code to create a drop down list of five cricket players names. It should allow multiple selection by
the user. Buttons should be provided for clearing and submitting the form.
21. Create a web page to collect information from a student regarding course details which includes name of
student, address, pin code gender and Course and send a response to the server to submit data.
22. Write a html code to design a form which should provide radio button for selecting colors and checkboxes for
selecting text effects as Bold, Italic, Underline, Strike through. The page should have a reset button.
23. Write html code to book tickets of a show. Form fields are Name, Contact no., dropdown list for show timing.,
submit and reset buttons. The page should have a suitable heading.
24. Write html code for displaying form with title Employee Login. It should have provision to take employee name,
data of joining, and department. Use checkboxes for selecting departments as HR, Purchase, Sales Buttons should
be provided for submitting and clearing data.

Topic - Frames
=========================================================
25. Create web page which is divided into three equal independent division vertically. The middle section is further
divided into three horizontal sections. Each section display different files.
26. Write html code to divide the screen into two horizontal section. The top section should display the text
"Welcome to my Web Page" in center. The bottom section should display "Thank You" message in italics.
27. Write HTML program to display T-Twenty match score. Divide the windwo, Top section will show the current
score, Middle section will show the current Batsmen's statistics and Bottom section shows current bowlers statistics.
28. Write html code to display information about users. In top section user's choice and in bottom section user's
information.
29. Create web page which is divided into two vertical frames. The left section should display two hyperlinks
namely Birds and flowers. Clicking on these hyperlinks should display related information. The web pages should
open in the frame in the right section.
30. Divide the screen into two vertical sections. Left section displays three headings and right section displays a
paragraph.
31. Write html code to divide browser window into two vertical sections. Divide left section into three horizontal
sections.
32. Write the code in HTML to divide the browser window into 3 horizontal sections section1, section2, section3.
Divide section3 into 2 vertical sections.
33. Write a html code to display Temperature and humidity. Top section will show name of the city, middle section
will show Temperature and Bottom section will show humidity.
34. Create html code which divides into three equal independent division horizontally. The middle section is further
divided into two vertical sections. Each section display file Top, Left, Right, Bottom.

You might also like