MOUNT LITERA ZEE SCHOOL
RIKHIA, B. DEOGHAR
HALF-YEARLY EXAM-2021
1
Subject:-Computer Time- 1 2 Hrs.
Class- X F.M-40
Multiple Choice Questions:-
(1x40=40)
1. HTML is a
(a) package
(b) software
(c) markup language
(d) None of these
2. HTML tags are enclosed in
(a) curly brackets
(b) square brackets
(c) double quotes
(d) angular brackets
3. Container elements in HTML require
(a) starting tag
(b) ending tag
(c) starting and ending tags
(d) None of the above
4. Which program do you need to write HTML code?
(a) Spreadsheet
(b) Access
(c) Notepad
(d) None of these
5. Which of the following is the correct code of HTML page?
(a) <HTML>
<TITLE> Hello
</TITLE>
</HTML>
(b) <HTML>
<HEAD>
<TITLE> Hello
</TITLE>
1
</HEAD>
</HTML>
(c) <HTML>
<BODY> Hello
</HTML>
(d) <HTML><HEAD> Hello
<BODY>
</HTML>
6. Which attribute is not supported by a <BODY> tag?
(a) bgcolor
(b) size
(c) text
(d) link
7. Which attribute of <BODY> tag specifies the color of visited links in a document?
(a) vlink
(b) alink
(c) link
(d) None of these
8. Choose the correct HTML tag for the largest heading.
(a) <H2>
(b) <H4>
(c) <H6>
(d) <H1>
9. Which of the following HTML container tags do you apply to text for formatting the text
as a paragraph?
(a) <PARAGRAPH> ……. c/PARAGRAPH>
(b) <PARA> ………. </PARA>
(c) <P> ……… </P>
(d) None of the above
10. The tags used for specifying the style in HTML are (i) <B> (ii) <I> (iii) <M> (iv) <L>
2
Choose the correct one
(a) (i) and (ii)
(b) (i) and (iii)
(c) (ii) and (iv)
(d) (i), (ii) and (iii)
11. In an unordered list, it is necessary to enclose each item in
(a) <LI> tag
(b) <UL> tag
(c) <I> tag
(d) <OL> tag
12. To start a list with number 3, we should write
(a) <OL start=”3″>
(b) <OLtype=”3″>
(c) <OL value=”3″>
(d) All of these
13. The correct HTML code for inserting an image is
(a) <img href=”image.gif”>
(b) <img> image.gif</gif>
(c) <img src = “image.gif”>
(d) <image src = “image.gif” >
14. The policy of cyber safety is commonly known as :
(a) E- Commerce
(b) Cyber ethics
(c) Fraud
(d) None of these
15. The process of buying or selling of goods or services using Internet is calles_____
(a) E- Commerce
(b) Cyber Ethics
(c) Fraud
(d) None of these
16. You ordered a product online and it was not delivered to you. This will be called as__
(a) online fraud
(b) cyberbullying
3
(c) hacking
(d) None of these
17. A safe site’s URL starts with ________
(a) https://
(b) http://
(c) http:s//
(d) none of these
18. Linux is an example of _______ software.
(a) free software
(b) open source software
(c) shareware
(d) none of these
19. The _____ attribute is used to specify alternate or substitute text when the image is not
displayed.
(a) alt
(b) sub
(c) text
(d) none
20. Which of the following tag is suitable for creating a numbered list?
(a) <BR>
(b) <OL>
(c) <UL>
(d) <DL>
21. In a Web page, you can place
(a) 2 levels of headings
(b) 6 levels of headings
(c) 4 levels of headings
(d) 7 levels of headings
22. The default alignment for paragraph is
(a) left
(b) right
(c) center
(d) justified
4
23. Which of the following is not a container element?
(a) P
(b) B
(c) OL
(d) HR
24. Choose the correct option.
A. HTML form elements are used for taking user input.
B. HTML form elements are defined inside <for> tag.
C. HTML form elements can be of different types.
D. All of these.
25. Which one of the following is a form element?
A. text box.
B. radio button.
C. submit button.
D. All of these.
26. Which one of the following is incorrect?
A. <label> tag in HTML is used for creating a tag for form elements.
B. <label> can be used to increase the clickable area of buttons
C. id attribute is used with <label> to increase the clickable area of form elements
D. None of the above
27. Choose the incorrect option.
A. radio button allows to choose only one option from the given options.
B. default option can be chosen using attribute "selected" in radio button
C. default option can be chosen using attribute "checked" in radio button
D. checkbox allows to choose one or more than one options from the given options.
28. Choose the incorrect option.
A. action attribute is used inside starting tag of form.
B. With the use of action, we can redirect to a page once submit button is clicked.
C. <form action:"home.php"> redirects to the page home.php
D. None of the above
29. Which one of the following does not hold true regarding GET method in HTML?
A. Use of GET method in HTML is more secured.
B. Use of GET method enables us to bookmark the page.
5
C. GET has size limitation.
D. None of the above
30. Which one of the following does not hold true regarding POST method in HTML?
A. Use of POST method in HTML is more secured.
B. Use of POST method enables us to bookmark the page.
C. POST has no size limitation.
D. None of these.
31. Which of the following tag is used for drop down list?
A. <select>
B. <text>
C. <textarea>
D. <dropdown>
32. How more than one option can be selected in drop down?
A. Use of multiple attribute inside <option> tag.
B. Use of multiple attribute inside <select> tag.
C. use of multiple attribute inside <text> tag.
D. It is not possible to select more than one option in drop down.
33. Choose the correct option.
A. Elements in HTML describes the way of presenting the content in the browser.
B. All elements must have atleast one attribute associated with it.
C. Both a and b.
D. None of the above
34. Which one of the following options is correct?
A. Both block element and inline element start in the new line.
B. Both block element and inline element start in the same line
C. Only inline element starts in new line.
D. Only block element starts in new line.
35. Which of the following is a block element?
A. <b>
B. <i>
C. <p>
D. <u>
36. Which of the following is an inline element?
A. <p>
B. <h1>
C. <div>
D. <s>
37. Choose the appropriate tag to get the content in browser as follows:
6
<html>
<body>
______
Johny Johny!
Yes Papa
______
</body>
</html>
Johny Johny!
Yes Papa
A. <p>
<p>
B. <pre>
</pre>
C. <s>
</s>
D. <b>
</b>
38. Choose the correct option.
A. HTML elements are represented within tags.
B. HTML tags are case insensitive.
C. While executing an HTML document, browser do not display the tags.
D. All of the above
39. Fill in the blank so that the browser display- Charge of elctron is 1.602x10^(-19)
on exexcuting the HTML document?
<!DOCTYPE html>
<html>
<body>
__________________
</body>
</html>
7
A. Charge of elctron is 1.602x10-<sup>19</sup>
B. Charge of elctron is 1.602x10<sup>-19</sup>
C. Charge of elctron is 1.602x10-<sub>19</sub>
D. Charge of elctron is 1.602x10<sub>-19</sub>
40. What does R,G and B in RGB value of HTML color mean?
A. Red,Green,Blue
B. Red,Grey,Black
C. Red,Grey,Blue
D. Red,Green,Black