CBSE Sample Papers for Class 10 Computer Applications Set 5 for Practice

Students can access the CBSE Sample Papers for Class 10 Computer Applications with Solutions and marking scheme Set 5 will help students in understanding the difficulty level of the exam.

CBSE Sample Papers for Class 10 Computer Applications Set 5 for Practice

Time : 2 hrs
Max. Marks : 50

General Instructions

  1. This question paper contains two parts A and B. Each part is compulsory.
  2. Part A carries 20 marks while Part B carries 30 marks.
  3. Part A consists very short answer and case based MCQ Questions and Part B is Descriptive Paper.
  4. Both Part A and Part B have choices.

Part-A

  1. It consists two sections-I and II.
  2. Section I has 13 questions of Very Short Answer Type. An examinee is to attempt any 10 out of 13 questions.
  3. Section II has two Case Studies. Each Case Study has 7 case-based sub-parts. An examinee is to attempt any 5 out of 7 sub-parts.

Part-B

  1. Question numbers 16 to 20 are Short Answer Type (SA-I) Questions of 2 marks each, Question numbers
    21 to 25 are Short Answer Type (SA-II) questions of 3 marks each and Question numbers 26 is Long Answer Type Question of 5 marks.
  2. Internal choice is provided in 1 question of 2 marks, 1 question of 3 marks and 1 question of 5 marks.

Part-A
Section I

This section consists of 13 questions of very short answer type. Question numbers 4 to 8 are of ‘fill in the blank’ type. Fill the blank with the most appropriate answer. Attempt any 10 questions from Question numbers 1 to 13.

Question 1.
Which terms is used as a service that allows users to send multimedia messages to each other?
Answer:

Question 2.
Write any two advantages of video conferencing.
Answer:

Question 3.
What is the use of modem?
Answer:

Question 4.
An element that only has a starting tag and no ending tag is ….. element.
Answer:
empty

Question 5.
The alt attribute provides …… for an image.
Answer:
alternative information

Question 6.
To insert a table on a web page, we use tag.
Answer:
<TABLE>

Question 7.
By default, color of a table is ……
Answer:
white

Question 8.
The id selector uses the …….. of an HTML element to select a specific element.
Answer:
id attribute

Question 9.
Which attribute helps you to display a text message instead of an image in <IMG> tag?

Question 10.
Give an example of plagiarism.
Answer:

Question 11.
Which type of E-commerce applies to any consumer that sells a product or service to a business over the Internet?
Answer:

Question 12.
Which extension is used to save the CSS file?
Answer:

Question 13.
Which tag is used to create a title for a table?
Answer:

Section II

Both the case study based questions are compulsory. Attempt any 5 questions (out of 7 questions) from each case study. Each question carries 7 mark.

Question 14.
IP Address
IP addresses are in aaa.aaa.aaa.aaa format, where each aaa is a number from 0 to 255. The length of IP address is 4 bytes. IP addresses identify the host computers, so that packets of information reached to the correct computer.
e.g. 162.192.1.89
The IP address has the following characteristics:

  • IP addresses are unique.
  • No two machines can have the same IP address.
  • IP addresses are also global and standardised.
  • All machines connected to the Internet agree to use the same scheme for establishing an address.

(i) Each computer connected to the Internet must
(a) be a pentium machine
(b) have a unique IP address
(c) have a web browser
(d) have a modem connection
Answer:
(b) have a unique IP address

(ii) An IP address is a string of numbers separated by periods.
(a) 3
(b) 4
(c) 2
(d) 5
Answer:
(b) 4

(iii) IP addresses are converted into
(a) a binary string
(b) alphanumeric string
(c) a hierarchy of domain names
(d) a hexadecimal string
Answer:
(c) a hierarchy of domain names

(iv) Which of the following translates domain names into IP addresses?
(a) URL
(b) Web address
(c) Domain abbreviation
(d) Domain name system
Answer:
(d) Domain name system

(v) Identify the IP address from the following URL:
http ://www. micros oft. com/ athome/ default, aspx
(a) microsoft.com
(b) http
(c) athome
(d) default, aspx
Answer:
(a) microsoft.com

(vi) The minimum value of IP address string is
(a) 2
(b) 4
(c) 16
(d) 0
Answer:
(d) 0

(vii) The maximum value of IP address string is
(a) 256
(b) 128
(c) 255
(d) 512
Answer:
(c)

Question 15.
HTML Structure
HTML document is a combination of various tags, which define the structure and appearance of the web page.
Following four basic elements are always present in every HTML document:

  • The <HTML> tag tells the browser that this is an HTML document. You must begin your html files with this tag and must end your HTML file with matching closing tag.
  • The <HEAD > tag is used for text and tags that do not appear directly on the web page. It acts as a header of file and contains some information like setting the title of the web page.
  • The <TITLE> tag contains the document title. This tag lies between <HEAD> and </HEAD > tags. The title specified inside this tag appears on the browser’s title bar.
  • The <BODY> tag is used for text and tags that appears directly on the web page. It helps us to create a look and feel of the web page. It holds all your content words, pictures and other stuff.

(i) An example of HTML editor is
(a) Notepad (b) Dreamweaver
(c) Microsoft frontpage
(d) All of these
Answer:
(d) All of these

(ii) The meaning of M in HTML is
(a) Management
(b) Markup
(c) Modified
(d) Machine
Answer:
(b) Markup

(iii) Which of the following is the correct code of HTML page?
(a) <HTML>
(b) <HTML>
<TITLE> Hello <HEAD>
</TITLE> <TITLE> Hello
</HTML> </TITLE>
</HEAD>
</HTML>
(c) <HTML>
<BODY> Hello
</HTML>
(d) <HTML>
<HEAD> Hello
<BODY>
</HTML>
Answer:
<HTML>
<TITLE> Hello <HEAD>
</TITLE> <TITLE> Hello
</HTML> </TITLE>
</HEAD>
</HTML>

(iv) Tags and text that do not display directly on the web page are placed in
(a) BODY
(b) TABLE
(c) HEAD
(d) TITLE
Answer:
(c) HEAD

(v) A web page normally consists of
(a) head and body
(b) top and bottom
(c) body and font
(d) body and title
Answer:
(a) head and body

(vi) Where do you place the <TITLE> tag in a HTML?
(a) BODY
(b) HEAD
(c) TITLE
(d) FONT
Answer:
(b) HEAD

(vii) Which section is used for text and tags that are shown directly on your web pages?
(a) Meta
(b) Head
(c) Body
(d) Table
Answer:
(c)

Part-B

All questions are compulsory. In case of internal choices, attempt any one.

Question 16.
Indian railway has a website dedicated to the E-reservation. Its URL is

  1. What does ‘in’ symbolise here?
  2. Suggest names of two more websites dedicated for E-reservation.

Answer:

Question 17.
Give the disadvantages of E-shopping. (2)

Question 18.
Explain the violation of intellectual property rights. (2)

Question 19.
Define consumer-to-consumer as a type of E-commerce. (2)

Question 20.
Sumit has to create, following list through HTML as a part of his social science project. Help hint in writing HTML code for the same. (2)
ASIAN COUNTRIES AND THEIR CAPITALS
1. INDIA
• New Delhi
2. PAKISTAN
• Islamabad
3. THAILAND
• Bangkok
Or
Write HTML code to generate the web page as shown below having list in the given style:
Career Options
• Medical
1. Medicine
2. Research
• Engineering
• Marketing
Answer:

Question 21.
Write the HTML code to generate the following table on a web page with the contents and alignments exactly shown below: (3)

StudentIdStudentnameAddress
101NehaDelhi

Answer:

Question 22.
Explain the HTML tables with tags. (3)
Answer:

Question 23.
What do you mean by trademark? How does it used to stop software piracy? (3)
Answer:

Question 24.
How the following factors that contribute to digital divide? (3)

  1. Age
  2. Gender
  3. Relevant content

Answer:

Question 25.
Describe the history of Internet in brief.
Or
Explain the Broadband over Power Line (BPL).
Answer:

Question 26.
Write the code to generate the following web page:
CBSE Sample Papers for Class 10 Computer Applications Set 5 for Practice 1
Note the following points while generating web page:
(i) Title of the page is “IIT”.
(ii) Font face of heading is “Cambria”.
(iii) The color of the heading of the page is “Red”.
(iv) Image used as “HT.png”.
(v) Table border is “3 px”.
(vi) Use link as:
For IIT Bombay as bombay.html
For IIT Kanpur as kanpur.html
For IIT Madras as madras.html
For IIT Delhi as delhi.html
For IIT Roorkee as roorkee.html
Or
Answer the following: (5)
(i) What is header cell?
(ii) Name the <TABLE> tag which is used as header cell.
(iii) Write the syntax to show the use of mailto function.
(iv) What is inline style of CSS in HTML?
(v) Write the code to insert an image that is right aligned, with height is 200 pixels, width is 250 pixels and image name is “image.jpg”.
Answer:

CBSE Sample Papers for Class 10 Computer Applications Set 4 for Practice

Students can access the CBSE Sample Papers for Class 10 Computer Applications with Solutions and marking scheme Set 4 will help students in understanding the difficulty level of the exam.

CBSE Sample Papers for Class 10 Computer Applications Set 4 for Practice

Time: 2 hrs
Max. Marks: 50

General Instructions

  1. This question paper contains two parts A and B. Each part is compulsory.
  2. Part A carries 20 marks while Part B carries 30 marks.
  3. Part A consists very short answer and case based MCQ Questions and Part B is Descriptive Paper.
  4. Both Part A and Part B have choices.

Part-A

1. It consists two sections-I and II.
2. Section I has 13 questions of Very Short Answer Type. An examinee is to attempt any 10 out of 13 questions.
3. Section II has two Case Studies. Each Case Study has 7 case-based sub-parts. An examinee is to attempt any 5 out of 7 sub-parts.

Part-B

1. Question numbers 16 to 20 are Short Answer Type (SA-I) Questions of 2 marks each, Question numbers 21 to 25 are Short Answer Type (SA-II) questions of 3 marks each and Question numbers 26 is Long Answer Type Question of 5 marks.
2. Internal choice is provided in 1 question of 2 marks, 1 question of 3 marks and 1 question of 5 marks.

Part-A
Section I

This section consists of 13 questions of very short answer type. Question numbers 4 to 8 are of‘fill in the blank’ type. Fill the blank with the most appropriate answer. Attempt any 10 questions from Question numbers 1 to 13.

Question 1.
Expand the term HTTP.
Answer:

Question 2.
What are two factors that you should consider while selecting the means to connect to the Internet?
Answer:

Question 3.
Which HTML attribute is used alongwith <TD> tag to merge two cells horizontally?
Answer:

Question 4.
The ….. tag is used to define basic font size for the HTML page.
Answer:
<BASEFONT>

Question 5.
<IMG> tag is used for …. images.
Answer:
displaying

Question 6.
….. is a word or an image that when clicked take us to another web page.
Answer:
Hyperlink

Question 7.
To set an image as background in HTML table, you can use ……. attribute.
Answer:
background

Question 8.
….. property of CSS sets the style of an element border.
Answer:
border-style

Question 9.
Which softwares help you to send or receive E-mail?
Answer:

Question 10.
Write about any law that is used to stop software piracy.
Answer:

Question 11.
Write the name of the protocols that are used to ensure secured online transaction.
Answer:

Question 12.
Write syntax for italic tag.
Answer:

Question 13.
With the help of which tag of HTML, you can display (a2 + b2) in the web page ?
Answer:

Section II

Both the case study based questions are compulsory. Attempt any 5 questions (out of 7 questions) from each case study. Each question carries 1 mark.

Question 14.
SMTP
It is the standard protocol for E-mail services on a TCP/IP network. SMTP provides the ability to send and receive E-mail messages.
SMTP is an application-layer protocol that enables the transmission and delivery of E-mail over the Internet.
The SMTP standard defines the conversation between the sender of an E-mail and the SMTP mail server that delivers the mail. In a SMTP conversation, the sender issues a certain sequence of commands to the receiving SMTP server. Generally, if the sender issues valid commands and the intended recipients of the E-mail are valid accounts on the receiving server, the receiving server will accept the message and attempt to deliver it.

(i) The full form of SMTP is
(a) Simple Mail Transfer Protocol
(b) Simple Mail Transmission Protocol
(c) Simple Mail Temporary Protocol
(d) None of the above
Answer:
(a) Simple Mail Transfer Protocol

(ii) SMTP protocol is
(a) used for composing an email message
(b) used in receiving incoming emails by pulling the message from server to client
(c) used in sending outgoing emails by pushing the message from client to server
(d) None of the above
Answer:
(c) used in sending outgoing emails by pushing the message from client to server

(iii) Which of the following protocol is used for delivering data from the source to the destination?
(a) TCP
(b) IP
(c) SMTP
(d) ARPANET
Answer:
(b) IP

(iv) The meaning of C in TCP is
(a) Client
(b) Consume
(c) Control
(d) Controls
Answer:
(c) Control

(v) Which protocol provides E-mail facility among different hosts?
(a) SMTP
(b) FTP
(c) TELNET
(d) SNMT
Answer:
(a) SMTP

(vi) The standard protocol of the Internet is
(a) TCD/IT
(b) TCP/IP
(c) TCP/IT
(d) TCT/IP
Answer:
(b) TCP/IP

(vii) In computing, IP means
(a) International Pin
(b) Internet Pin
(c) Invalid Pin
(d) Internet Protocol
Answer:
(d) Internet Protocol

Question 15.
Image in HTML

HTML can be used to insert images in the following formats:

  1. GIF (Graphics Interchange Format)
  2. XBM (X Bitmap)
  3. JPG or JPEG (Joint Photographic Experts Group)
  4. PNG (Portable Network Graphics)

The <IMG> tag is used to insert an image in a web page. It is very important to know that images are not technical part of the web page file, they are separate files which are inserted into the web page, when it is viewed by a browser.
So, a simple web page with one image is actually two files. When an HTML file is displayed in a browser, it requests the image file and places it on the web page where the tag appears.

(i) Web browsers display images in the following format
(a) XBM
(b) JPEG
(c) GIF
(d) All of these
Answer:
(d) All of these

(ii) Which tag is used to insert an image in web page?
(a) <A>
(b) <TABLE>
(c) <IMG>
(d) <P>
Answer:
(c) <IMG>

(iii) 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”>
Answer:
(c) < IMG src = “image.gif”>

(iv) src attribute used with <IMG> tag stands for
(a) screen
(b) screen resolution count
(c) source
(d) structure
Answer:
(c) source

(v) …… attribute is used to specify the location of an image file.
(a) alt
(b) src
(c) align
(d) name
Answer:
(b) src

(vi) The alternate text of an image can be displayed by using the <IMG> tag.
(a) src
(b) alt
(c) align
(d) None of these
Answer:
(b) alt

(vii) alt attribute allows
(a) addition of an alternate hyperlink
(b) addition of a border to image
(c) use of an alternate image in place of the specified image
(d) addition of alternate text about an image
Answer:
(d) addition of alternate text about an image

Part-B

All questions are compulsory. In case of internal choices, attempt any one.

Question 16.
Expl ain the following terms : (2)

  1. Dial-up connection
  2. e-Governance
    Answer:

Question 17.
Explain the wireless fidelity. (2)
Answer:

Question 18.
List the guidelines to avoid plagiarism. (2)
Answer:

Question 19.
Define the copyright in brief. (2)
Answer:

Question 20.
Which tag(s) do we use to change the size and style (face) of the text of an HTML file viewed on a web browser? Also, explain any two attributes used with this tag. (2)
Or
Explain the HTML Forms.
Answer:

Question 21.
Mr. Ayush, Captain of the school, has to display sequence of events of the upcoming Annual Function Day on the school website. Help him in writing HTML code to create a table in HTML as shown in the given screenshot: (3)

ANNUAL FUNCTION DAY-SEQUENCE OF EVENTS
8:00 AM-9:00 AM9:00 AM to 1:00 PM1:00 PM-2:00 PM
SINGINGDANCINGACTING

Answer:

Question 22.
Explain the various attributes of <INPUT> tag. (3)
Answer:

Question 23.
What is the role of piracy in ethical issue? (3)
Answer:

Question 24.
Write the patent as a law to stop software piracy. (3)
Answer:

Question 25.
What do you mean by multimedia messaging service? (3)
Or
What are the uses of Internet?
Answer:

Question 26.
Write the code to generate following web page :
CBSE Sample Papers for Class 10 Computer Applications Set 4 for Practice 1

Note the following point while generating the web page :

  1. Link color is “blue”.
  2. Font face of heading is “lucida handwriting”.
  3. The color of the heading of the page is “green”.
  4. The images used as “par.jpg” and “prog.jpg”.
  5. Use link as “programming.html” for Programming.

Or
Answer the following: (5)

  1. What is the need of linking between web pages?
  2. What is inline sheet?
  3. Name the attribute used for visited link.
  4. Name any two values specified in frame attribute.
  5. Why bordercolor attribute is used?

Answer:

 

CBSE Sample Papers for Class 10 Computer Applications Set 3 with Solutions

Students can access the CBSE Sample Papers for Class 10 Computer Applications with Solutions and marking scheme Set 3 will help students in understanding the difficulty level of the exam.

CBSE Sample Papers for Class 10 Computer Applications Set 3 with Solutions

Time: 2 hrs
Max. Marks: 50

General Instructions

  1. This question paper contains two parts A and B. Each part is compulsory.
  2. Part A carries 20 marks while Part B carries 30 marks.
  3. Part A consists very short answer and case based MCQ Questions and Part B is Descriptive Paper.
  4. Both Part A and Part B have choices.

Part-A

  1. It consists two sections-I and II.
  2. Section I has 13 questions of Very Short Answer Type. An examinee is to attempt any 10 out of 13 questions.
  3. Section II has two Case Studies. Each Case Study has 7 case-based sub-parts. An examinee is to attempt any 5 out of 7 sub-parts.

Part-B

  1. Question numbers 16 to 20 are Short Answer Type (SA-I) Questions of 2 marks each, Question numbers 21 to 25 are Short Answer Type (SA-II) questions of 3 marks each and Question numbers 26 is Long Answer Type Question of 5 marks.
  2. Internal choice is provided in 1 question of 2 marks, 1 question of 3 marks and 1 question of 5 marks.

Part-A
Section I

This section consists of 13 questions of very short answer type. Question numbers 4 to 8 are of ‘fill in the blank’ type. Fill the blank with the most appropriate answer. Attempt any 10 questions from Question numbers 1 to 13.

Question 1.
What is a home page?
Answer:
The home page is the name of the main or first page of a website where visitors can find hyperlinks to other pages on the site.

Question 2.
Which heading element gives the most prominent headings?
Answer:
<H1 >

Question 3.
Give one use of Anchor tag.
Answer:
Anchor tag <A> is used to define the beginning and end of a hypertext link.

Question 4.
….. tag is used for a horizontal line.
Answer:
<HR>

Question 5.
An empty HTML element has a …. tag but no ….. tag.
Answer:
opening, closing

Question 6.
…… tag creates a bulleted list.
Answer:
<UL>

Question 7.
The code for inserting an image in an HTML page is <img src=” ” alt= ” “>. The alt attribute is used for …..
Answer:
alternate text

Question 8.
Ravi was trying to log-in to his net-banking account. He noticed that the URL of the net banking starts with ‘https’. The ‘s’ in ‘https’ stands for …..
Answer:
secure

Question 9.
Sarita is designing a webpage and wants to change the name of the font (font-type) for certain text. Which attribute of the FONT tag she should use?
Answer:
face attribute

Question 10.
What is the use of <BR> tag in HTML code?
Answer:
< BR > tag is used to insert a line break.

Question 11.
What is the significance of the URL?
Answer:
URL (Uniform Resource Locator) specifies unique address of each document on the Internet

Question 12.
What is the importance of vlink attribute of <BODY> tag?
Answer:
vlink attribute of <BODY> tag specifies the color of visited links in a document.

Question 13.
What is the method of using comment line in the HTML code?
Answer:
<!-….-> tag

Section II

Both the Case study based questions are compulsory. Attempt any 5 questions (out of 7 questions) from each case study. Each question carries 7 mark.

Question 14.
Internet Protocols For communication over the Internet, the communicating devices must follow certain rules. These rules are called Internet protocols. For email communication, we use SMTP and POP. For communication between browser and server HTTP and HTTPS protocols are used. We can use TELNET to access services available on a remote computer.

(i) Which of the following is an Internet Protocol?
(a) HTTP
(b) FTP
(c) Both (a) and (b)
(d) None of these
Answer:
(c) Both (a) and (b)

(ii) SMTP protocol is
(a) used for composing an email message
(b) used in receiving incoming emails by pulling the message from server to client
(c) used in sending outgoing emails by pushing the message from client to server
(d) None of the above
Answer:
(c) Used in sending outgoing emails by pushing the message from client to server

