IT CBSE Class X Sample Papers for Board Exam

Last Updated: Dec 26, 2025

Oct 14 • 10th, 10th board, Board Exam, Board Sample Papers • 44321 Views • 30 Comments on IT CBSE Class X Sample Papers for Board Exam

Group Discussion

click here to join our gate telegram group get 50% discount on ebooks of notes at onlinekhanmarket & get 20% discount on studymaterial.oureducation on 1st purchase

The Central Board of Secondary Education (CBSE) is, of course, the main authority for conducting both Class 10th and 12th Board Examinations across the country. In this particular article, we’ve focused on making Foundation of IT CBSE Class X Sample Papers readily available for all students who are preparing to appear for their exams. We’re confident these papers will be incredibly helpful, giving you a clear understanding of the types of questions asked and aligning perfectly with the latest CBSE paper pattern.

It’s completely normal to feel a bit of tension as board exams approach, bringing with it the intense need for solid preparation and plenty of practice. That’s precisely why these Foundation of IT CBSE Class X Sample Papers will prove to be extremely handy. Rest assured, they’ve been put together by experienced educators and bright minds, so we’re sure you won’t regret using them as a key part of your study routine!

In order to enhance your practice take help from CBSE 10th Social Science Sample Paper.

General Instruction to be followed by the students are:

 Foundation of IT CBSE Class X Sample Papers

Foundation of IT Class X

1) This paper is divided into three Section.

2) Section- A is of one word answer type questions.

3) Section-B is of long answer type questions.

4) Section-C is Multiple answer questions.

5) All questions are compulsory.

(6) Marks are allotted to each questions for your convenience.

SECTION-A [One Word Answer Type]

Question-1

FILL IN THE BLANKS:-                                                                                     10

1.1  _____ is a place where the web pages reside.
1.2  _____ URL is used to invoke e-mail software through hyper-link.
1.3  _____ protocol utilizes TCP to transfer hypertext request and information between servers and browsers.
1.4 The software that is used to view the web pages is known as _____ .
1.5 In order to exchange files over the internet _____ protocol is used.
1.6 For taking part in inter-networking, each system must have unique _____ address.
1.7 To insert the current time and date in a document of notepad one has to select Time/date option under _____ menu.
1.8   Collection of related information is called _____ .
1.9   Maximum length allowed for a text field is ______ .
1.10 HTTP is a _____ protocol.

Question-2

STATE TRUE AND FALSE:-                                                                               10

2.1 Web browser is a CLIENT SOFTWARE that allows users to display web pages.
2.2 HTTP is a protocol used on the web to transfer documents.
2.3 One can login to anonymous site only as an administrator.
2.4 HTML is an improved version of SGML.
2.5 Routers can connect different networks using same protocol.
2.6 FTP is responsible for breaking up and reassembling of data packets.
2.7 Formatting tool-bar has all the options for changing the font properties.
2.8 OMR is used to read the specially printed numbers on the bank cheque or draft.
2.9 Database management is a function of operating system.
2.10 Windows 3.1 is a GUI based operating system.

SECTION-B [Long Answer Type]

Question-3

Carefully study the given web page. Identify 10 tags(structural as well as formatting tags) that has been utilized in creating the web page and write their usage.                          15

FOUNDATION OF IT CBSE CLASS X - 1

Apptitute Test

Question-4

4.1 What did level 2 of evolution of HTML introduce?                                      1

4.2 Give one word answer                                                                                5
a) This is responsible for breaking up and reassembling of data packets
b) This element is having both start tag and end tag.
c) The one who breaks into a secured system with non malicious intentions.
d) Connection, request, response and close are the four steps of transaction under this protocol.
e) A standard of internet used to detect file types on the web.

4.3 Identify the errors in the following code and rewrite the code with each corrections underlined      <html>
<head>
<title> QUESTION </title>
<body>
<b>BOLD<br>
<i>ITALICS<br>
<p alignment=”center”>CENTER</p>
</body>
<head>
</html>

Question-5

5.1 Draw the XML tree for the given code:                                                        3

