Loading...
Please wait while we prepare your content
Please wait while we prepare your content
Solutions for Computer Applications, Class 10, CBSE
Assertion (A) Social Networking is the grouping of individuals into specific groups, like small rural communities or a neighbourhood sub-division.
Reason (R) Social networking is an offline service.
A is true and R is false.
Reason — A is true and R is false. Although we can consider Assertion A as true, nowadays social networking refers to online platforms and services that enable people to connect and interact with others over the internet. It is not limited to specific physical groups or communities.
Reason R is false as social networking is an online service.
Assertion (A) If any one wants to display content in an HTML page without any bullets or number then he/she can choose <DL> tag.
Reason (R) <DL> is a definition list that shows elements without any bullets or numbers in front of them.
Both A and R are true and R is a correct explanation of A.
Reason — Definition List tag displays content without any bullets and numbers. Thus, if any one wants to display content in an HTML page without any bullets or number then he/she can choose <DL> tag.
Search engine works with the following two elements:
A location on a net server is called a URL or Uniform Resource Locator.
The difference between a URL and an email address is as follows:
URL | Email Address |
---|---|
URL is the address of a webpage on the world wide web. | An email address is the address of a mail box of an e-mail account holder. |
A web address is written as type://address/path , where :type — specifies the the type of server or protocol, address — is the address of the server path — tells the location of file on the server. | An e-mail address is written as username@hostname , where:username — is the net name of the user @ — symbol of at the rate host name — is the server/host/network that services the e-mail. |
A URL never has an '@' sign in it. | An email address always contains an '@' sign. |
A Newsgroup is an online discussion forum where remotely connected users share and discuss a particular topic. The users/subscribers can exchange text messages, images, videos, and other digital media.
Newsgroup | Blog |
---|---|
In a newsgroup, anyone can share opinions as per their interest. | Blogs contain the opinion of the author. |
In a newsgroup, anyone can post and comment also. | In blogs, people can just comment on posts. They cannot post anything. |
Acronyms are abbreviations formed by taking the initial letters of a phrase or a set of words and creating a new word from them. In an acronym, these initial letters are usually pronounced together as a single word.
Some of the most widely used acronyms are as follows:
The Open Source Software Movement promotes the free access and distribution of a software or a program. Such software, generally, gives users the freedom to run the software for any purpose, to use and modify the software, and to redistribute copies of the original and modified versions to others. The open source movement contributes to the open source community by writing and exchanging programming code for software development.
Some reasons behind plagiarism are as follows:
Four property values of CSS are as follows:
P {Color : red; }
Body {background-color : blue; }
P {border-style : solid; }
P {margin-top : 40px; }
(a) <B> </B>
The bold tag makes the text bold.
For example, <B> This text is written in bold. </B>
(b) <OL type = "1">
The ordered list <OL> is used to display the list of items as a Numbered list. The attribute type = "1"
sets the type of numbering as arabic numerals.
For example,
<OL>
<LI> Apple </LI>
<LI> Mango </LI>
<LI> Banana </LI>
</OL>
The ordered list is displayed as follows:
The <BASEFONT> tag is used to set the Font Face, Size, Colour and other attributes for the whole HTML document. The browser uses the values specified in the <BASEFONT> to render normal document text for which no other font setting has been provided.
Two attributes of <BASEFONT> tag are:
Proprietary software is a copyrighted software. This software may not be freely used, modified, distributed, and is restricted by conditions predefined by its publisher, vendor, or developer.
Three features of Proprietary Software are:
<HTML>
<HEAD>
<TITLE> Books </TITLE>
</HEAD>
<BODY>
<P>REALLY HONEST </P>
<CENTER> BOOK REVIEWS </CENTER>
<P>
I read a lot of books about many different subjects, here is a list of books that I have read recently.
</P>
<UL TYPE = "square">
<LI> Java Concept </LI>
<LI> Python Programming </LI>
<LI> C++ Basics </LI>
</UL>
</BODY>
</HTML>
HTML forms are means to collect information/data from the site visitor. Forms collect information through its elements like text fields, textarea fields, drop-down menus, radio buttons, checkboxes etc.
Three attributes of HTML forms are:
(i) outline — An outline attribute defines an outline which is drawn around elements, outside the borders, to make the elements stand out. It is defined in the following way:
outline : [outline-color] [outline-style] [outline-width]
For example,
P
{
outline-style : solid;
outline-color : red;
outline-width : thin;
}
(ii) padding — Padding attribute defines the inner distance between the border and the content of the element. It is defined in the following way:
H1
{
padding : 20px 20px 20px 20px ;
}
(iii) float — The float attribute defines the behaviour of floatable elements on an HTML page. The float attribute can have the following values — none, left or right. It is defined in the following way:
img
{
float : left;
}
HTML code to generate the table is given below:
<TABLE border = "Z">
<TR align = "center">
<TH> Roll_No </TH>
<TH> Name </TH>
<TH> Class </TH>
<TH>Subject </TH>
</TR>
<TR align = "center">
<TD> 1 </TD>
<TD> Neha </TD>
<TD> Vth </TD>
<TD> Maths </TD>
</TR>
<TR align= "center">
<TD> 2 </TD>
<TD> Amit </TD>
<TD> 10th </TD>
<TD> English </TD>
</TR>
<TR align= "center" valign = "middle">
<TD> 3 </TD>
<TD> Sneha </TD>
<TD> IIIrd </TD>
<TD> G.K.</TD>
</TR>
</TABLE>
Write the HTML code to generate the web page as shown below, considering the specifications that follow. You can write the code for given specifications.
(i) Active link color is Green and Visiting link color is Red.
(ii) Image is from the file "computer.jpg".
(iii) Use horizontal rule wherever required.
(iv) Use ordered and unordered lists wherever required.
(v) The pages are linked as follows:
Page | Link |
---|---|
Super Computers | Super.html |
Mainframe Computers | Main.html |
Mini Computers | Mini.html |
Micro Computers | Micro.html |
Desktops | Desk.html |
Laptops | Laptop.html |
PDA | PDA.html |
Note: You can use any other attributes that are not mentioned above to produce a similar output.
The HTML code is as follows:
<HTML>
<HEAD>
<TITLE>The Computer World </TITLE>
</HEAD>
<BODY bgcolor = "yellow" alink = "green" vlink = "red">
<FONT face = "arial" color = "black">
<H1>
<CENTER>The Computer World </CENTER>
</H1>
</FONT>
<BASEFONT face = "verdana">
<P align = "center"> <B> Types of Computer </B></P>
<IMG src = "computer.jpg">
<HR>
<OL type = "1">
<LI><A href = "Super.html"> Super Computers </A></LI>
<LI><A href = "Main.html"> Mainframe Computers </A></LI>
<LI><A href = "Mini.html"> Mini Computers</A></LI>
<LI><A href = "Micro.html"> Micro Computers</A></LI>
<UL>
<LI><A href = "Desk.html">Desktops </A></LI>
<LI><A href = "Laptop.html">Laptops </A></LI>
<LI><A href = "PDA.html">PDAs </A></LI>
</UL>
</OL>
<HR>
<FONT size = "4">
For further information visit
<A href = "www.computerpeople.com"> www.computerpeople.com</A>
</FONT>
</BODY>
</HTML>
Write the HTML code to generate the web page as shown below, considering the specifications that follow. You can write the code for given specifications.
(i) Title of the page is "Indian Food".
(ii) Font face of heading is "arial".
(iii) Image used as food1.jpg.
(iv) Table border is 4px and border color is maroon.
(v) Use link as
For Available Food as F1.html
For Dishes Price as F2.html
For Get Recipes as F3.html
The HTML code is as follows:
<HTML>
<HEAD>
<TITLE> Indian Food </TITLE>
</HEAD>
<BODY link = "blue" vlink = "brown" alink = "pink" bgcolor = "orange">
<FONT face = "arial" color = "green">
<H1 align = "center">
<U> Indian Food </U>
</H1>
</FONT>
The traditional food of India has been widely appreciated for its fabulous use of herbs and spices. Indian cuisine is known for its large assortment of dishes. The cooking style varies from region to region and is largely divided into South Indian & North Indian cuisine. India is quite famous for its diverse multi cuisine available in a large number of restaurants and hotel resorts, which is reminiscent of unity in diversity.
<BR>
<P align = "right">
<A href = "Fl.html"> Available Food </A>
<BR>
<A href = "F2.html"> Dishes Price </A>
<BR>
<A href = "F3.html"> Get Recepies </A>
</P>
<IMG src = "food1.jpg" align = "right" width = "180" height = "l50">
<TABLE border = "4" bordercolor = "maroon" cellpadding = "6" cellspacing = "4" align = "center">
<CAPTION> Select Dishes </CAPTION>
<TR>
<TH> STATE </TH>
<TD> Gujarat </TD>
<TD> Punjab </TD>
<TD> Tamil Nadu </TD>
</TR>
<TR>
<TH> DISHES </TH>
<TD> Khandvi <BR> Dhokla <BR> Dal Vada </TD>
<TD> Falooda <BR> Nan <BR> Lassi </TD>
<TD> Masala Dosa <BR> Sambhar Idli <BR> Upma </TD>
</TR>
</TABLE>
<BR>
<A href = "inquiry@abc.com"> To get order click here </A>
</BODY>
</HTML>
Case Study 1
Mary has a prepaid Internet plan. She has a data limit of 14 GB. The average size of an E-mail with an attachment that Mary downloads is 1.4 MB.
Answer the questions given below.
(i) Approximately, how many E-mails can Mary download without exceeding her data limit?
(ii) What is E-mail?
(iii) Mary's friend is not able to understand the term attachment in E-mail. Help her to know this.
(iv) Name any two website who provide E-mail services.
(i) Data limit of Mary is 14 GB and 1 GB = 1024 MB.
Thus, 14 GB = 1024 x 14 = 14,336 MB
The average size of an email with attachment is 1.4 MB.
To find out the number of emails Mary can download without exceeding her data limit, we need to divide her data limit by the average size of an email with an attachment:
Number of Emails = Data Limit / Average Size of Email
Number of Emails = 14,336 / 1.4
Number of Emails = 10,240
Therefore, Mary can download approximately 10,240 emails without exceeding her data limit.
(ii) E-mail is the most widely used tool to send and receive electronic messages between users over a network such as the Internet.
(iii) Attachments refer to files or documents that are included with an email message. These files can be of various types, such as documents, images, spreadsheets, or any other file format that can be attached to an email.
(iv) Two popular websites that provide email services are:
Case Study 2
While discussing about security in Internet, Shreya's uncle told her that there are different protocols used for different purposes on Internet. These protocols are necessary because millions of people exchange a large amount of information on net. If there will be no security protocols then, the worldwide data would not be secure and the net users will lose their faith, security of data is essential in case of online transactions, social media platforms etc. Shreya's uncle told her about one such security protocol which is the SSL protocol.
Answer the questions given below.
(i) What is SSL (Secure Sockets Layer)?
(ii) How is data flow secured in SSL?
(iii) Write two advantages of SSL.
(iv) Name the protocol used for secure login into a remote computer system.
(i) SSL (Secure Sockets Layer) is a standard security protocol which ensures data security by establishing encrypted online links between a web server and a browser. It encrypts the transmitted data and keeps it secure.
(ii) SSL uses encryption algorithms to scramble data during transit. It provides a way for the user's browser to verify the identity of the server and ensures that the data transferred between the user and the server remains intact and has not been tampered with during transit. Data is decrypted before it can be used by the receiving system.
(iii) Two advantages of SSL are:
(iv) SSH (Secure SHell).