(iii) POP protocol is
(a) used for composing an email message
(b) used in receiving incoming emails by pulling the message from server to client
(c) used in sending outgoing emails by pushing the message from client to server
(d) None of the above
Answer:
(b) Used in receiving incoming emails by pulling the message from server to client

(iv) Which of the following Internet Protocols (IPs) provides secure data transmission between server and browser with the help of encryption?
(a) HTTP
(b) HTTPS
(c) TELNET
(d) ARPANET
Answer:
(b) HTTPS

(v) The full form of POP (email protocol) is
(a) Post Order Protocol
(b) Push Order Protocol
(c) Post Office Protocol
(d) Pull Over Protocol
Answer:
(c) Post Office Protocol

(vi) Which of the following protocol is used for delivering data from the source to the destination? (1)
(a) TCP
(b) IP
(c) SMTP
(d) ARPANET
Answer:
(b) IP

(vii) The full form of SMTP is
(a) Secure Mail Transfer Protocol
(b) Secure Mail Transmit Protocol
(c) Simple Mail Transmit Protocol
(d) Simple Mail Transfer Protocol
Answer:
(d) Simple Mail Transfer Protocol

Question 15.
Secure Data Transmission It means that data/information is not being received or modified by an unauthorised person, over a network, from source to destination. For secure data transmission, we can convert an actual message (which is in readable form) into an unreadable message (called an encrypted message) with the help of the concept of encryption. This unreadable message is sent through the network to the destination. If a hacker tries to read this message, he/she receives an unreadable message that cannot be easily converted into the actual message. The unreadable message can be converted to the original message by the receiver at the destination.

Caesar cipher is one of the common encryption techniques. In this technique, each letter of the word is replaced by a letter some fixed number of positions (usually called as key) down the alphabet.
e.g. if the key is 3, each A will be replaced by ‘D’ (Letter ‘D’ is 3 positions down Letter A’ in the alphabet), each ‘B’ will be replaced by ‘E’ and similarly, each ‘Z’ will be replaced by ‘C’. The receiver can identify the original message by using the reverse technique of encryption. This reverse technique is called decryption.

(i) Secure data transmission means
(a) data can be accessed by any unauthorised person during transmission
(b) data cannot be accessed by any unauthorised person during transmission
(c) transmission of data
(d) None of the above
Answer:
(b) Data cannot be accessed by any unauthorised person during transmission

(ii) Which of the following techniques can be used for security of data?
(a) Authentication
(b) Authorisation
(c) Encryption
(d) All of the above
Answer:
(d) All of the above

(iii) Caesar cipher is
(a) used for conversion of the actual message into an encrypted message
(b) an encryption technique
(c) Both (a) and (b)
(d) None of the above
Answer:
(c) Both (a) and (b)

(iv) Person ‘X’ has received an encrypted message and wants to convert this message into the actual message (message before encryption). The technique he should use is called
(a) conversion
(b) encryption
(c) decryption
(d) None of these
Answer:
(c) Decryption

(v) A sender wants to send a message having the text as ‘COMPUTER’ to a receiver using 4 as the key. What will be the encrypted message?
(a) GSQTZXIV
(b) GSQTYXIV
(c) GSXTYXIV
(d) GSQSYXIV
Answer:
(b) GSQTYXIV

(vi) An encryption algorithm is used to transform a readable message into
(a) text message
(b) simple message
(c) converted message
(d) encrypted message
Answer:
(d) Encrypted message

(vii) In Caesar cipher, for which of the following values of key, the encrypted message will be the same as original message?
(a) 0 (b) 26
(c) Both (a) and (b)
(d) None of these
Answer:
(c) Both (a) and (b)

Part-B

All questions are compulsory. In case of internal choices, attempt any one.

Question 16.
Sarvesh, a student of Class X, is not able to understand the difference between web client and web server. Help him in understanding the same by explaining their role and giving suitable example of each. (2)
Answer:
Differences between web client and web server are as follows:

Web clientWeb server
It is an application that communicates with a web server, using HyperText Transfer Protocol (HTTP).It is a piece of software designed to serve web pages/websites/web services.
e.g. web browsere.g. IIS, Apache and many more.

Question 17.
Write the full form of Cc and Bcc (used in email communication). Explain the difference between them. (2)
Answer:
Cc stands for Carbon copy and Bcc stands for Blind carbon copy.
The difference between Cc and Bcc is that Carbon copy (Cc) recipients are visible to all other recipients whereas those who are Bcc are not visible to anyone.

Question 18.
What is the use of <SUB> and <SUP>tag? Explain with suitable example. (2)
Answer:
<SUB> tag defines the subscripted text while <SUP> tag defines the superscripted text, e.g. To write a2 + b2,
a< SUP> 2< /SUP>+ b< SUP > 2 < /SUP >
To write H2O
H <SUB> 2 </SUB> + O

Question 19.
Sunil wants to insert an image ‘elearning.jpg’ into a web page. Write the name and the syntax of the HTML tag she should use. The alternate text for the image should be ‘E-learning Image’. (2)
Answer:
Sunil should use <IMG> tag.
<HTML>
<B0DY>
<IMG src = “elearning.jpg” alt = “E-learning Image”>
</ BOD Y >
</HTML>

Question 20.
Define the following: (2)

  1. Intellectual Property Rights
  2. Plagiarism

Or

What is E-commerce? Write any two preventive measures to be taken for secure online transaction.
Answer:

  1. Intellectual Property Rights reserves all the rights of the owner to the information to decide, how much information is to be exchanged, shared and distributed.
  2. Plagiarism is an act of copying another person’s idea, words or work and pretend that they are our own.

Or

E-commerce (Electronic commerce) is the buying and selling of goods and services on the Internet. Two preventive measures to be taken for secure online transaction as:

  1. Never share OTP with anyone.
  2. Before making an online payment, ensure that connection is secure.

Question 21.
Shalini, a web designer, wants to create a web page to display a list where each item is listed by a number, which type of list she should use? Explain the role of start and type attributes. (3)
Answer:
Shalini should use ordered list.
start attribute This attribute is used to change the beginning value of an ordered list.
type attribute The numbering of an HTML list can be changed to letters or roman numerals by the type attribute.

Question 22.
What are the roles of rowspan and colspan attribute? Explain with suitable HTML example. (3)
Answer:
colspan attribute allows the user to stretch a cell to span multiple columns (merge two or more columns).
rowspan attribute is used to span multiple rows-(merge two or more rows),
e.g. <TABLE border = ‘ 1’>
<TR>
<TD> Row-1 Column-1 </TD>
<TD colspan = “2”> Row-1 Column-2 and 3 </TD>
<TD rowspan = “2”> Row-1 and 2 Column-4 </TD>
</TR>
<TR>
<TD> Row-2 Column-1 </TD>
<TD> Row- 2 Column-2 </TD>
<TD> Row-2 Column-3 </TD>
</TR>
</TABLE>

Question 23.
Saroj, a student of Class X, wants to represent a table in web page but she is unaware about the table tag. Explain her the role of <TH>, <TR> and <TD> tags. Write HTML code of a table and show the use of <TH>, <TR> and <TD> tags. (3)
Answer:
<TR> tag defines the table row which is used to create a new row of data in a table.
<TH> tag defines the table header which is used for specifying a table’s header.
<TD> tag defines the table data which is used to specify a cell or table data within a table,
e.g. <TABLE>
<TR>
<TH>Name</TH>
<TH>Subject</TH>
</TR>
<TR>
<TD>Rahul</TD>
<TD>Mathematics</TD>
</TR>
<TR>
<TD>Muskan</TD>
<TD>Science</TD>
</TR>
</TABLE>

Question 24.
What is the digital divide? Write any two reasons for digital divide in India. (3)
Answer:
Digital divide is a term that describes the uneven distribution of Information and Communication Technologies (ICTs) in society. In other words, digital divide refers to the differing amount of information between those who have access to ICT and those who don’t have access.
Two reasons for digital divide in India are :

  1. Due to the unequal distribution of wealth, poverty is higher in rural areas.
  2. Less literacy rate in rural India.

Question 25.
Define Internet and write its two uses in our daily life. How is it different from the World Wide Web (www). (3)
Or
What is E-learning? Explain any two merits of E-learning.
Answer:
Internet is a world wide system of computer networks, i.e. network of networks. Through Internet, computers become able to exchange information with each other and find diverse perspective on issues from a global audience.
Two uses of Internet are:

  1. E-commerce (auction, buying and selling products).
  2. Social networking sites (facebook, twitter, etc).

Difference between www and Internet is
www It is just a common point of connectivity for information sharing that is facilitated by a global network of computers.
Internet It is a connection between computers and countless other devices that form a huge network of systems.
Or
E-learning refers to an electronic mode of delivering learning, training or educational programs to users. It is the mode of acquiring knowledge by means of Internet and computer based training programs. E-learning can be done anywhere and at anytime.
Two merits of E-learning are:

  1.  Reduces travel time and travel costs for off-campus students.
  2. Develops knowledge of an Internet and computer skills that will help learners throughout their lives and careers.

Question 26.
CBSE Sample Papers for Class 10 Computer Applications Set 3 with Solutions 1 (5)

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 lndia.jpg’ should be placed at the center.
  • Formatting style for the paragraph
  • Font Size : 5
  • Font Name : Times New Roman
  • Color : Red
  • Superscript and subscript tags should be used wherever required.
  • Facts (as shown in the above web page) should be written with the help of the unordered list.

Or
Answer the following:
(i) What is a hypertext link?
(ii) Give the name and the syntax of the HTML tag which is used for creating a hypertext link.
(iii) Neha wants to display a ‘Click Here’ message on her web page which, when clicked, opens a new web page ‘Chapter2.html’. Write the syntax of the HTML command she should use.
(iv) On the same web page, Neha whose email is [email protected], wants to display a ‘Contact us’ message which when clicked open the email program and allows the user to send a mail to Neha. Write the syntax of the HTML command she should use.
(v) Explain the use of the target attribute in the hypertext link tag.
Answer:
<HTML>
<BODY bgcolor = “yellow”>
<CENTER>
<H1> Our Country : India </H1>
<IMG src = “India.jpg” height = “250” width = “200”>
</CENTER>
<P>
<FONT color=“red” size=“5” face=“Times New Roman”>
India is spread over a large geographical area. In terms of area, it is the 7<SUP>th</SUP> largest country while in terms of population, it is the 2<SUP>nd</SUP> largest country in the world. Some facts about India are as fol lows</FONT></P>
<UL>
<LI>Area :Approx 3.28 million sq. km </LI>
<LI>North to South extension :Approx 3,200 km </LI>
<LI>East to West extension : Approx 2900 km</LI>
</UL>
</BODY >
</HTML>