<bookstore>
<book category=”NOVEL”>
<title lang=”en”>Three Mistakes of My Life</title>
<author> Chetan Bhagat</author>
<price>500.00</price>
</book>
<book category=”CHILDREN”>
<title lang=”en”>Harry Potter</title>
<author>J. K. Rowling</author>
<price>250.00</price>
</book>
</bookstore>

5.2   Write an HTML code to generate the given table in web page exactly as given. 2

SUPPLIERS

SUPPLIER ID

SUPPLIER NAME

STATUS

CITY

S1

Britannia

10

Kolkata

Question-6 

Write the HTML code to generate the following output.                                       5

FOUNDATION OF IT CBSE CLASS X - 2

Generate HTML Code

Note: the given points must be followed

  • Link color should be green, active link should be blue and visited link should be red
  • The title of the page is “THE APTITUDE TEST”
  • The heading should be moving
  • The name of the image is “i.jpg”
  • Proper indentation should be maintained as given in the picture
  • The “START TEST” link should link to “test.html”
  • Take the help of table concept to format the given page but the tables must not be visible

SECTION-C [Objective]               

Question-7                                                                                          

7.1 Which of these is not a part of URL?                                                            16

a) IP address
b) port number
c) domain name
d) none of these

7.2 In order to interpret XML document one should

a) use standardized tags
b) have a document type definition which defines the tag
c) define the tags separately
d) specify tag file name

7.3 The virus that is often disguised as a useful computer program

a) trojan horse
b) hacker
c) worm
d) spam

7.4 Valid XML document means

a) the document has one root element
b) the document contains one or more root elements
c) the document has a DTD and compiles to it
d) each element must be in capital letter

7.5 HTML is a

a) package
b) software
c) language
d) none of these

7.6 What part of database holds all information about an item or subject?

a) Record
b) file
c) query
d) chart

7.7 Which of the following is not a data type

a) picture/graphics
b) date/time
c) text
d) number

7.8 To store a file having 95MB size, which of the following devices cannot be used?

a) Floppy disk
b) CD
c) DVD
d) Pen drive

7.9 A domain name ending with .org belongs to

a) an educational institution
b) an organization
c) a site that is highly organized
d) a commercial site

7.10 For frames in HTML, how do you specify the rest of the screen

a) using &
b) using $
c) using *
d) using #

7.11 What is the difference between html and xml?

a) HTML is used for exchanging data and XML is not
b) XML is used for exchanging data and HTML is not
c) HTML can have user defined tags and XML cannot
d) both b and c

7.12 Which tags are most commonly used by search engines?

a) Heading
b) title
c) paragraph
d) all of the above

7.13 What is the attribute for <image> tag?

a) path
b) src
c) href
d) action

7.14 What are <div> tags used for?

a) to replace paragraphs i.e., p tags                  
b) to locally divide the paragraphs                   
c) to logically divide the document                      
d) to provide space between tables

7.15 The attribute used to specify number of rows is

a) rownum         
b) rownumb      
c) rn      
d) rowspan

7.16 What are meta tags used for?

a) to store information usually relevant to browsers and search engines
b) to only store information usually relevant to browsers
c) to only store information about search engines
d) to store information about external links

To get pdf of more  Foundation of IT CBSE Class X Sample Papers, follow:

Related Links:

  1. Sample paper of mathematics for class 10th
  2. Sample Paper of English Class 10 CBSE
  3. CBSE Sample Paper of Science Class 10
  4. Sample Paper of Class 10 Social Science

Please add relevant comment to our post and provide your feedback to us for the further improvement of this paper. 

Tell us Your Queries, Suggestions and Feedback

Your email address will not be published. Required fields are marked *

30 Responses to IT CBSE Class X Sample Papers for Board Exam

  1. Website design in Oakville says:

    This is absolutely interesting, You’re an extremely skilled blogger.
    I have joined
    your feed and appearance forward to seeking more of
    your wonderful post. Also,
    I’ve distributed your website in my social networks!

  2. Anonymous says:
  3. adultfriendrfinder contact says:

    What’s up, of course this piece of writing is in fact good and
    I have learned lot of things from it concerning blogging.
    thanks.

  4. sparsh prakash says:
  5. sparsh prakash says:

« »