HTML Practice Paper for Std 10 Students
HTML Practice Paper for Std 10 Students
Section A
Page 1
Ans : English
8. The first part of an HTML document is known as _____.
(A) Head section (B) Head element (C) Title element (D) A or B
Ans : A or B
9. Which of the following information does the head section contain ?
(A) Title (B) Description of page
(C) Both A and B (D) None of the given
Ans : Both A and B
10. An HTML document can have ______ title element.
(A) 1 (B) 2 (C) 3 (D) unlimited
Ans : 1
11. The second part of an HTML document is known as ______.
(A) Body section (B) Body element (C) A or B (D) Bottom element
Ans : A or B
12. In HTML, the contents written within “<!_ _” and “_ _>” tags are considered as
_____.
(A) A title (B) comments (C) hyperlink (D) Important word
Ans : comments
13. Which of the following tag display the contents in the biggest font size in
heading ?
(A) < h1 > (B) < h2 > (C) < h6 > (D) < h3 >
Ans : < h1 >
14. ______ tag structures the content into a paragraph.
(A) < b > and < b > (B) < I > and < /I > (C) < p > and < /p > (D) < u > and < /u >
Ans : < p > and < /p >
15. ________tag ends the current line and pushes the coming text into next line.
(A) < br > (B) < br/ > (C) < h1 > (D) A or B
Ans : A or B
16. The element that does not have an opening and closing is known tag
(A) Compete (B) Empty (C) Null (D) Void
Ans : Empty
17. A distributed information system that exists on the platform of internet. is
known AS _________ .
(A) WWW (B) CERN (C) SGML (D) HTML
Page 2
Ans : WWW
18. The ________ is collection of multiple computer network to share resources and
information.
(A) Connectwork (B) Interwork
(C) Internet (D) None of the given
Ans : Internet
19. The full form of WWW is ________ .
(A) World Wide Web (B) Web Wide Web
(C) World Web Wide (D) Wikipedia Wide Web
Ans : HTML
27. Which of the following language was developed by the International
Organization for Standards (ISO) in 1986 to facilitate the sharing of machine-
Page 3
readable documents ?
(A) HTML (B) SGML (C) WWW (D) All of the given
Ans : SGML
28. An ______ is a combination of content to be displayed on a web page using
browser.
(A) HTML (B) MHTL (C) WWW (D) GEDIT
Ans : HTML
29. An _______ is made up of letters, words and numbers enclosed between a left
and right angular bracket.
(A) HTML document (B) Web document (C) Attribute (D) HTML tag
Ans : SciTE
32. Which of the following tag ends the current line and is also an unpaired tag ?
(A) <br>or</br> (B) <p>...</p> (C) <h1>...</h1> (D) <u>...</u>
Ans: (A) <br>or</br>
33. Which of following is used to view an HTML document ?
(A) Internet Explorer (B) Mozilla Firefox
(C) Netscape Navigator (D) All of the given
Ans : Universal
36. Which sign is used between the name and value of an attribute ?
Page 4
(A) : (B) → (C) ; (D) =
Ans : =
37. The second part of an attribute is _____.
(A) name of the attribute (B) value of the attribute
(C) = symbol (D) all of the given
Ans : Attributes
41. If the referred file is located one directory above then _____ sign is used before
the called file name.
(A) / (B) ../ (C) /.. (D) ./
Ans : ../
42. ______ address is used when the calling file and called file are in the same
directory.
(A) Relative (B) Irrelative (C) Absolute (D) Unabsolute
Ans : Relative
43. Web pages created using an HTML code contain only fixed Information and
hence are known as ______ web pages.
(A) static (B) dynamic (C) fixed (D) compulsory
Ans : static
44. A web site which is a collection of many web pages, manages links through _____
management.
(A) parent file (B) referred file (C) hyper link (D) all of the given
Page 5
45. The file which has been called with the use of hyperlink is known as ______ file.
(A) referred (B) called (C) parent (D) A or B file.
Ans : parent
46. The HTML document referring another file with the usage of <a> tag is known
As _____
(A) parent file (B) calling file (C) A or B (D) referred file
Ans : A or B
47. Set of some word/text of the web site that appears in different colour (generally
blue and underlined) are called ____.
(A) blue link (B) text link
(C) hyper link (D) none of the given
Ans : hyper link
48. ______ is used to display further explanation of some particular content in web
site.
(A) <p> tag and </p> tag (B) hyperlink
(C) tag (D) <acronym> and </acronym> tag
Ans : hyperlink
49. The content of ____ element is written in typewriter type of fonts.
(A) <tt>...</tt> (B) <p>...</p> (C) <s>...</s> (D) <b>...</b>
Ans: (A) <tt>...</tt>
50. The output of an HTML coding H 2 O will be ______
(A) H 2
O (B) H 2O (C) HO 2 (D) HO 2
Ans : H2 O
51. The content of _______ element is displayed one font size smaller than the rest of
the text surrounding it.
(A) <small>and</small> (B) <s>and</s>
(C) <i>and</i> (D) <u>and</u>
Ans: (A) <small>and</small>
52. Typewriter type of fonts are also known as ________ fonts.
(A) black and white (B) keyboard
(C) mono-spaced (D) none of the given
Ans : mono-spaced
53. _______ tag is used to display the content with a strikethrough a thin line through
the text.
Page 6
(A) <i>and</i> (B) <s>and</s> (C) <u>and</u> (D) <b>and</b>
Page 7
Ans : width
62. _____ attribute of < hr /> element displays a solid plain line instead of shade line.
(A) align (B) noshade (C) shade (D) color
Ans : noshade
63. Which of the following attribute of <hr/> element is defined using pixel ?
(A) size (B) color (C) width (D) align
Ans : size
64. The content of ____ tag pair is displayed in much emphasized manner.
(A) <strong>… (B) <em>… </em> (C) <b>... </b> (D) <strike>...
</strong> </strike>
Ans : …
65. Important things such as "Must be done" and "Important" can be written using
____ tag.
(A) … (B) <em>... </em> (C) <sup>... </sup> (D) ...
Ans : …
66. The _____ tag pair displays the content in emphasized manner.
(A) <b>... </b> (B) <strike>... (C) <cite>... </cite> (D) <em>... </em>
</strike>
Ans : ...
67. The tag that tells the browser what the user want and accordingly manages
formatting process are known as _____ tags.
(A) style (B) physical style (C) logical style (D) demand style
Ans : logical style
68. Which of the following form basic two sections of an HTML code ?
(A) Head and Body (B) Physical and Logical
(C) Code and Browser (D) Meta-tags and Body
Ans : Head and Body
69. Which symbol will be represented using HTML coding "& # 1 6 9 ;"?
(A) > (B) < (C) Ⓡ (D) ©
Ans : ©
70. Which of the following HTML coding will represent ‘>’ symbol ?
(A) & g t ; (B) & # 6 2 ; (C) A or B (D) & I t ;
Ans : A or B
71. Special characters tag starts with ____ symbol.
Page 8
(A) & (B) # (C) @ (D) >
Ans : &
72. _____ tag displays the text in italics.
(A) <code>... (B) <dfn>...</dfn> (C) <em>… </em> (D) <b>... </b>
</code>
Ans : ...
73. _____ tag demonstrate computer programming code segments and the text is
displayed in a fixed width font.
(A) <b>... </b> (B) <em>... </em> (C) <code>… (D) <dfn>... </dfn>
</code>
Ans : …
74. Which of the following element cites important text such as title of books, films,
etc. ?
(A) <dfn>... </dfn> (B) <cite>… </cite> (C) <em>… </em> (D) <strong>...
</strong>
Ans : …
75. The tags that gives additional information about the content and the HTML
documents are known as _____ tag.
(A) meta (B) extra (C) special (D) code
Ans : meta
76. The _____ value of name attribute of meta-tag provides information about the
author of the web page.
(A) keywords (B) description (C) author (D) http-equiv
Ans : author
77. In which of the following sections can we add comments in HTML document ?
(A) Head (B) Body
(C) Both head and body (D) Either head or body
Ans : hexadecimal
Page 9
80. 00 To FF means_____
(A) 0 to 256 (B) 0 to 257 (C) 0 to 255 (D) 0 to 251
Ans : 0 to 255
81. The combination of red, green and blue values give more than _____ different
colours.
(A) 8 (B) 10 (C) 20 (D) 16
Ans : 16
82. Which of the following is used to set a visited link in HTML code ?
(A) alink (B) vlink (C) before link (D) after link
Ans : vlink
83. Which of the following is used to set an active link in HTML code ?
(A) alink (B) vlink (C) before link (D) after link
Ans : alink
84. Generally a hyperlink in a web page is presented using _____ colour.
(A) red (B) green (C) yellow (D) blue
Ans : blue
85. _________ is an electronic spreadsheet package from the OpenOffice suits.
(A) Calc (B) Writer (C) Excel (D) Lotus 123
Ans : Calc
86. _____ of the following are basic components of spreadsheet.
(A) Workbook, worksheet (B) Row, column
(C) Cell (D) All of the given
Ans : All of the given
87. A______ is an intersection of row and column.
(A) workbook (B) worksheet (C) cell (D) all of the given
Ans : cell
88. For which of the following application, spreadsheet package is useful ?
(A) Balance sheet preparation (B) Result analysis
(C) Statistical data analysis (D) All of the given
Ans : All of the given
89. Which of the following type of package does Calc refer to ?
(A) Spreadsheet (B) Multi-sheet
(C) Double sheet (D) Cannot be determined
Ans : Spreadsheet
Page 10
90. Calc programm is used for creating which of the following document ?
(A) Graphic (B) Spreadsheet
(C) Letter (D) None of the given
Ans : Spreadsheet
91. The default name given to the Calc file is ______.
(A) defaulti (B) untitled1 (C) Calc 1 (D) B or C
Ans : untitled1
92. ________menu contains the commands to operate the entire document such as
creating a new document, saving file, printing, print preview, etc.
(A) File (B) Edit (C) Window (D) Help
Ans : File
93. _______ menu contains editing commands such as cut, copy, paste, find & replace
etc
(A) A File (B) Edit (C) View (D) Insert
Ans : Edit
94. Which of the following menu is used for adding or removing elements of the
user interface, page break preview, etc.?
(A) Edit (B) Insert (C) Format (D) View
Ans : View
95. Which of the following menu contains additional tools such as spellchecking
document protection formulas error correction, etc.?
(A) Edit (B) Insert (C) Tools (D) Data
Ans : Tools
96. Operations such as data processing, data sorting, data filtering, etc. are
performed by _____ menu.
(A) Edit (B) Tools (C) Window (D) Data
Ans : Data
97. Operations related to window such as opening a new window, freezing cells,
displaying list of OpenOffice Org documents, etc. are done by ______ menu.
(A) Edit (B) Tools (C) Window (D) Data menu
Ans : Window
98. When any option of submenu contains shape, that means there are more
suboptions available with the option.
(A) ▶ (B) ◀ (C) > (D) <
Ans : ▶
Page 11
99. The ______ toolbar contains frequently used commands for formatting content of
a cell.
(A) standard toolbar (B) title bar
(C) formatting toolbar (D) formula bar
Ans : formatting toolbar
100. ________ display the address of the active cell.
(A) Name box (B) Formula bar (C) Status bar (D) All of the given
(Address box)
Page 12
Ans : column header
109. The height of the cow can be increased or decreased with sign
(A) + (B) ↕ (C) ↔ (D) ↑
Ans : ↕
110. 41. The width of the column can be increased or decreased with
(A) + (B) ↕ (C) ↔ (D) ↑
Ans : ↔
111. Which of the following is the extension of a worksheet created in Cale ?
(A) ods (B) odd (C) xls (D) obj
Ans : ods
112. _______are stored in the left side of the cell in Calc.
(A) Numbers (B) Formulas (C) Letters (D) All of the given
Ans : Letters
113. Which menu and options are used to turn off/on the toolbars ?
(A) View Toolbars (B) Insert Toolbars (C) Tools Toolbars (D) Help Toolbars
Ans : View Toolbars
114. Which of the following menu is used to save and close Calic document and ope
an extating Calc document ?
(A) file (B) Window (C) Data (D) View
Ans : file
115. If we move a cell containing a formula having reference to another cell in the
worksheet, what will happen to the cell numbers used in formula ?
(A) The cell row and column sare changed at destination.
(B) The cell row numbers are changed at destination.
(C) The cell column numbers are changed at destination.
(D) Nothing will be changed.
Ans : The cell row and column sare changed at destination.
116. In spreadsheets, a cell range is denoted by the address of the first cell and the
address of the last cell, separated by a _______ .
(A) ; (B) : (C) > (D) !
Ans : :
117. The current worksheet tab has _________ background by default.
(A) black (B) grey (C) white (D) pink
Ans : white
Page 13
118. The tab other than the current worksheet tab has _________ background by
default.
(A) black (B) grey (C) white (D) pink
Ans : grey
119. _________ sign on the sheet tab takes you to the very first worksheet ?
(A) ► (B) ◄ (C) ►I (D) I◄
Ans : I◄
120. Which of the following will be inserted in a worksheet if =starcalcteam( )is
inserted in a Calc cell ?
(A) Stars (B) Photograph of Calc developer
(C) Calc licence Information (D) Cale version Information
Ans : Photograph of Calc developer
121. Which of the following technique arranges the data set in a particular order
such as ascending or descending ?
(A) Data formatting (B) Data validations
(C) Data filtering (D) Data sorting
Ans : Format
125. Which of the following can be inserted in a worksheet?
(A) Sheet (B) Row (C) Column (D) All of the given
Ans : All of the given
126. Which menu is used to change column width or row height ?
(A) Edit (B) Format (C) Insert (D) View
Ans : Format
Page 14
127. _____key is used to select the cells that are not physically adjacent to each other.
(A) Tab (B) Shift (C) CTRL (D) Alt
Ans : CTRL
128. _____option of Delete contents dialog box deletes text contents from the selected
cell/cell range.
(A) Date & Time (B) Text (C) Numbers (D) Notes
Ans : Text
129. The header and footer areas in Calc are divided in_____ areas
(A) 3 (B) 4 (C) 5 (D) 2
Ans : 3
130. ______ option of Page Style dialog box is used to create page header
(A) Borders (B) Page (C) Sheet (D) Header
Ans : Header
131. In Page Style dialog box._____ tab is used to select border type, border colour
and border thickness along with other options to set borders.
(A) Borders (B) Sheet (C) Page (D) Header
Ans : Borders
132. In Page Style dialog box._____ option of Page tab shows various paper size.
(A) Format (B) Margin (C) Paper tray (D) Page layout
Ans : Format
133. Various options provided by _____ tab of Page Style dialog box allows you to set
paper format, margines, orientation, etc.
(A) Page paper (B) Sheet (C) Borders (D) Header
sizes.
Ans : Page paper sizes.
134. Page preview will also allow you to do which of the following setting ?
(A) Borders (B) Margins
(C) Column and row heading (D) All of the given
Ans : AVERAGE ( )
160. The ________ returns the geometric mean of numbers given to it.
(A) HARMEAN ( ) (B) MEAN ( ) (C) GEOMEAN ( ) (D) MEDIAN ( )
Ans : GEOMEAN ( )
161. The ______ multiplies non-negative number and returns ath root.
(A) HARMEAN ( ) (B) MEANT (C) MEDIAN ( ) (D) GEOMEAN ( )
Ans : GEOMEAN ( )
162. The_______ gives harmonic mean of n numbers.
(A) HARMEAN () (B) MEAN (C) MEDIAN () (D) GEOMEAN ()
Ans : HARMEAN ()
163. The _______returns the most common value in a data set.
(A) MEDIAN (B) MEAN ( ) (C) MODE ( ) (D) COUNTA ( )
Ans : MODE ( )
164. Which of the following function do not consider empty cells?
(A) MODE ( ) (B) COUNTA ( ) (C) C MEDIAN ( ) (D) AVERAGE ( )
Ans : COUNTA ( )
165. The ______ returns the kth largest numeric value found in the given set of values
x.
(A) LARGE ( ) (B) MAX ( ) (C) BIG ( ) (D) TOP ( )
Ans : MAX ( )
166. The ________ returns the kth smallest numeric value found in the given set of
values X.
(A) MIN ( ) (B) SMALL ( )
(C) LOWER ( ) (D) none of the given
Ans : SMALL ( )
167. = RANK (67: A1: F1; _____) function returns the rank of a given number from the
call range Al to F1 after arranging it in descending order.
(A) 0 (B) 1 (C) 2 (D) 3
Ans : 0
168. = RANK (67: Al: F1; ______) function returns the rank of a given number from the
cell range A1 to F1 after arranging it in ascending order.
(A) O (B) 1 (C) 2 (D) 3
Ans : 1
169. The______ converts a negative number into positive number.
(A) ABS ( ) (B) EXP ( ) (C) ROUND ( ) (D) INT ( )
Ans : ABS ( )
170. Which sign is used to specify cell range in function ?
(A) ; (B) : (C) , (D) >
Ans : :
171. In which of the following way a function wizard can be activated ?
(A) Select Insert Function menu and commands
(B) By pressing CTRL+ F2 keys together
(C) By pressing the function wizard f(x) icon available on formula toolbar
(D) Any of the given
Ans : Any of the given
172. What will happen if function is not started with sign ?
(A) The function will give error.
(B) The function will be treated as text.
(C) The function will add sign automatically
(D) None of the given
Ans : The function will be treated as text.
173. The arguments of a function is separated using______ sign.
(A) : (B) : (C) , (D) B or C
Ans : B or C
174. How many arguments one can use with a Calc function ?
(A) One (B) Two
(C) Three (D) Depends on the function
Ans : Depends on the function
175. The output of =TRUNC (1.219; 1) will be ______.
(A) 1 (B) 1.2 (C) 1.23 (D) 1.239
Ans : 1.2
176. The _____ returns the values of exponential function ex for the given number x
(A) ABS ( ) (B) EXP ( ) (C) LN ( ) (D) LOGIO ( )
Ans : ABS ( )
177. Which of the following function returns the value of the factorial function for
the given number ?
(A) FACT ( ) (B) EXP ( ) (C) ABS ( ) (D) ROUND ( )
Ans : FACT ( )
178. The_______ returns the square root of a positive number.
(A) PRODUCT (B) ABS (C) SQRT() (D) SQR( )
Ans : SQRT( )
179. _______ rounds the given number to the specified places.
(A) ABS (B) INT ( ) (C) ROUND ( ) (D) SQRT ( )
Ans : SQRT ( )
180. The output of =ROUND (45.345; 1) will be ______.
(A) 45 (B) 46 (C) 45.3 (D) 45.4
Ans : 45.4
181. The output of =ROUNDUP (45.345: 1) will be______.
(A) 45 (B) 45.4 (C) 45.5 (D) 46
Ans : 45.4
182. ________refers to a list of instructions in a proper order to solve a problem.
(A) Pseudo code (B) Algorithm (C) Flow chart (D) Program
Ans : Algorithm
183. _______is an entity whose value once assigned remains fixed and cannot be
changed during the entire process.
(A) Variable (B) constant
(C) Both A and B (D) None of the given
Ans : Variable
184. Which of the following are arithmetic operation?
(A) Addition. Subtractions (B) Division. Multiplication
(C) Both A and B (D) Taking any decision
Ans : Both A and B
185. Which of the following can be considered as a computer process?
(A) Social (B) Arithmatic operation
(C) Logical operation (D) Both B and C
Ans : Both B and C
186. In which symbol the statement Print B written?
(A) Oval (B) Rectangle (C) Parallelogram (D) Circle
Ans : Parallelogram
187. In which of the following symbol, the variable is assigned the value or the
output Is displayed?
(A) Oval (B) Diamond (C) Rectangle (D) Parallelogram
Ans : Parallelogram
188. When a flow chart becomes too large, to fit into a single page, in such case a
_______symbol can be used to join the two parts of a flow chart.
(A) Input/output (B) connector (C) process (D) flow line
Ans : process
189. Which of the following is used to distinguish different connector pairs in flow
chart?
(A) Arrows are used
(B) Alphabets or other characters are use
(C) Circles are use
(D) Diamonds are use
Ans : Russian
199. Which of the following refers to as list of instructions in a proper order to solve
a problem called?
(A) Algorithm (B) Flow chart (C) Sequence (D) Roadmap
Ans : Algorithm
200. Which of the following is not a problem solving technique?
(A) A Pseudo code (B) Flow chart (C) Algorithm (D) Sequence
Ans : Sequence
----- -----