Or

(i) A hyperlink is an element in HTML document that links to either another portion of the document or to another document altogether. On web pages, hyperlinks are usually colored purple or blue and are sometimes underlined.

Hyperlinks can assume any of the following appearances:

  • Text
  • Images
  • URLs
  • Controls (e.g. button)

(ii) Name : Anchor tag
Syntax
<A href = “link address”) Hyperlink Text </A>
(iii) <A href=”Chapter2. html “> Click Here </A>
(iv) <A href=”mail to:[email protected]”) Contact us </A>
(v) target attribute specifies where to open the linked document when the link is clicked.

CBSE Sample Papers for Class 10 Hindi Course B Set 4 for Practice

Students can access the CBSE Sample Papers for Class 10 Hindi with Solutions and marking scheme Course B Set 4 will help students in understanding the difficulty level of the exam.

CBSE Sample Papers for Class 10 Hindi Course B Set 4 for Practice

निर्धारित समय : 3 घंटे
अधिकतम अंक : 80

सामान्य निर्देश:
(क) इस प्रश्न-पत्र के दो खंड हैं- ‘अ’ और ‘ब’।
(ख) खंड ‘अ’ में कुल 10 वस्तुपरक प्रश्न पूछे गए हैं। सभी प्रश्नों में उपप्रश्न दिए गए हैं। दिए गए निर्देशों का पालन करते हुए प्रश्नों के उत्तर दीजिए।
(ग) खंड ‘ब’ में कुल 7 वर्णनात्मक प्रश्न पूछे गए हैं। प्रश्नों में आंतरिक विकल्प दिए गए हैं। दिए गए निर्देशों का पालन करते हुए प्रश्नों के उत्तर दीजिए।

खंड ‘अ’- वस्तुपरक प्रश्न (अंक 40)

अपठित गद्यांश (अंक 10)

प्रश्न 1.
नीचे दो गद्यांश दिए गए हैं किसी एक गद्यांश को ध्यानपूर्वक पढ़िए और उस पर आधारित प्रश्नों के उत्तर दीजिए। (5 x 1 = 5)
स्त्री और पुरुष समाज की गाड़ी के दो पहिए हैं। एक के बिना दूसरे का जीवन अधूरा है, क्योंकि समाज-रूपी गाड़ी को सुचारु रूप से चलाने के लिए दोनों ही पहियों का स्वस्थ तथा सुदृढ़ होना आवश्यक है। यदि इनमें से एक भी पहिया दुर्बल या दोषपूर्ण हुआ, तो समाज रूपी गाड़ी के विकास का क्रम रुक जाएगा। नारी यदि गृहस्थ जीवन की पतवार है, तो पुरुष उसका खेवैया। गृहस्थी की सुख-शांति, आनंद तथा उत्थान इन दोनों पर ही आधारित हैं।

इन्हीं कारणों से भारतीय संस्कृति में नारी को गृहलक्ष्मी, गृहदेवी, अर्धांगिनी आदि कहा गया है। मनु ने मनुस्मृति में कहा है- ‘यत्र नार्यस्तु पूज्यते, रमन्ते तत्र देवता।’ पुरातन युग में नारी को श्रद्धा तथा विश्वास का रूप समझा जाता था। वह किसी भी क्षेत्र में पुरुष से पीछे नहीं थी। यहाँ तक कि यज्ञ की सफलता के लिए स्त्री और पुरुष दोनों का उसमें समान रूप से भाग लेना आवश्यक माना जाता था। कुछ स्त्रियाँ तो रणभूमि में जाकर भी अपने पतियों की सहायता किया करती थीं।

पृथ्वी की-सी क्षमता, सूर्य-जैसा तेज, समुद्र की-सी गंभीरता, चंद्रमा की-सी शीतलता आदि गुणों के कारण नारी घर में तथा घर के बाहर भी सम्मान की अधिकारिणी थी। शकुंतला, सीता, अनुसूया, दमयंती, सावित्री, गार्गी आदि इसके ज्वलंत उदाहरण हैं।

(i) समाज रूपी गाड़ी के पहिए कौन हैं?
(क) समाज के लोग
(ख) स्त्री और पुरुष
(ग) समाज के पुरुष
(घ) समाज की सारी स्त्रियाँ
उत्तर
(ख) स्त्री और पुरुष

(ii) भारतीय संस्कृति में नारी को निम्नलिखित में से क्या नहीं कहा गया है?
(क) गृहलक्ष्मी
(ख) अर्धांगिनी
(ग) सहदेवी
(घ) गृहदेवी
उत्तर
(ग) सहदेवी

(iii) ‘यत्र नार्यस्तु पूज्यते, रमन्ते तत्र देवता’ कथन का अर्थ है
(क) जहाँ नारियों की पूजा होती है, वहाँ देवता निवास करते हैं।
(ख) जहाँ देवता निवास करते हैं, वहाँ नारियों की पूजा होती है।
(ग) जहाँ नारियाँ पूजा करती हैं, वहाँ देवता निवास करते हैं।
(घ) जहाँ देवता निवास करते हैं, वहाँ नारी पूजा करती है।
उत्तर
(क) जहाँ नारियों की पूजा होती है, वहाँ देवता निवास करते हैं।

(iv) निम्नलिखित में से कौन-सा गुण है, जो नारी के सम्मान के योग्य नहीं है?
(क) समुद्र जैसी गंभीरता
(ख) चंद्रमा की-सी शीतलता
(ग) पृथ्वी की-सी क्षमता
(घ) गगन जैसी गंभीरता
उत्तर
(घ) गगन जैसी गंभीरता

(v) पुरातन युग में नारी को क्या समझा जाता था?
(क) गृहस्थी का खेवैया
(ख) श्रद्धा तथा विश्वास का रूप
(ग) पुरुष का प्रतियोगी
(घ) सभी विकल्प उचित
उत्तर
(ख) श्रद्धा तथा विश्वास का रूप

अथवा

वाणी प्राणी की पहचान है। जिस प्रकार कौवा और कोयल की पहचान उसकी वाणी से हो जाती है, उसी प्रकार किसी व्यक्ति के आचार-व्यवहार तथा स्वभाव की परख उसकी वाणी द्वारा हो जाती है। मीठी वाणी दूसरों को अधीन करने में अपनी महत्वपूर्ण भूमिका निभाती है, या यूँ कहें यह एक प्रकार से औषधि का काम करती है। जब हम मीठी वाणी का श्रवण करते हैं तब हमारा हृदय प्रसन्न हो जाता है।

सज्जन सदा मधुर वाणी का ही प्रयोग करते हैं, जबकि दुर्जनों की वाणी कटु और कर्कश होती है। मीठी वाणी शत्रु को भी मित्र बना सकती है, निराश व्यक्तियों में आशा-उत्साह का संचार कर सकती है। कटु वाणी हृदय में काँटे की तरह चुभती है। इससे अपने भी पराए हो जाते हैं।

इतना ही नहीं, कटु वाणी लड़ाई-झगड़ा यहाँ तक कि बड़े-बड़े युद्धों का कारण भी बन जाती है। द्रौपदी के कटु वचन महाभारत का कारण बने। ऐसा माना जाता है जिस व्यक्ति ने अपनी वाणी को वश में कर लिया, उसने मानव संसार पर विजय प्राप्त कर ली अर्थात सब कुछ पा लिया। इसलिए जीवन में सदैव मीठी वाणी बोलनी चाहिए।

(i) प्राणी की पहचान किससे होती है?
(क) कपड़ों से
(ख) व्यवहार से
(ग) वाणी से
(घ) चाल से
उत्तर
(ग) वाणी से

(ii) दुर्जनों की वाणी होती है
(क) मीठी
(ख) कर्कश
(ग) मंत्रमुग्ध करने वाली ङ्के
(घ) कर्णप्रिय
उत्तर
(ख) कर्कश

(iii) महाभारत का कारण था, द्रौपदी के
(क) मधुर वचन
(ख) प्रेम भरे बोल
(ग) कटु वचन
(घ) ममता भरे बोल
उत्तर
(ग) कटु वचन

(iv) मीठी वाणी निराश व्यक्तियों के मन में किसका संचार करती है? ”
(क) जागरूकता का
(ख) आशा तथा उत्साह का
(ग) अपनेपन का
(घ) प्रेम का
उत्तर
(ख) आशा तथा उत्साह का

(v) कैसा व्यक्ति सारे संसार पर विजय प्राप्त कर सकता है?
(क) जिसका व्यवहार विनम्र हो
(ख) परिश्रमी
(ग) जिसकी वाणी में मधुरता हो
(घ) जिसकी वाणी में अहंकार का भाव हो
उत्तर
(ग) जिसकी वाणी में मधुरता हो

प्रश्न 2.
नीचे दो गद्यांश दिए गए हैं किसी एक गद्यांश को ध्यानपूर्वक पढ़िए और उस पर आधारित प्रश्नों के उत्तर दीजिए। (5 x 1 =5)

मनुष्य अपने भविष्य के बारे में चिंतित है। सभ्यता की अग्रगति के साथ ही चिंताजनक अवस्था उत्पन्न होती जा रही है। इस व्यावसायिक युग में उत्पादन की होड़ लगी है। कुछ देश विकसित कहे जाते हैं, कुछ विकासोन्मुख। विकसित देश वे हैं जहाँ अत्याधुनिक तकनीक का पूर्ण उपयोग हो रहा है। ऐसे देश नाना प्रकार की सामग्री का उत्पादन करते हैं और उस सामग्री की खपत के लिए बाज़ार ढूँढते रहते हैं।

अत्यधिक उत्पादन क्षमता के कारण ही यह देश विकसित और अमीर हैं। यह सभी जानते हैं कि आधुनिक विज्ञान और तकनीक ने मनुष्य को बहुत कुछ दिया है। उनकी कृपा से संसार के मनुष्य एक-दूसरे के निकट आ गए हैं, अनेक पुराने संस्कार जो गलतफ़हमी पैदा करते थे, समाप्त होते जा रहे हैं। मनुष्य को निरोग, दीर्घ जीवी और सुसंस्कृत बनाने में अनगिनत साधन बढ़े हैं, फिर भी मनुष्य चिंतित है।

