ClassX Computerapplication Questionbank
ClassX Computerapplication Questionbank
General Instructions:
1. This Paper has 5 Sections A-E.
2. All Questions are compulsory. However, an internal choice of approximately 30% is provided.
3. Section A has 46 questions carrying 01 mark each.
4. Section B has 26 Very Short Answer (VSA) type questions carrying 02 marks each.
5. Section C has 15 Short Answer (SA) type questions carrying 03 marks each.
6. Section D has 9 Long Answer (LA) type question carrying 04 marks.
7. Section E has 4 Source based /Case-based /Passage based Questions carrying 04 marks each.
Page 1 of 12
6. Which one of the following is not an e-commerce website?
a. Snapdeal
b. Amazon
c. Diksha
d. Myntra
10. Using someone else’s twitter handle to post something, will be termed as:
a. Fraud
b. Identity theft
c. Online stealing
d. Violation
11. The HTML tag used to make the text underline is ____:
a. <underline>
b. <und>
c. <U>
d. <Line>
Page 2 of 12
14. Which tag is used to provide line break __________ in html document.
a. <p>
b. <br>
c. <line>
d. <em>
Page 3 of 12
23. Which of the following is not a legal domain in context of web address?
a. edu
b. com
c. tv
d. work
24. If the background image is smaller than the screen, what will happen?
a. It will be stretched
b. It will leave a blank space at the bottom of your page
c. It will be repeated
25. The attribute of the <IMG> tag used to specify the location of an image is ____:
a. img
e. src
f. alt
g. name
Questions No-37 to 41 are Assertion and Reason types. Each question consists of two statements, namely,
Assertion (A) and Reason (R). Select the most suitable option considering the Assertion & Reason.
37.
Assertion (A): HTML is a Markup language.
Reason (R): HTML is used to structure or format text with the help of predefined tags.
(a) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
38.
Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.
Reason (R): HTML is a case sensitive language.
(a) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
Page 4 of 12
39.
Assertion (A): <BR> tag is a container tag.
Reason (R): Container tag requires starting as well as ending tags.
(c) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(d) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
40.
Assertion (A): Web pages are the files that cannot be viewed without a web browser.
Reason (R): Web pages are stored as HTML files.
(e) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(f) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
41.
Assertion (A): Web browsers can be used to view web pages.
Reason (R): web browsers are search engines.
(g) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(h) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
73. "Plagiarism is a major problem in the world nowadays". What do mean by plagiarism? Write any two
steps to avoid plagiarism.
74. Observe the following table and write the HTML code to generate it:
88.
Page 7 of 12
Write the HTML code to design the above-shown web page considering the specifications as given below
• Background color of the page should be yellow.
• Heading 'Our Country: India' should be the first level of heading
• The image named ‘India.jpg’ should be placed at the centre.
• Formatting style for the paragraph
o Font Size: 5
o Font Name: Times New Roman
o Color: Red
• Superscript and subscript tags should be used wherever required.
• Facts (as shown in the above webpage) should be written with the help of the unordered list.
89. Write the HTML code to design the web page as shown below, considering the specifications that follow.
You can write the code for any 4 specifications out of the given 5 specifications.
Specification-1: The HTML code structure should be proper. Heading ‘List of states and their popular cities ‘
should be the second level of heading at the centre of the page and the Background color of the page should
be yellow.
Specification-2: JPG Image named “NATION” should be placed.
Specification-3: The page should consist of a nested list and the data as exactly given in the question. The
outer list should be numbered list.
Specification-4: The inner list as given should be symbol based
Specification-5: feedback should be the email link [email protected]
90. Write the HTML code to design the web page as shown below, considering the specifications that follow.
You can write code for any 4 specifications out of the given 5 specifications:
Page 8 of 12
Specification-1: Title of the web page is "Motivational Books" and the heading of level -1 at the middle of the
web page is "Indian Motivational Books".
Specification-2: The caption of the table is "Popular Books in India"
Specification-3: The tabular data of 4 rows and 2 columns is with border size as 2.
Specification-4: The content "R.K.Narayan" is Bold, Italics and Underline
Specification-5: The image “fdbk.jpg” at the end will give feedback on the email [email protected]
91. (a) Observe the following table and write the HTML code to generate it:
Marks
English Maths Economics Physics
67 89 77 92
(b) Write the names of one attribute each for the following tags:
(i) <Body> (ii) <Table> (iii) <HR> (iv) <img>
92. (a) Mr. Jayanto Das is confused between Shareware and Open-source software. Mention at least two points of
differences to help him understand the same.
(b) Write HTML code to set the image “Pen.jpg” stored in “My Pictures” folder in C:\ as the background of your
web page.
93. (a) Write the HTML code to display a horizontal line of red colour.
(b) Write the HTML code to create a paragraph whose text colour is blue.
94. Observe the following table and write the HTML code to generate it:
Question Marks
2
1 2
5
95. What do you understand by CSS? What are the ways of adding Stylesheets to a Web Page?
96. What are CELLSPACING and CELLPADDING attributes of table tag? Write the HTML code to display the use of
these attributes.
Page 9 of 12
Section - E (4 Marks Each)
Case Study -1
97. Naveen went to an interview for the post of web developer. In the technical test, he was supposed to design
an HTML table as given below. Help him to complete the table with the right statements in the blanks.
Observe the table and attempt any four questions (out of 5) given after the table).
Futuristic Time Table
4 Speed Velocity
<HTML>
<HEAD>
<TITLE> Table Concept </TITLE>
</HEAD>
<BODY>
Page 10 of 12
<td> Velocity </td>
</tr>
<!- STATEMENT-5>
______
______
______
a. Write the attribute value to complete Statement-1 to achieve the output given in the above table.
b. Write suitable option for the blanks given in Statement-2.
c. Write the appropriate answer for the blank given in Statement-3
d. Write the appropriate answer for the blank given in Statement-4
e. What will be the complete sequence of closing the above html document in statement 5?
Case Study-2
98. Parminder recently celebrated his 14th birthday. On his birthday he got to know about Facebook. He learned
how social networking sites help people to meet their friends and discuss things online. He also found out
that he is now eligible to open a Facebook account. He creates his profile on Facebook and starts connecting
with his friends.
Within a few days, he befriends many people he knows and many people he does not know. After
some time, he starts getting negative comments on his posts. He also finds that his pictures are being shared
online on objectionable websites.
Based on the given information, answer the questions given below. Attempt any four questions
Case Study-3
99. (a) Geetu is an artist. She posts her artwork on the internet. One day she comes to know that Shreyas has
downloaded one of the paintings that she had posted without her permission. He had further printed that
image on an invitation card.
I. Has Shreyas done the right thing?
II. Which right of Geetu has he infringed?
(b) What are intellectual property rights? Why these rights should be protected?
**************
Page 12 of 12