जो अंधाधुंध प्रकृति के मूल्यवान भंडारों की लूट मचाकर आराम और संपन्न्ता प्राप्त कर रहे हैं, वे बहुत परेशान नहीं हैं। वे यथास्थिति भी बनाए रखना चाहते हैं और यदि संभव हो तो अपनी व्यक्तिगत, परिवारगत और जातिगत संपन्नता अधिक-से-अधिक बढ़ा लेने के लिए परिश्रम भी कर रहे हैं। ऐसे सुखी लोग ‘मनुष्य का भविष्य’ जैसी बातों के कारण परेशान नहीं हैं, पर जो लोग अधिक संवेदनशील हैं और मनुष्य जाति को महानाश की ओर बढ़ते देखकर विचलित हो उठते हैं, वे ही परेशान हैं।

(i) विकसित और अमीर देश वे हैं जिनकी
(क) उत्पादन क्षमता कम है
(ख) उत्पादन क्षमता अधिक है
(ग) बाज़ार उपलब्ध नहीं हैं
(घ) संपन्नता अधिक है
उत्तर
(ख) उत्पादन क्षमता अधिक है

(ii) संसार के मनुष्य एक-दूसरे के निकट आ रहे हैं, कैसे?
(क) विकास के कारण
(ख) बाज़ार में माल की खपत के कारण
(ग) आधुनिक विज्ञान और तकनीक के कारण
(घ) अपना सम्मान बढ़ाने के कारण
उत्तर
(ग) आधुनिक विज्ञान और तकनीक के कारण

(iii) मनुष्य चिंतित है
(क) निरोग तथा दीर्घजीवी होने के कारण
(ख) अंधाधुंध प्रकृति के मूल्यवान भंडारों की लूट के कारण
(ग) एक-दूसरे के निकट आने के कारण
(घ) गलतफ़हमी के कारण
उत्तर
(ग) एक-दूसरे के निकट आने के कारण

(iv) भविष्य को लेकर विचलित और परेशान हैं
(क) भोगवादी लोग
(ख) संवेदनशील लोग
(ग) आधुनिक प्रवृत्ति के लोग
(घ) इनमें से कोई नहीं
उत्तर
(ख) संवेदनशील लोग

(v) उपर्युक्त गद्यांश का उचित शीर्षक होगा
(क) गलतफ़हमी
(ख) व्यावसायिक युग
(ग) आधुनिकता की देन
(घ) संस्कार
उत्तर
(ख) व्यावसायिक युग

अथवा

मानव जीवन में आत्मसम्मान का अत्यधिक महत्व है। आत्मसम्मान में अपने व्यक्तित्व को अधिक सशक्त एवं प्रतिष्ठित बनाने की भावना निहित होती है। इससे शक्ति, साहस, उत्साह आदि गुणों का जन्म होता है जो जीवन की उन्नति का मार्ग प्रशस्त करते हैं। आत्मसम्मान की भावना से पूर्ण व्यक्ति संघर्षों की परवाह नहीं करता है और हर विषम परिस्थिति से टक्कर लेता है। ऐसे व्यक्ति जीवन में पराजय का मुँह नहीं देखते तथा निरंतर यश की प्राप्ति करते हैं।

आत्मसम्मानी व्यक्ति धर्म, सत्य, न्याय और नीति के पथ का अनुगमन करता है। उसके हृदय में स्वार्थ, लोभ और अहंकार का भाव नहीं होता, निश्चल होने के कारण वह आसुरी प्रवृत्तियों से सर्वथा मुक्त होता है। उसमें ईश्वर के प्रति सच्ची भक्ति एवं विश्वास होता है जिससे उसकी आध्यात्मिक शक्ति का विकास होता है। जीवन को सरल और मधुर बनाने के लिए आत्मसम्मान रसायन-तुल्य है। आत्मसम्मान ही ऐसी निर्मल धारा है जोकि हमारी कलुषित भावना को धो देती है। ऐसी पवित्र धारा में स्नान करके हम अपने वर्तमान और भविष्य को उज्ज्वल बना लेते हैं। देश को हम पर अभिमान होता है।

हमारी आत्मा में सुख और शांति बनी रहती है। हमारे साथी हमें विश्वास की दृष्टि से देखते हैं। समाज में हमें सम्मान प्राप्त होता है। इसी के बल पर हम अपनी संस्कृति और सभ्यता की रक्षा कर सकते हैं। इसी के कारण सफलता हमारे कदमों को चूमती रहती है। अतः प्रत्येक व्यक्ति को अपने आत्मसम्मान की रक्षा करनी चाहिए।

(i) आत्मसम्मान से किन गुणों का जन्म होता है?
(क) उत्सर्ग, प्रेम, विश्वास
(ख) शक्ति, साहस, उत्साह
(ग) सहजता, आत्मीयता, निर्भीकता
(घ) उपर्युक्त कोई नहीं
उत्तर
(ग) सहजता, आत्मीयता, निर्भीकता

(ii) आत्मसम्मानी किस पथ के अनुगामी होते हैं?
(क) धर्म, सत्य, न्याय और नीति के पथ के
(ख) उन्नति के पथ के
(ग) लोकप्रियता के पथ के
(घ) विषम परिस्थितियों के पथ के
उत्तर
(क) धर्म, सत्य, न्याय और नीति के पथ के

(iii) निश्चल होने से स्वाभिमानी व्यक्ति को क्या लाभ होता है?
(क) ईश्वर में भक्ति और विश्वास
(ख) आसुरी वृत्तियों से मुक्ति
(ग) आध्यात्मिक शक्ति का विकास
(घ) उपर्युक्त सभी
उत्तर
(घ) उपर्युक्त सभी

(iv) आत्मसम्मान की भावना से पूर्ण व्यक्ति किसकी परवाह नहीं करता?
(क) परिस्थितियों की
(ख) कठिनाइयों की
(ग) संघर्षों की
(घ) पराजय की
उत्तर
(ग) संघर्षों की

(v) गद्यांश का उपयुक्त शीर्षक हो सकता है
(क) आत्मा का विश्वास
(ख) आत्मसमान का महत्व
(ग) मानव का लक्ष्य
(घ) स्वाभिमान
उत्तर
(ग) मानव का लक्ष्य

व्यावहारिक व्याकरण (अंक 16)

प्रश्न 3.
निम्नलिखित पाँच भागों में से किन्हीं चार भागों के उत्तर दीजिए। (4 x 1 =4)
(i) धोखेबाज राहुल को पुलिस ने पकड़ लिया है। रेखांकित पदबंध का भेद है
(क) संज्ञा पदबंध
(ख) सर्वनाम पदबंध
(ग) क्रिया पदबंध
(घ) विशेषण पदबंध
उत्तर
(ग) क्रिया पदबंध

(ii) निम्नलिखित में से कौन-सा रेखांकित पदबंध संज्ञा पदबंध है?
(क) लाठी लेकर चलने वाले उन वृद्ध व्यक्ति को बुलाओ।
(ख) वह भागा-भागा घर पहुंचा।
(ग) मेरे सभी मित्रों में मुझे रोहन प्रिय है।
(घ) राम बहुत तेज़ दौड़ता है।
उत्तर
(क) लाठी लेकर चलने वाले उन वृद्ध व्यक्ति को बुलाओ।

(iii) कौन-सा रेखांकित पदबंध क्रिया पदबंध नहीं है?
(क) उन्हें लाल बाज़ार से ले जाया गया।
(ख) उसने अपना काम कर लिया होगा।
(ग) नाव पानी में डूबती चली गई।
(घ) बच्चा दिन-भर रोता रहा।
उत्तर
(घ) बच्चा दिन-भर रोता रहा।

(iv) ‘मोहन घर से लौटकर कहने लगा कि उसका मन नहीं लग रहा है।’ इस वाक्य में रेखांकित पदबंध है
(क) संज्ञा पदबंध
(ख) सर्वनाम पदबंध
(ग) क्रियाविशेषण पदबंध
(घ) विशेषण पदबंध
उत्तर
(ग) क्रियाविशेषण पदबंध

(v) रेखांकित पदबंधों में से कौन-सा पदबंध संज्ञा पदबंध है?
(क) आकाश में उड़ने वाली पतंग मेरी है।
(ख) अंगूर बेचने वाले उस दुकानदार को बुलाओ।
(ग) कृष्ण की भक्त मीरा एकतारा बजाती थी।
(घ) कबूतर का रंग नीला होता है।
उत्तर
(ग) कृष्ण की भक्त मीरा एकतारा बजाती थी।

प्रश्न 4.
निम्नलिखित पाँच भागों में से किन्हीं चार भागों के उत्तर दीजिए। (4 x 1 =4)
(i) ‘सूर्य निकला और प्रकाश हो गया।’ रचना के आधार पर वाक्य का भेद है
(क) इच्छावाचक
(ख) सरल वाक्य
(ग) मिश्रित वाक्य
(घ) संयुक्त वाक्य
उत्तर
(घ) संयुक्त वाक्य

(ii) ‘तेज़ वर्षा हुई। नदी में बाढ़ आ गई।’ इन वाक्यों से बना मिश्रित वाक्य है
(क) नदी में बाढ़ आ गई क्योंकि तेज़ वर्षा हुई।
(ख) तेज़ वर्षा के कारण नदी में बाढ़ आ गई।
(ग) तेज़ वर्षा हुई और नदी में बाढ़ आ गई।
(घ) जब तेज़ वर्षा हुई तब नदी में बाढ़ आ गई।
उत्तर
(घ) जब तेज़ वर्षा हुई तब नदी में बाढ़ आ गई।

(iii) दिए गए वाक्यों में संयुक्त वाक्य है
(क) ज्योंही जनवरी का महीना आया ठंड बढ़ने लगी।
(ख) जनवरी का महीना आते ही ठंड बढ़ने लगी।
(ग) जैसे ही जनवरी का महीना आया वैसे ही ठंड बढ़ने लगी।
(घ) जनवरी का महीना आया और ठंड बढ़ने लगी।
उत्तर
(घ) जनवरी का महीना आया और ठंड बढ़ने लगी।

(iv) ‘सुरेश सुबह उठा। उसने चाय पी।’ इन वाक्यों से बना संयुक्त वाक्य है
(क) सुरेश ने सुबह उठकर चाय पी।
(ख) जब सुरेश सुबह उठा तब उसने चाय पी।
(ग) सुरेश सुबह उठा और उसने चाय पी।
(घ) सुरेश ने सुबह उठते ही चाय पी।
उत्तर
(ग) सुरेश सुबह उठा और उसने चाय पी।

(v) दिए गए वाक्य में सरल वाक्य है
(क) आप द्वार पर बैठकर उसकी प्रतीक्षा करें।
(ख) आप द्वार पर बैठे और उसकी प्रतीक्षा करें।
(ग) जब आप द्वार पर बैठे तब उसकी प्रतीक्षा करें।
(घ) आप द्वार पर बैठें और उसके आने की प्रतीक्षा करें।
उत्तर

प्रश्न 5.
निम्नलिखित पाँच भागों में से किन्हीं चार भागों के उत्तर दीजिए। (4 x 1 =4)
(i) ‘सत्याग्रह’ में प्रयुक्त समास है
(क) तत्पुरुष
(ख) कर्मधारय
(ग) अव्ययीभाव
(घ) द्वंद्व
उत्तर
(क) तत्पुरुष

(ii) ‘भवरूपी सागर’ का समस्तपद है
(क) संसार जैसा सागर
(ख) भाव ही सागर
(ग) भवसागर
(घ) भाव का सागर
उत्तर
(ग) भवसागर

(iii) ‘मालगाड़ी’ समस्तपद का विग्रह है
(क) माल और गाड़ी
(ख) माल के लिए गाड़ी
(ग) माल की गाड़ी
(घ) गाड़ी पर रखा हुआ माल
उत्तर
(ख) माल के लिए गाड़ी

(iv) ‘दाल और चावल’ में समास है
(क) द्वंद्व समास
(ख) द्विगु समास
(ग) अव्ययीभाव समास
(घ) तत्पुरुष समास
उत्तर
(क) द्वंद्व समास

(v) बहुव्रीहि समास के विग्रह का उदाहरण है
(क) डाक के लिए गाड़ी
(ख) श्वेत है जो कमल
(ग) पीला है जिसका अंबर अर्थात श्री कृष्ण
(घ) ईश्वर से विमुख
उत्तर
(ग) पीला है जिसका अंबर अर्थात श्री कृष्ण

प्रश्न 6.
‘निम्नलिखित चारों भागों के उत्तर दीजिए। (4 x 1 = 4)
(i) अपने शत्रु की दुर्दशा देखकर उसका ………” हो गया। उपयुक्त मुहावरे से वाक्य पूरा करें।
(क) घी के दिए जलाना
(ख) कलेजा ठंडा होना
(ग) बाजे बजवाना
(घ) रंग खेलना
उत्तर
(ख) कलेजा ठंडा होना

(ii) ‘पत्थर की लकीर’ मुहावरे का अर्थ है
(क) उँगली उठाना
(ख) दृढ़ विचार
(ग) निरादर करना
(घ) बाल की खाल निकालना
उत्तर
(ख) दृढ़ विचार

(iii) आज सब्जियों के दाम .. हैं। उपयुक्त मुहावरे से रिक्त स्थान पूर्ण करें।
(क) ज़मीन पर
(ख) ऊँचे आसमान पर
(ग) सातवें आसमान पर
(घ) नभ में
उत्तर
(ग) सातवें आसमान पर

(iv) इस नेता को .. . खूब आता है।
(क) काँटा होना
(ख) गाल बजाना
(ग) दिल जलाना
(घ) सभी गलत हैं
उत्तर
(ख) गाल बजाना

पाठ्यपुस्तक (अंक 14)

प्रश्न 7.
निम्नलिखित पद्यांश को पढ़कर प्रश्नों के सर्वाधिक उपयुक्त विकल्पों का चयन कीजिए। (4x 1 =4)

हरि आप हरो जन री भीर।
द्रोपदी री लाज राखी,
आप बढ़ायो चीर।
भगत कारण रूप नरहरि,
धरयो आप सरीर।
बूढ़तो गजराज राख्यो,
काटी कुञ्जर पीर।
दासी मीराँ लाल गिरधर,
हरो म्हारी भीर।।

(i) मीरा अपने प्रभु से प्रार्थना कर रही हैं
(क) मुझे अपनी चाकरी में रख लीजिए।
(ख) शत्रु का नाश कर दीजिए
(ग) कष्ट दूर कर दीजिए
(घ) चीर बढ़ा दीजिए
उत्तर
(ग) कष्ट दूर कर दीजिए

(ii) पद के अनुसार हरि ने किस-किस के कष्टों को दूर किया?
(क) द्रौपदी, नरहरि, मगरमच्छ, मथुरावासी
(ख) नरहरि, द्रौपदी, द्वारका वासियों, गजराज
(ग) कुंजर, द्रौपदी, प्रहलाद, गजराज ।
(घ) द्रौपदी, बृजवासी, प्रह्लाद, गजराज
उत्तर
(ग) कुंजर, द्रौपदी, प्रहलाद, गजराज ।

(iii) द्रौपदी की लाज रखने के लिए प्रभु ने क्या चमत्कार दिखाया?
(क) चीर हरण को रोका
(ख) चीर बढ़ाया
(ग) मगरमच्छ भेजे
(घ) नरहरि का रूप धारण किया
उत्तर
(ख) चीर बढ़ाया

(iv) कृष्ण ने नरहरि का रूप धारण क्यों किया?
(क) प्रह्लाद की रक्षा के लिए
(ख) हिरण्यकश्यप की रक्षा के लिए
(ग) द्रौपदी की रक्षा के लिए
(घ) मीरा की रक्षा के लिए
उत्तर
(क) प्रह्लाद की रक्षा के लिए

प्रश्न 8.
निम्नलिखित गद्यांश को पढ़कर प्रश्नों के सर्वाधिक उपयुक्त विकल्पों का चयन कीजिए। (5 x 1 = 5)

ग्वालियर में हमारा एक मकान था। उस मकान के दालान में दो रोशनदान थे। उसमें कबूतर के एक जोड़े ने अपना घोंसला बना रखा था। एक बार बिल्ली ने उचककर दो में से एक अंडा तोड़ दिया। मेरी माँ ने ये सब देखा तो उसे दुख हुआ।

उसने स्टूल पर चढ़कर दूसरे अंडे को बचाने की कोशिश की। लेकिन इस कोशिश में दूसरा अंडा उसी के हाथ से गिरकर टूट गया। कबूतर परेशानी में इधर-उधर फड़फड़ा रहे थे। उनकी आँखों में दुख देखकर मेरी माँ की आँखों में आँसू आ गए। इस गुनाह को खुदा से मुआफ कराने के लिए उसने पूरे रोज़ा रखा। दिन भर कुछ खाया-पिया नहीं। सिर्फ रोती रही और बार-बार नमाज़ पढ़-पढ़कर खुदा से इस गलती को मुआफ़ करने की दुआ माँगती रही।

(i) बरामदे में कितने रोशनदान थे?
(क) दो
(ख) एक
(ग) चार
(घ) तीन
उत्तर
(क) दो

(ii) रोशनदान में किसने अपना घोंसला बना रखा था?
(क) चिड़ियों ने
(ख) कबूतरों ने
(ग) गौरैया ने
(घ) इनमें से कोई नहीं
उत्तर
(ख) कबूतरों ने

(iii) पहला अंडा किसने तोड़ा था?
(क) लेखक की माँ ने
(ख) लेखक ने
(ग) बिल्ली ने
(घ) स्वयं कबूतरों ने
उत्तर
(ग) बिल्ली ने

(iv) कबूतरों का जोड़ा परेशान होकर इधर-उधर क्यों फड़फड़ाने लगा?
(क) उनको अपना घोंसला नहीं मिल रहा था।
(ख) वे भूख से परेशान थे।
(ग) उनके दोनों अंडे टूट गए थे।
(घ) लेखक की माँ उन्हें भगा रही थी।
उत्तर
(ग) उनके दोनों अंडे टूट गए थे।

(v) लेखक की माँ ने कैसे प्रायश्चित किया?
(क) पूरे दिन रोज़ा रखा
(ख) खुदा से अपनी गलती की माफ़ी माँगी
(ग) पूरे दिन रोती रहीं
(घ) उपर्युक्त सभी
उत्तर
(घ) उपर्युक्त सभी

प्रश्न 9.
निम्नलिखित गद्यांश को पढ़कर प्रश्नों के सर्वाधिक उपयुक्त विकल्पों का चयन कीजिए। (5 x 1 = 5)

मेरे भाई साहब मुझसे पाँच साल बड़े, लेकिन केवल तीन दरजे आगे। उन्होंने भी उसी उम्र में पढ़ना शुरू किया था, जब मैंने शुरू किया था, लेकिन तालीम जैसे महत्व के मामले में वह जल्दबाजी से काम लेना पसंद न करते थे। इस भवन की बुनियाद बहुत मजबूत डालना चाहते थे, जिस पर आलीशान महल बन सके। एक साल का काम दो साल में करते थे। कभी-कभी तीन साल भी लग जाते थे। बुनियाद ही पुख्ता न हो, तो मकान कैसे पायेदार बने। मैं छोटा था, वे बड़े थे। मेरी उम्र नौ साल की थी, वह चौदह साल के थे। उन्हें मेरी तम्बीह और निगरानी का पूरा और जन्मसिद्ध अधिकार था और मेरी शालीनता इसी में थी कि उनके हुक्म को कानून सम ।

(i) लेखक और उनके भाई में कितने साल का अंतर था?
(क) पाँच साल का
(ख) तीन साल का
(ग) चार साल का
(घ) दो साल का
उत्तर
(क) पाँच साल का

(ii) लेखक के भाई तालीम के महत्व के बारे में क्या पसंद नहीं करते थे?
(क) जल्दबाजी
(ख) दिखावा
(ग) रटंत विद्या
(घ) उपरोक्त सभी
उत्तर
(क) जल्दबाजी

(iii) लेखक की देखभाल और निगरानी का पूरा जिम्मा बड़े भाई साहब पर क्यों था?
(क) क्योंकि वह उससे बड़े थे।
(ख) मेरे माता-पिता ने बोल रखा था।
(ग) वह घमंडी थे इसलिए छोटों को कुछ समझते नहीं थे।
(घ) इनमें से कोई नहीं
उत्तर
(क) क्योंकि वह उससे बड़े थे।

(iv) लेखक के बड़े भाई एक साल का काम कितने साल तक करना पसंद करते थे?
(क) दो से तीन साल तक
(ख) तीन से चार साल तक
(ग) डेढ़ साल तक
(घ) उपर्युक्त सभी
उत्तर
(क) दो से तीन साल तक

(v) बुनियाद का अर्थ है
(क) दीवार
(ख) नींव
(ग) पुख्ता
(घ) मजबूत
उत्तर
(ख) नींव

खंड ‘ब’- वर्णनात्मक प्रश्न (अंक 40)

पाठ्यपुस्तक एवं पूरक पाठ्यपुस्तक (अंक 14)

प्रश्न 10.
निम्नलिखित प्रश्नों में से किन्हीं दो प्रश्नों के उत्तर लगभग 25-30 शब्दों में लिखिए। (2 x 2 = 4)
(क) निकोबार के लोग तताँरा को क्यों पसंद करते थे?
(ख) लेखक को बड़े भाई साहब पर दया क्यों आती थी?
(ग) ‘मेखलाकार’ शब्द का क्या अर्थ है? कवि ने इस शब्द का प्रयोग यहाँ क्यों किया है?

प्रश्न 11.
मनुष्यता’ कविता में कवि ने सबको एक साथ होकर चलने की प्रेरणा क्यों दी है, इससे समाज को क्या लाभ हो सकता है? 60-70 शब्दों में स्पष्ट कीजिए। (1 x 4 = 4)

प्रश्न 12.
निम्नलिखित में से किन्हीं दो प्रश्नों के उत्तर 40-50 शब्दों में दीजिए। (2 x 3 = 6)
(क) इ.फफन ने पंचम की दुकान से केले क्यों खरीदे?
(ख) हरिहर काका को महंत और अपने भाई एक ही श्रेणी के क्यों लगने लगे?
(ग) ‘सपनों के से दिन’ पाठ के आधार पर लिखिए कि अभिभावकों को बच्चों की पढ़ाई में रुचि क्यों नहीं थी? पढ़ाई को व्यर्थ समझने के पीछे उनके क्या तर्क थे?

लेखन (अंक 26)

प्रश्न 13.
निम्नलिखित में से किसी एक विषय पर दिए गए संकेत-बिंदुओं के आधार पर लगभग 80-100 शब्दों में एक अनुच्छेद लिखिए। (1 x 6 = 6)
(क) विद्यार्थी और अनुशासन
संकेत बिंदु-

  • अनुशासन का अर्थ तथा स्वरूप
  • अनुशासन और प्रकृति
  • अनुशासनहीनता
  • समाधान।

(ख) विज्ञान : लाभ और हानियाँ
संकेत बिंदु-

  • विज्ञान क्या है?
  • विज्ञान के लाभ
  • विज्ञान की हानियाँ
  • निष्कर्ष।

(ग) साहित्य और समाज संकेत बिंदु-

  • साहित्य क्या है?
  • समाज का साहित्य पर प्रभाव
  • साहित्य का महत्व
  • साहित्य और समाज का संबंध
  • निष्कर्ष।

प्रश्न 14.
दिल्ली में बढ़ते डेंगू और चिकनगुनिया पर चिंता व्यक्त करते हुए स्वास्थ्य मंत्री को पत्र लिखिए।
अथवा
विद्यालय में खेल-कूद की सामग्री मँगवाने हेतु प्रधानाचार्य को प्रार्थना पत्र लिखिए।

प्रश्न 15.
एक निश्चित समय पर साइकिल रिक्शों के आवागमन पर प्रतिबंध लगाते हुए यातायात पुलिस की तरफ से 30-40 शब्दों में सूचना जारी कीजिए।
अथवा
विद्यालय में आयोजित होने वाला वार्षिक पुस्तक मेला को सुचारू रूप से संपन्न करने के लिए सभी अध्यापक एवं अध्यापिकाओं की बैठक होने वाली है इस संबंध में प्रधानाचार्य की ओर से अध्यापकों एवं अध्यापिकाओं के लिए 30-40 शब्दों में सूचना लिखिए।

प्रश्न 16.
‘डायमंड साइकिल’ की विशेषताएँ बताते हुए 25 से 50 शब्दों में आकर्षक विज्ञापन बनाइए।
अथवा
‘भृगराज टूथपेस्ट’ की विशेषताएँ बताते हुए 25 से 50 शब्दों में विज्ञापन बनाइए।

प्रश्न 17.
दिए गए विषय पर 100-120 शब्दों में लघु कथा लिखिए।
• केकड़ों का स्वभाव
अथवा
• संगत से गुण होत है, संगत से गुण जात

CBSE Sample Papers for Class 10 Computer Applications Set 2 with Solutions

Students can access the CBSE Sample Papers for Class 10 Computer Applications with Solutions and marking scheme Set 2 will help students in understanding the difficulty level of the exam.

CBSE Sample Papers for Class 10 Computer Applications Set 2 with Solutions

Time: 3 Hours
Maximum Marks: 50

General Instructions

  1. This question paper contains two parts A and B. Each part is compulsory.
  2. Part A carries 20 marks while Part B carries 30 marks.
  3. Part A consists very short answer and case based MCQ Questions and Part B is Descriptive Paper.
  4. Both Part A and Part B have choices.

Part-A

  1. It consists two sections-Iand II.
  2. Section I has 13 questions of Very Short Answer Type. An examinee is to attempt any 10 out of 13 questions.
  3. Section II has two Case Studies. Each Case Study has 7 case-based sub-parts. An examinee is to attempt any
    5 out of 7 sub-parts. –

Part-B

  1. Question numbers 16 to 20 are Short Answer Type (SA-I) Questions of 2 marks each, Question numbers 21 to 25 are Short Answer Type (SA-II) questions of 3 marks each and Question numbers 26 is Long Answer Type Question of 5 marks.
  2. Internal choice is provided in 1 question of 2 marks, 1 question of 3 marks and 1 question of 5 marks.

Part-A
Section I

This section consists of 13 questions of very short answer type. Question numbers 4 to 8 are of ‘fill in the blank’ type. Fill the blank with the most appropriate answer. Attempt any 10 questions from Question numbers 1 to 13.

Question 1.
Copying a file from a host system to your computer is known as what?
Answer:
Downloading

Question 2.
What is the full form of SSH protocol?
Answer:
Secure Shell

Question 3.
Write a short note on <P> tag.
Answer:
<P> tag is used to make the paragraph. By default, alignment of paragraph text is left.

Question 4.
The is used to make the text bold.
Answer:
<B>

You are advised to attempt this sample paper without referring the answers given here. However, cross check your answers once you complete the paper.

Question 5.
<LI > tag is an/a tag.
Answer:
empty

Question 6
_______ attribute is used to give border to an image.
Answer:
border

Question 7.
There are total values for rules attribute in <TABLE> tag.
Answer:
5

Question 8.
______ gives the ability to select only one item from the list.
Answer:
Combo box

Question 9.
Explain the term mobile technology.
Answer:
Mobile technology is a form of technology that is mostly used in cellular communication and other related aspects. It includes General Packet Radio Service (GPRS), Multimedia Messaging Service (MMS), bluetooth, 3G, Wi-Fi etc.

Question 10.
Which term describes the uneven distribution of Information and Communication Technology (ICT)?
Answer:
Digital divide

Question 11.
Rahul wants to buy something over Internet for which his friend suggest him that E-commerce is the process of buying and selling goods over Internet. But Rahul is concern about privacy in E-commerce. What is the mean of privacy in E-commerce?
Answer:
The privacy in E-commerce means the protection, of privacy of the parties involved in trading through E-commerce.

Question 12.
Which attribute is used to specify the location of an image file?
Answer:
src attribute

Question 13.
Which attribute of <TD > tag is used to merge two or more columns to form a single column?
Answer:
colspan attribute

Section-II

Both the case study based questions are compulsory. Attempt any 5 questions (out of 7 questions) from each case study. Each question carries 1 mark.

Question 14.
Chat
It is the online textual or multimedia conversation. It is a real-time communication between two users via computer. It is widely interactive text-based communication process that takes place over the Internet.
Chatting is a virtual means of communication that involves the sending and receiving of messages, share audios and videos between users located in any part of the world.
In chatting, you type a message in your chat box, which is immediately received by the recipient, then the recipient types a message in response to your message, which is instantly received by you.
(i) Which of the following is/are popular chat application(s)?
(a) WhatsApp
(b) WeChat
(c) Tango
(d) All of these
Answer:
(d) All of these

(ii) It enables communication through sending and receiving text messages.
(a) Text based chat
(b) Multimedia chat
(c) Both (a) and (b)
(d) None of these
Answer:
(a) Text based chat

(iii) A/An ______ is the hub of Internet chatting.
(a) chat space
(b) chat place
(c) chat room
(d) chat group
Answer:
(c) Chat room

(iv) Chat rooms are also known as
(a) talking rooms
(b) virtual rooms
(c) special rooms
(d) gossip rooms
Answer:
(b) Virtual rooms

(v) Chat is the online ______ conversation.
(a) Textual
(b) Multimedia
(c) Both (a) and (b)
(d) None of these
Answer:
(c) Both (a) and (b)

(vi) You can share ______ using chat.
(a) Messages
(b) Audio
(c) Video
(d) All of these
Answer:
(d) All of these

(vii) Chatting is defined as
(a) web service
(b) browser service
(c) server service
(d) E-mail service
Answer:
(a) web service

Question 15.
CSS
It is a style sheet language used for describing the presentation of a document written in a markup language. CSS is designed primarily to enable the separation of document content from document presentation, including aspects such as the layout, colors and fonts.

This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple HTML pages to share formatting by specifying the relevant CSS in a separate css file, and reduce complexity and repetition in the structural content such as semantically insignificance tables that were widely used to format pages before consistent CSS rendering was available in all major browsers. CSS makes it possible to separate presentation instructions from the HTML content in a separate file or style section of the HTML file. For each matching HTML element, it provides , a list of formatting instructions.
(i) The full form of CSS is
(a) Cascading Style Sheet
(b) Cascading Sheet Style
(c) Cascade Style Sheet
(d) Cascadation Style Sheet
Answer:
(a) Cascading Style Sheet

(ii) CSS rule set consists of
(a) selector
(b) declaration
(c) Both (a) and (b)
(d) None of these
Answer:
(c) Both (a) and (b)

(iii) The full form of HTML is
(a) Hyper Transfer Markup Language
(b) Hyper Text Markup Language
(c) Hyper Text Makeup Language
(d) Hyper Transmission Markup Language
Answer:
(b) Hyper Text Markup Language

(iv) _______ points to the HTML element that you want to style.
(a) Selector
(b) Declaration
(c) ID
(d) None of these
Answer:
(a) Selector

(v) A CSS declaration always ends with a
(a) dot
(b) colon
(c) semicolon
(d) hash
Answer:
(c) Semicolon

(vi) A CSS declaration blocks are surrounded by
(a) small braces
(b) curly braces
(c) big braces
(d) angular braces
Answer:
(b) Curly braces

(vii) Which of the following is/are property value of CSS?
(a) Color
(b) Margin
(c) Height
(d) All of these
Answer:
(d) All of these

Part-B

All questions are compulsory. In case of internal choices, attempt any one.

Question 16.
Karan uses a search engine to get detail regarding India struggle for freedom. (2)
(i) Define the word “search engine”.
(ii) Name any five common search engines.
Answer:
(i) Search engine is a bottom-up approach for finding your way around the web. You give to a search engine, a list of keywords or phrase (called a query) and it returns to you a list of web pages that contain those words or phrases.
(ii) Google, AltaVista, Excite, Web Crawler and Lycos.

Question 17.
Write the advantages of E-banking. (2)
Answer:
Advantages of E-banking are as follows:

  1. There are no geographical barriers and the services that can be offered at a minimum cost.
  2. Through Internet banking, you can check your transactions at any time and as many times as you want to.
  3. If the fund transfer has to be made outstation, where the bank does not have a branch, the bank would demand outstation charges, whereas with the help of online banking, it will be absolutely free for you.
  4. Internet banking deploys the Internet as a medium for financial transaction.

Question 18.
Explain the challenges and barriers to the digital divide. (2)
Answer:
There are various challenges and barriers to the digital divide:

  1. High Cost Due to higher cost of Internet connection and modern technology, most of the people of developing country unable to use computer and Internet connection.
  2. Language Barriers Today a large percentage of information content on the Internet is in English, which is a barrier for the people whose primary language is not English.
  3. Technology Barrier People who live in village cannot get the touch of modern technology. So it is also a barrier of the digital divide.

Question 19.
What do you mean by digital property rights? (2)
Answer:
Digital property includes data, Internet accounts, and other rights in the digital world, including contractual rights and intellectual property rights. Data are the files and information stored and used by computers (such as E-mails, Word processing documents, spreadsheets, pictures, audio files and movies). This data may be stored locally on a computer’s hard drive or on removable media or data may be stored remotely and accessed over the Internet.
Digital property rights disputes arise when some form of counterfeiting or piracy occurs between companies.

Question 20.
Find the error(s) in the following code and underline those errors. (2)
<HTML>
<HEAD>
<TITLE> Example
</TITLE>
</HEAD>
<B0DY>………. </HTML>
</BODY >
Or
Why rowspan and colspan attributes are used?
Answer:
</BODY> should be placed before </HTML>
The correct code is
<HTML>
<HEAD>
<TITLE> Example </TITLE>
</HEAD>
<B0DY> ………..</B0DY>
</HTML>
Or
Sometimes, a table cell is bigger than other. Its span is spread to more rows or columns. Such cells can be created with the help of rowspan and colspan attributes.

Question 21.
Observe the following table and write the HTML code to generate it: (3)

I

N

D

I

A

N

Available Paintings
NAMEQTVPRIZE
Oil Painting43000
Glass Painting25000
Canvas21000

Answer:
<HTML>
<HEAD>
<TITLE>Table</TITLE>
</HEAD>
<B0DY>
<TABLE border=”3″ align=”center” bordercolor=”blue”>
<CAPTI0N color=”red”> Available Paintings </CAPTI0N>
<TR>
<TD rowspan=”5″> I <BR> N <BR> D <BR> I <BR> A <BR> N </TD>
<TD colspan=”3″> PAINTING </TD>
</TR>
<TR>
<TH> NAME </TH>
<TH> QTY </TH>
<TH> PRIZE </TH> .
</TR>
<TR>
<TD>Oil Painting </TD>
<TD> 4 </TD>
<TD>3000</TD>
</TR>
<TR>Glass Painting</TD>
<TD>2</TD>
<TD>5000</TD>
</TR>
<TR>Canvas</TD>
<TD>2</TD>
<TD>1000</TD>
</TR>
</TABLE>
</ BODY>
</HTML>

Question 22.
Explain the <VIDEO> element in HTML. (3)
Answer:
The <VIDEO > element allows us to embed video files into an HTML document, very similar to the way images are embedded. The HTML does not specify which video formats browser should support in the <VIDEO> tag, but most commonly used video formats are ogg, mpeg4.
Attributes of <VIDEO> tag are as follows :

AttributesDescriptions
autoplayThis boolean attribute if specified, the video will automatically begin to play back as soon as it can do so without stopping to finish loading the data.
autobufferThis boolean attribute if specified, the video automatically begin buffering even if it’s not set to automatically play.
controlsIf this attribute is present, it will allow the user to control video playback, including volume, seeking and pause/resume playback.
heightThis attribute specifies the height of the video display area in pixels.
widthThis attribute specifies the width of the video display area in pixels.
srcThe URL of the video to embed. This is optional, you may instead use the <SOURCE> element within the video block to specify the video to embed.
typeThis attribute specifies the video file standard type.

Question 23.
Give any three effects of digital divide. (3)
Answer:
There are various effects of digital divide as given below:

  1. Economic Inequality Digital divide create economic inequality, because those who have access to modern technology can easily collect valuable economical information.
  2. Effect on Education It has an impact on education. Because student who have Internet access and computer, can acquire more valuable knowledge from Internet.
  3. Economic Growth It is effected by digital divide because productivity improvements tend to be associated with the use of information technologies and companies.

Question 24.
Define the following fraud (3)
(i) Refund fraud
(ii) Merchant fraud
(iii) Fraud via identity theft
Answer:
(i) Refund Fraud In this case, fraudster using a stolen credit card makes an overpayment on
purpose. He will ask to refund of the excess amount, claiming his credit card is closed so they need to send the money using an alternative method. This means that the original charge of the credit card is not refunded.

(ii) Merchant Fraud It is another method, which must be mentioned. It is very simple; goods are offered as cheap prices, but are never shipped of course, the payments are kept. This method of fraud also exists in wholesale.

(iii) Fraud via Identity Theft In this case, the fraudsters assumes another person’s identity, creates credit cards in the victim’s name and goes on a shopping. This type of fraud is increasing rapidly as the number and scope of data breaches increase. It is also the most difficult to identity as the fraudsters behind identity theft are quite sophisticated.

Question 25.
What is domain name? Also, write about domain abbreviation. (3)
Or
Define the term web client. (3)
Answer:
Domain name is the text name corresponding to the numeric IP address of a computer on the Internet. Internet users access your Website using your domain name. It is a way to identify and locate computers connected to the Internet. It must be unique. Domain name always have two or more parts, separated by periods (dots).
e.g. google.com, yahoo.com etc

Domain Abbreviation Domain are organised by the type of organisation and by the country. A three letter abbreviation indicating the organisation and usually two letter abbreviation indicating the country name.
Or
Web client is a computing term which describes a special program designed as a user interface, through which messages are sent to a ‘web server’. Web clients usually operate within a web browser window, although some are installed to a mobile or computer as downloadable software.

A web client contains two parts: dynamic Web pages and the Web browser. Dynamic Web pages are produced by components that run in the Web tier, and a Web browser delivers Web pages received from the server.
Web client is also known as a thin client because it does not execute heavy-duty operations such as querying databases, performing complex business tasks or connecting legacy applications.

Question 26.
Write the code to generate the following web page : (5)
Educational Psychology
It is the branch of psychology concerned with die scientific study of human learning. It can in part be understood through its relationship with other disciplines.
The field of educational psychology involves the study of memory, conceptual processes, and individual differences (via cognitive psychology) in conceptualizing new strategies for learning processes in human.

List of Technological Resources a Educational Psychology
Intelligent Tutoring System
Educational Technology
Cooperative Learning
Applications of Educational Psychology

TeachingCounseling
TrainingEmployment Outlook
Research on classroom is conducted to guide teaching practice and Ram a foundation for education programs.Educational psychologists works as consultant in designing and creating materials, programs and online courses.Employment for psychologists in the US is expected to grow fester with anticipated growth of 18-26%.

Note The following points while generating the web page:

  1. Title of the page is “Educational Psychology”.
  2. Link color is green.
  3. Font face for the page is “antiqua”.
  4. Heading of the page should be right align.
  5. Image used as eppic.jpg.
  6. Table border is 2px and border color is purple.
  7. Use link as

For Intelligent Tutoring System as Psychol.htm
For Educational Technology as Psycho2.htm
For Cooperative Learning as Psycho3.htm
(viii) E-mail id for bottom message as [email protected].
Or
Answer the following: (5)
(i) Mention the suitable HTML tag and attribute to insert an image named globe.jpg in the background of a web page.
(ii) Name the attribute that are used to merge two or more rows.
(iii) Name the attribute to change the background color of the cells in a table.
(iv) What is the use of id selector in CSS?
(v) Give any two attributes used with <BASEFONT> tag.
Answer:
<HTML>
<HEAD><TITLE> Educational Psychology </TITLE></HEAD>
<BODY link=”green”>
<IMG src=”eppic.jpg” alfgn=”left” height=”120″ width=”150”>
<FONT face=”antiqua” color=”blue”>
<H1 align=”right”> Educational Psychology </H1>
<HR align=”right” width=”60%” color=”blue”> </HR>
</FONT>
<FONT size=”4″ face=”antiqua”>
It is the branch of psychology concerned with the scientific study of human learning.
It can in part be understood through its relationship with other disciplines.
<BR>The field of educational psychology involves the study of memory, conceptual processes, and individual differences (<I>via</I> cognitive psychology) in conceptualizing new strategies for learning processes in humans .
</FONT>
<BR><B> List of Technological Resources in Educational Psychology </B>
<BR><A href=”Psychol.htm”> Intelligent Tutoring System </A>
<BR><A href=”Psycho2.htmn> Educational Technology </A>
<BR><A href=”Psycho3.htm”> Cooperative Learning </A>
<TABLE border=”2″ borderedor=”purple” cellpadding=”3” align=”center”>
<CAPTION><B> Applications of Educational Psychology </B></CAPTION>
<TR>
<TH rowspan=”2″> Teaching </TH>
<TH colspan=”2″> Counseling </TH>
</TR>
<TR>
<TH> Training </TH>
<TH> Employment Outlook </TH>
</TR>
<TR>
<TD> Research on classroom is conducted to guide teaching practice and form a foundation for education programs.</TD> <TD> Educational psychologists works as consultant in designing and creating materials, programs and online courses.</TD>
<TD> Employment for psychologists in the US is expected to grow faster with anticipated growth of 18-26%.</TD>
</TR>
</TABLE>
<BR><FONT color=”blue” size=”2″> For more details contact us:
<A href=”[email protected]”> [email protected]
</AX></FONT>
</BODY>
</HTML>
Or
(i) <BODY background = “globe.jpg”>
(ii) rowspan
(iii) bgcolor
(iv) id selector is used to apply the style to an element based on the id of an element.
(v) color, face