<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Aiforkids - Recent activity in Class 10</title>
<link>https://aiforkids.in/qa/activity/computer-appilcations/class-10</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Class 11 Computer Science Syllabus CBSE Code 083</title>
<link>https://aiforkids.in/qa/3206/class-11-computer-science-syllabus-cbse-code-083?show=3207#a3207</link>
<description>


&lt;p&gt;Computer Science Class 11 Syllabus Overview will discuss detailed syllabus of Computer Science for Class 11 Students and The Marks Analysis to Score better in Computer Science.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;This is a part of &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/playlist?list=PLO7HHXt7m9GyLO-xCWVnIMLuAPS4yBaGr&quot;&gt;Computer Science Class 11&lt;/a&gt;&amp;nbsp;CBSE Playlist which contains all lectures regarding this curriculum of 2024-25 Batch Students&lt;/p&gt;

&lt;div class=&quot;youtube-embed-wrapper&quot; style=&quot;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/embed/FdNuPHUNnHE&quot;&gt;&lt;img src=&quot;https://img.youtube.com/vi/FdNuPHUNnHE/sddefault.jpg&quot; style=&quot;height:100%; left:0; position:absolute; top:0; width:100%&quot; alt=&quot;image&quot;&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;/p&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/3206/class-11-computer-science-syllabus-cbse-code-083?show=3207#a3207</guid>
<pubDate>Sat, 22 Jun 2024 07:26:49 +0000</pubDate>
</item>
<item>
<title>Answer selected: How do you differentiate between a web address and an E-mail address?</title>
<link>https://aiforkids.in/qa/1808/how-you-differentiate-between-web-address-and-mail-address?show=1809#a1809</link>
<description>


&lt;p&gt;The basic differences between a web address and an E-mail address are as follows:&lt;/p&gt;

&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot;&gt;

&lt;thead&gt;&lt;/thead&gt;

&lt;tbody&gt;

&lt;tr&gt;

&lt;td style=&quot;text-align:center&quot;&gt;&lt;strong&gt;Web address&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;

&lt;td style=&quot;text-align:center&quot;&gt;&lt;strong&gt;E-mail address&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;A web address is the Internet address.&lt;/td&gt;

&lt;td&gt;An&amp;nbsp;E-mail address is a network address.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;A web address never does&lt;/td&gt;

&lt;td&gt;An E-mail address always contains the &amp;lsquo;at the rate&amp;rsquo; sign (@)&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1808/how-you-differentiate-between-web-address-and-mail-address?show=1809#a1809</guid>
<pubDate>Sat, 08 Jul 2023 23:48:15 +0000</pubDate>
</item>
<item>
<title>Answered: windows 7 is the most popular........system</title>
<link>https://aiforkids.in/qa/2365/windows-7-is-the-most-popular-system?show=3073#a3073</link>
<description>


&lt;p&gt;&lt;strong&gt;Operating System&lt;/strong&gt; is the answer&lt;/p&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2365/windows-7-is-the-most-popular-system?show=3073#a3073</guid>
<pubDate>Sat, 14 Jan 2023 13:34:10 +0000</pubDate>
</item>
<item>
<title>Answer edited: Which of the following tag gives a caption to the table?</title>
<link>https://aiforkids.in/qa/2765/which-of-the-following-tag-gives-a-caption-to-the-table?show=2766#a2766</link>
<description>


&lt;h3&gt;&lt;strong&gt;&amp;lt;CAPTION&amp;gt;&lt;/strong&gt;&lt;/h3&gt;

&lt;hr&gt;

&lt;p&gt;Answer - Option (1)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&amp;lt;CAPTION&amp;gt; &lt;/strong&gt;tag is used to give caption to the table. It provides a short description of the table&#039;s purpose.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2765/which-of-the-following-tag-gives-a-caption-to-the-table?show=2766#a2766</guid>
<pubDate>Thu, 12 Jan 2023 13:33:49 +0000</pubDate>
</item>
<item>
<title>Answered: Write HTML code to display a table with border of 5px.</title>
<link>https://aiforkids.in/qa/2831/write-html-code-to-display-a-table-with-border-of-5px?show=2832#a2832</link>
<description>&amp;lt;HTML&amp;gt;&amp;lt;BODY&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TABLE border = &amp;quot;5&amp;quot;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;1&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;2&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/TABLE&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&amp;lt;/HTML&amp;gt;</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2831/write-html-code-to-display-a-table-with-border-of-5px?show=2832#a2832</guid>
<pubDate>Thu, 14 Jul 2022 11:59:44 +0000</pubDate>
</item>
<item>
<title>Answered: What is table? Name the basic commands for creating a table.</title>
<link>https://aiforkids.in/qa/2829/what-is-table-name-the-basic-commands-for-creating-a-table?show=2830#a2830</link>
<description>


&lt;p&gt;Tables are made up of rows and columns. In HTML, tables are used to display tabular data in web pages. The basic commands for creating tables are as follows:
&lt;br&gt;&lt;strong&gt;Table tag&lt;/strong&gt; &amp;lt;TABLE&amp;gt; &amp;lt;/TABLE&amp;gt;
&lt;br&gt;&lt;strong&gt;Row tag&lt;/strong&gt; &amp;lt;TR&amp;gt; &amp;lt;/TR&amp;gt;
&lt;br&gt;&lt;strong&gt;Cell tag&lt;/strong&gt; &amp;lt;TD&amp;gt; &amp;lt;/TD&amp;gt;, &amp;lt;TH&amp;gt; &amp;lt;/TH&amp;gt;
&lt;br&gt;&lt;strong&gt;Caption tag&lt;/strong&gt; &amp;lt;CAPTION&amp;gt; &amp;lt;/CAPTION&amp;gt;&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2829/what-is-table-name-the-basic-commands-for-creating-a-table?show=2830#a2830</guid>
<pubDate>Thu, 14 Jul 2022 11:51:49 +0000</pubDate>
</item>
<item>
<title>Answered: In the &lt;TH&gt; tag, TH stands for</title>
<link>https://aiforkids.in/qa/2827/in-the-th-tag-th-stands-for?show=2828#a2828</link>
<description>The correct option is Option C Table Header&lt;br /&gt;
TH stands for Table Header, which is used to specify a table&amp;#039;s header.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2827/in-the-th-tag-th-stands-for?show=2828#a2828</guid>
<pubDate>Thu, 14 Jul 2022 11:49:47 +0000</pubDate>
</item>
<item>
<title>Answered: The ……… attribute helps to align data vertically in a single cell.</title>
<link>https://aiforkids.in/qa/2825/the-attribute-helps-to-align-data-vertically-in-single-cell?show=2826#a2826</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option B Valign&lt;/strong&gt;
&lt;br&gt;
&lt;br&gt;Valign attribute is used to align data vertically in a single cell.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2825/the-attribute-helps-to-align-data-vertically-in-single-cell?show=2826#a2826</guid>
<pubDate>Thu, 14 Jul 2022 11:47:24 +0000</pubDate>
</item>
<item>
<title>Answered: Which attribute of &lt;TD&gt; tag is used to merge two or more columns to form a single column?</title>
<link>https://aiforkids.in/qa/2823/which-attribute-used-merge-more-columns-form-single-column?show=2824#a2824</link>
<description>


&lt;p&gt;The correct option is&lt;strong&gt; Option&amp;nbsp;A Colspan.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A colspan attribute of &amp;lt;TD&amp;gt; tag is used to merge two or more columns to form a single column.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2823/which-attribute-used-merge-more-columns-form-single-column?show=2824#a2824</guid>
<pubDate>Thu, 14 Jul 2022 11:43:38 +0000</pubDate>
</item>
<item>
<title>Answered: rowspan = n can be added to only which tag?</title>
<link>https://aiforkids.in/qa/2821/rowspan-n-can-be-added-to-only-which-tag?show=2822#a2822</link>
<description>The correct option is Option C &amp;lt;TD&amp;gt; tag.&lt;br /&gt;
rowspan = n can be added to only &amp;lt;TD&amp;gt; tag.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2821/rowspan-n-can-be-added-to-only-which-tag?show=2822#a2822</guid>
<pubDate>Thu, 14 Jul 2022 03:50:17 +0000</pubDate>
</item>
<item>
<title>Answered: Choose the correct HTML code to right align the content inside a table cell.</title>
<link>https://aiforkids.in/qa/2819/choose-correct-html-code-right-align-content-inside-table-cell?show=2820#a2820</link>
<description>The correct option is Option A &amp;lt;TD align =&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
(a) &amp;lt;TD align =&amp;quot;right&amp;quot;&amp;gt; It is the correct HTML code to right align the content inside a table cell.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2819/choose-correct-html-code-right-align-content-inside-table-cell?show=2820#a2820</guid>
<pubDate>Thu, 14 Jul 2022 03:39:29 +0000</pubDate>
</item>
<item>
<title>Answered: Combining two or more cells in a table on a web page is called</title>
<link>https://aiforkids.in/qa/2817/combining-two-or-more-cells-in-a-table-on-a-web-page-is-called?show=2818#a2818</link>
<description>The correct option is Option B Spanning.&lt;br /&gt;
Combining two or more cells in a table on a web page is called spanning.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2817/combining-two-or-more-cells-in-a-table-on-a-web-page-is-called?show=2818#a2818</guid>
<pubDate>Thu, 14 Jul 2022 03:35:51 +0000</pubDate>
</item>
<item>
<title>Answered: In the &lt;TD&gt; tag, TD stands for</title>
<link>https://aiforkids.in/qa/2815/in-the-td-tag-td-stands-for?show=2816#a2816</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option A Table Data&lt;/strong&gt;.
&lt;br&gt;TD stands for Table Data, which specifies a cell or table data within a table.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2815/in-the-td-tag-td-stands-for?show=2816#a2816</guid>
<pubDate>Thu, 14 Jul 2022 03:23:07 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following is not an attribute of &lt;TABLE&gt; tag?</title>
<link>https://aiforkids.in/qa/2813/which-of-the-following-is-not-an-attribute-of-table-tag?show=2814#a2814</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option D&amp;nbsp;src&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;src (source) is not an attribute of &amp;lt;TABLE&amp;gt; tag.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2813/which-of-the-following-is-not-an-attribute-of-table-tag?show=2814#a2814</guid>
<pubDate>Thu, 14 Jul 2022 03:17:01 +0000</pubDate>
</item>
<item>
<title>Answered: border, frame, cellspacing, cellpadding and align are the attributes of</title>
<link>https://aiforkids.in/qa/2811/border-frame-cellspacing-cellpadding-and-align-attributes?show=2812#a2812</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option C &amp;lt;TABLE&amp;gt; tag&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;border, frame, cellspacing, cellpadding and align are the attributes of &lt;strong&gt;&amp;lt;TABLE&amp;gt; tag.&lt;/strong&gt;&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2811/border-frame-cellspacing-cellpadding-and-align-attributes?show=2812#a2812</guid>
<pubDate>Thu, 14 Jul 2022 03:14:12 +0000</pubDate>
</item>
<item>
<title>Answer selected: The frame attribute contains __ types of values.</title>
<link>https://aiforkids.in/qa/2771/the-frame-attribute-contains-__-types-of-values?show=2772#a2772</link>
<description>Answer - Option(1)&lt;br /&gt;
&lt;br /&gt;
The frame attribute contains 9 types of values as :- &lt;br /&gt;
&lt;br /&gt;
void, above, below, hsides, ths, rhs, vsides, box, border.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2771/the-frame-attribute-contains-__-types-of-values?show=2772#a2772</guid>
<pubDate>Wed, 13 Jul 2022 09:25:17 +0000</pubDate>
</item>
<item>
<title>Answer selected: The two common attributes of the &lt;IMG&gt; and the &lt;TABLE&gt; tags are</title>
<link>https://aiforkids.in/qa/2779/the-two-common-attributes-of-the-img-and-the-table-tags-are?show=2780#a2780</link>
<description>Answer - Option (2)&lt;br /&gt;
&lt;br /&gt;
Height and width are two common attributes of the &amp;lt;IMG&amp;gt; tag and the &amp;lt;TABLE&amp;gt; tag.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2779/the-two-common-attributes-of-the-img-and-the-table-tags-are?show=2780#a2780</guid>
<pubDate>Wed, 13 Jul 2022 08:59:58 +0000</pubDate>
</item>
<item>
<title>Answered: Which attribute of the &lt;TABLE&gt; tag is used to set an image in the background of a table?</title>
<link>https://aiforkids.in/qa/2777/which-attribute-the-table-tag-used-set-image-background-table?show=2778#a2778</link>
<description>Answer - Option (4)&lt;br /&gt;
&lt;br /&gt;
bgcolor attribute is used to specify the background color of a table. By default, background color of a table is white.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2777/which-attribute-the-table-tag-used-set-image-background-table?show=2778#a2778</guid>
<pubDate>Wed, 13 Jul 2022 08:39:54 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following is an attribute of &lt;TABLE&gt; tag?</title>
<link>https://aiforkids.in/qa/2775/which-of-the-following-is-an-attribute-of-table-tag?show=2776#a2776</link>
<description>Answer - Option(1)&lt;br /&gt;
&lt;br /&gt;
Justify is not option used for aligning data in a table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2775/which-of-the-following-is-an-attribute-of-table-tag?show=2776#a2776</guid>
<pubDate>Wed, 13 Jul 2022 08:34:09 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following is an attribute of &lt;TABLE&gt; tag?</title>
<link>https://aiforkids.in/qa/2773/which-of-the-following-is-an-attribute-of-table-tag?show=2774#a2774</link>
<description>Answer - Option(2)&lt;br /&gt;
&lt;br /&gt;
cellpadding is an attribute of &amp;lt;TABLE&amp;gt; tag. It is used to specify the space between the borders of the cell and contents of the cell.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2773/which-of-the-following-is-an-attribute-of-table-tag?show=2774#a2774</guid>
<pubDate>Wed, 13 Jul 2022 08:30:38 +0000</pubDate>
</item>
<item>
<title>Answered: The attribute used to set the border color of a table is</title>
<link>https://aiforkids.in/qa/2769/the-attribute-used-to-set-the-border-color-of-a-table-is?show=2770#a2770</link>
<description>Answer - (2)&lt;br /&gt;
&lt;br /&gt;
Bordercolor is used to set the border color of a table. This attribute is used within &amp;lt;TABLE&amp;gt; Tag.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2769/the-attribute-used-to-set-the-border-color-of-a-table-is?show=2770#a2770</guid>
<pubDate>Wed, 13 Jul 2022 08:17:36 +0000</pubDate>
</item>
<item>
<title>Answered: In order to add border to a table, border attribute is specified in which tag?</title>
<link>https://aiforkids.in/qa/2767/order-add-border-table-border-attribute-specified-which-tag?show=2768#a2768</link>
<description>Answer - Option(1)&lt;br /&gt;
&lt;br /&gt;
Border attribute is specified in &amp;lt;TABLE&amp;gt; tag, which is used to add border to a table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2767/order-add-border-table-border-attribute-specified-which-tag?show=2768#a2768</guid>
<pubDate>Wed, 13 Jul 2022 08:12:54 +0000</pubDate>
</item>
<item>
<title>Answered: Which tag is used to add columns in the table?</title>
<link>https://aiforkids.in/qa/2763/which-tag-is-used-to-add-columns-in-the-table?show=2764#a2764</link>
<description>Answer - Option (2)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TD&amp;gt; tag is used to add columns in the table. TD stands for table data.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2763/which-tag-is-used-to-add-columns-in-the-table?show=2764#a2764</guid>
<pubDate>Wed, 13 Jul 2022 08:02:58 +0000</pubDate>
</item>
<item>
<title>Answered: HTML tag for row is</title>
<link>https://aiforkids.in/qa/2761/html-tag-for-row-is?show=2762#a2762</link>
<description>Answer - Option (2)&lt;br /&gt;
&lt;br /&gt;
HTML tag for row is &amp;lt;TR&amp;gt;, which is used to create a new row of data in a table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2761/html-tag-for-row-is?show=2762#a2762</guid>
<pubDate>Wed, 13 Jul 2022 07:58:10 +0000</pubDate>
</item>
<item>
<title>Answered: Which of these tags belong to table?</title>
<link>https://aiforkids.in/qa/2759/which-of-these-tags-belong-to-table?show=2760#a2760</link>
<description>&amp;lt;TABLE&amp;gt; , &amp;lt;TR&amp;gt; , &amp;lt;TD&amp;gt; tags are used with table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2759/which-of-these-tags-belong-to-table?show=2760#a2760</guid>
<pubDate>Mon, 11 Jul 2022 11:03:35 +0000</pubDate>
</item>
<item>
<title>Answered: E-reservation is a process of making reservations of</title>
<link>https://aiforkids.in/qa/2092/e-reservation-is-a-process-of-making-reservations-of?show=2537#a2537</link>
<description>


&lt;p&gt;Ans. The correct answer is Option&amp;nbsp;&amp;nbsp;&lt;u&gt;&lt;strong&gt;(d)&amp;nbsp;&lt;/strong&gt;&lt;/u&gt;All of the above.
&lt;br&gt;&amp;nbsp;&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2092/e-reservation-is-a-process-of-making-reservations-of?show=2537#a2537</guid>
<pubDate>Tue, 28 Jun 2022 04:21:35 +0000</pubDate>
</item>
<item>
<title>Answered: &lt;input type=”Password”&gt; will display star (*) in text box.</title>
<link>https://aiforkids.in/qa/1301/input-type-password-will-display-star-in-text-box?show=2517#a2517</link>
<description>


&lt;p&gt;Ans. The correct answer is &lt;strong&gt;&lt;u&gt;True&lt;/u&gt;&lt;/strong&gt;.&lt;/p&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1301/input-type-password-will-display-star-in-text-box?show=2517#a2517</guid>
<pubDate>Sun, 26 Jun 2022 07:42:59 +0000</pubDate>
</item>
<item>
<title>Answer edited: 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.</title>
<link>https://aiforkids.in/qa/1834/understand-difference-understanding-explaining-suitable?show=1835#a1835</link>
<description>


&lt;p&gt;Differences between web clients and web servers are as follows:&lt;/p&gt;

&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; style=&quot;width:500px&quot;&gt;

&lt;thead&gt;

&lt;tr&gt;

&lt;th scope=&quot;col&quot;&gt;Web Client&lt;/th&gt;

&lt;th scope=&quot;col&quot;&gt;Web Server&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;

&lt;tbody&gt;

&lt;tr&gt;

&lt;td&gt;

&lt;ul&gt;

&lt;li&gt;It is an application that communicates with a web server, using HyperText Transfer Protocol (HTTP).&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;

&lt;td&gt;

&lt;ul&gt;

&lt;li&gt;It is a piece of software designed to serve web pages/websites/web services.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;e.g. web browser.&lt;/td&gt;

&lt;td&gt;e.g. IIS, Apache and many more.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;&lt;/p&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1834/understand-difference-understanding-explaining-suitable?show=1835#a1835</guid>
<pubDate>Thu, 23 Jun 2022 11:14:41 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following sites, would you prefer to buy books?</title>
<link>https://aiforkids.in/qa/2090/which-of-the-following-sites-would-you-prefer-to-buy-books?show=2091#a2091</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(d) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;(d) www.amazon.com&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;&amp;nbsp;www.amazon.com is the world&amp;rsquo;s largest online retailer and the best site for buying books.&amp;nbsp;&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2090/which-of-the-following-sites-would-you-prefer-to-buy-books?show=2091#a2091</guid>
<pubDate>Mon, 13 Jun 2022 15:24:50 +0000</pubDate>
</item>
<item>
<title>Answered: ……… services typically include reviewing account activity and balance, sending electronic payments and transferring funds between accounts electronically.</title>
<link>https://aiforkids.in/qa/2088/typically-reviewing-electronic-transferring-electronically?show=2089#a2089</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(a) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(a) E-banking&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;&amp;nbsp;E-banking provides all transactional and non-transactional activities electronically. E-banking services include reviewing account activity and balance, sending electronic payments, and transferring funds between accounts electronically.&amp;nbsp;&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2088/typically-reviewing-electronic-transferring-electronically?show=2089#a2089</guid>
<pubDate>Mon, 13 Jun 2022 15:20:54 +0000</pubDate>
</item>
<item>
<title>Answered: A two way video conversation among multiple participants is called</title>
<link>https://aiforkids.in/qa/2086/two-video-conversation-among-multiple-participants-called?show=2087#a2087</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(c) is the best answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(c) video conferencing&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;A two-way video conversation among multiple participants is called video conferencing. Two or more people hear and see each other, and share whiteboard and other applications through video conferencing.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2086/two-video-conversation-among-multiple-participants-called?show=2087#a2087</guid>
<pubDate>Mon, 13 Jun 2022 15:18:13 +0000</pubDate>
</item>
<item>
<title>Answered: Bcc field contains the list of recipients. Bcc stands for</title>
<link>https://aiforkids.in/qa/2084/bcc-field-contains-the-list-of-recipients-bcc-stands-for?show=2085#a2085</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(b) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;(b) Blind&amp;nbsp;carbon copy&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;Bcc denotes the Blind carbon copy. It contains the list of recipients. It can see the To and Cc addresses.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2084/bcc-field-contains-the-list-of-recipients-bcc-stands-for?show=2085#a2085</guid>
<pubDate>Mon, 13 Jun 2022 15:16:18 +0000</pubDate>
</item>
<item>
<title>Answered: Identify the software that helps you in sending and receiving an E-mail.</title>
<link>https://aiforkids.in/qa/2082/identify-the-software-that-helps-you-sending-receiving-mail?show=2083#a2083</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(c) is the correct&amp;nbsp;answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(c) Gmail&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;Gmail is the preferred E-mail client which is used for sending or receiving an E-mail. It is a free E-mail service introduced by Google.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2082/identify-the-software-that-helps-you-sending-receiving-mail?show=2083#a2083</guid>
<pubDate>Mon, 13 Jun 2022 15:11:51 +0000</pubDate>
</item>
<item>
<title>Answered: Image files uploaded and downloaded over the Internet can be processed with a compression application. Why are image files compressed before transmitted over Internet?</title>
<link>https://aiforkids.in/qa/2080/downloaded-compression-application-compressed-transmitted?show=2081#a2081</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(c) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(c) To reduce transmission time&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;Image files are compressed before being transmitted over the Internet to reduce transmission time.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2080/downloaded-compression-application-compressed-transmitted?show=2081#a2081</guid>
<pubDate>Mon, 13 Jun 2022 15:09:30 +0000</pubDate>
</item>
<item>
<title>Answered: When we copy a web page or a file from a server to our local computer, this process is called</title>
<link>https://aiforkids.in/qa/2078/when-copy-page-file-from-server-local-computer-process-called?show=2079#a2079</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(b) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(b) downloading&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&amp;nbsp;&lt;/p&gt;

&lt;p&gt;When we copy a web page or a file from a server to our local computer, this process is called downloading. Downloading a file means a request for a file from the server computer and receiving it.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2078/when-copy-page-file-from-server-local-computer-process-called?show=2079#a2079</guid>
<pubDate>Mon, 13 Jun 2022 15:07:17 +0000</pubDate>
</item>
<item>
<title>Answered: Shri wants to search about computer vendor in Meerut excluding Dell category. Which of the following search query best suits his requirements?</title>
<link>https://aiforkids.in/qa/2076/search-computer-excluding-category-following-requirements?show=2077#a2077</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(c) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(c) Computer vendor + Meerut &amp;ndash; Dell&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Shri wants to search about computer vendors in Meerut excluding the Dell category. The best search query used by him is Computer vendor + Meerut &amp;minus; Dell.&amp;nbsp;&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2076/search-computer-excluding-category-following-requirements?show=2077#a2077</guid>
<pubDate>Mon, 13 Jun 2022 15:05:19 +0000</pubDate>
</item>
<item>
<title>Answered: Which software browses the Internet in a systematic manner?</title>
<link>https://aiforkids.in/qa/2074/which-software-browses-the-internet-in-a-systematic-manner?show=2075#a2075</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(a) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(a) Web crawler&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;Web crawler software browses the Internet in a systematic manner. A web search engine works by storing information about many web pages, retrieved by a web crawler.&amp;nbsp;&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2074/which-software-browses-the-internet-in-a-systematic-manner?show=2075#a2075</guid>
<pubDate>Mon, 13 Jun 2022 14:56:24 +0000</pubDate>
</item>
<item>
<title>Answered: A software that searches through a database of web pages for particular information is known as</title>
<link>https://aiforkids.in/qa/2072/software-searches-through-database-particular-information?show=2073#a2073</link>
<description>


&lt;p&gt;Ans.&amp;nbsp;&lt;strong&gt;(d) is the correct answer.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;(d) search engine&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A search engine is a software that searches through a database of web pages for particular information.&amp;nbsp;&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2072/software-searches-through-database-particular-information?show=2073#a2073</guid>
<pubDate>Mon, 13 Jun 2022 14:41:54 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following statements about search engine is true?</title>
<link>https://aiforkids.in/qa/2070/which-of-the-following-statements-about-search-engine-true?show=2071#a2071</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(d) is the correct answer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;(d) Search engine is a program designed to search for information on the web using keywords.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;The search engine is a program designed to search for information on the web using keywords. It turns the web into a powerful tool for finding information on any topic.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2070/which-of-the-following-statements-about-search-engine-true?show=2071#a2071</guid>
<pubDate>Mon, 13 Jun 2022 14:37:43 +0000</pubDate>
</item>
<item>
<title>Answered: A search engine is a program to search</title>
<link>https://aiforkids.in/qa/2068/a-search-engine-is-a-program-to-search?show=2069#a2069</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(d) is the correct answer.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;(b) web pages&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;A search engine is a program to search web pages for information using specified search items.&lt;/p&gt;

</description>
<category>Ch 2 Internet Services and Mobile Technologies</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2068/a-search-engine-is-a-program-to-search?show=2069#a2069</guid>
<pubDate>Mon, 13 Jun 2022 14:34:12 +0000</pubDate>
</item>
<item>
<title>Answer selected: What is the significance of HTTP?</title>
<link>https://aiforkids.in/qa/1812/what-is-the-significance-of-http?show=1813#a1813</link>
<description>


&lt;p&gt;HTTP is a protocol used on the Internet.&amp;nbsp;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;It works in combination with WWW.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;It allows us to access hypertext documents on WWW.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;Since WWW allows us to access or use multimedia files on the Internet and the hypertext files support multimedia.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1812/what-is-the-significance-of-http?show=1813#a1813</guid>
<pubDate>Sun, 12 Jun 2022 17:20:51 +0000</pubDate>
</item>
<item>
<title>Answer selected: What are the types of URL?</title>
<link>https://aiforkids.in/qa/1816/what-are-the-types-of-url?show=1817#a1817</link>
<description>


&lt;p&gt;URLs vary depending on the location of the document to which the user will link. Basically,&amp;nbsp;&lt;/p&gt;

&lt;p&gt;URLs fall into two categories&amp;nbsp;&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;&lt;strong&gt;Absolute URL:&lt;/strong&gt; It specifies the exact location of a file/directory on the Internet. Absolute URL identifies that each URL is unique, which means that if two URLs are identical then they point to the same file.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Relative URL:&lt;/strong&gt; It points to a file/directory in relation to the present file/directory. It locates a resource using an absolute URL as a starting point. It typically consists of the path and optionally, the resource but no scheme or no server.&lt;/li&gt;&lt;/ol&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1816/what-are-the-types-of-url?show=1817#a1817</guid>
<pubDate>Sun, 12 Jun 2022 17:20:39 +0000</pubDate>
</item>
<item>
<title>Answer selected: Mention any two major uses of Internet.</title>
<link>https://aiforkids.in/qa/1696/mention-any-two-major-uses-of-internet?show=1697#a1697</link>
<description>


&lt;p&gt;The two major uses of the Internet are as follows:&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;For students and educational purposes, the Internet is widely used to gather information so as to do research.&amp;nbsp;&lt;/li&gt;

&lt;li&gt;We can send/receive the mail all over the world.&lt;/li&gt;&lt;/ol&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1696/mention-any-two-major-uses-of-internet?show=1697#a1697</guid>
<pubDate>Sun, 12 Jun 2022 17:19:40 +0000</pubDate>
</item>
<item>
<title>Answer selected: Define Internet and write its two uses in our daily life. How is it different from the World Wide Web (WWW).</title>
<link>https://aiforkids.in/qa/1836/define-internet-write-uses-daily-life-different-from-world?show=1837#a1837</link>
<description>


&lt;p&gt;The Internet is a &lt;u&gt;worldwide system of computer networks&lt;/u&gt;, i.e. network of networks. Through Internet, computers become able to exchange information with each other and find diverse perspectives on issues from a global audience.
&lt;br&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Two uses of the Internet are as follows:&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;E-commerce (auction, buying, and selling products).&lt;/li&gt;

&lt;li&gt;Social networking sites (Facebook, Twitter, etc).&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;div&gt;The difference between www and the Internet is&lt;/div&gt;

&lt;ol&gt;

&lt;li&gt;&lt;strong&gt;WWW&lt;/strong&gt;&amp;nbsp;is just a common point of connectivity for information sharing that is facilitated by a global network of computers.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;The Internet&amp;nbsp;&lt;/strong&gt;is a connection between computers and countless other devices that form a huge network of systems.&lt;/li&gt;&lt;/ol&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1836/define-internet-write-uses-daily-life-different-from-world?show=1837#a1837</guid>
<pubDate>Sun, 12 Jun 2022 17:19:28 +0000</pubDate>
</item>
<item>
<title>Answer selected: How do Internet help us?</title>
<link>https://aiforkids.in/qa/1698/how-do-internet-help-us?show=1699#a1699</link>
<description>


&lt;p&gt;Internet can be useful for us in the following ways&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;Allows organizations to advertise their products.&lt;/li&gt;

&lt;li&gt;Provides information.&lt;/li&gt;

&lt;li&gt;&amp;nbsp;Easily communicate with other people.&lt;/li&gt;

&lt;li&gt;Save paper as we can publish documents on the Internet.&lt;/li&gt;&lt;/ol&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1698/how-do-internet-help-us?show=1699#a1699</guid>
<pubDate>Sun, 12 Jun 2022 17:19:06 +0000</pubDate>
</item>
<item>
<title>Answer selected: What do you understand by remote login?</title>
<link>https://aiforkids.in/qa/1826/what-do-you-understand-by-remote-login?show=1827#a1827</link>
<description>Remote login is a process in which users can log in to a remote site i.e. computer and use services that are available on the remote computer. &lt;br /&gt;
&lt;br /&gt;
With the help of remote login, a user is able to understand the results of transferring, results processing from the remote computer to the local computer.</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1826/what-do-you-understand-by-remote-login?show=1827#a1827</guid>
<pubDate>Sun, 12 Jun 2022 17:18:49 +0000</pubDate>
</item>
<item>
<title>Answer selected: What is digital subscriber line?</title>
<link>https://aiforkids.in/qa/1814/what-is-digital-subscriber-line?show=1815#a1815</link>
<description>


&lt;p&gt;&lt;strong&gt;DSL&lt;/strong&gt; stands for&amp;nbsp;&lt;strong&gt;D&lt;/strong&gt;igital &lt;strong&gt;S&lt;/strong&gt;ubscriber &lt;strong&gt;L&lt;/strong&gt;ine.&amp;nbsp;&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;It&amp;nbsp;is a popular &lt;u&gt;broadband connection&lt;/u&gt; that provides Internet access by transmitting digital data over the wires of a local telephone network.&lt;/li&gt;

&lt;li&gt;It uses the &lt;u&gt;existing copper telephone lines&lt;/u&gt; for Internet access.&lt;/li&gt;

&lt;li&gt;A special modem is necessary in order to be able to use a DSL service over a standard phone line&lt;/li&gt;&lt;/ol&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1814/what-is-digital-subscriber-line?show=1815#a1815</guid>
<pubDate>Sun, 12 Jun 2022 17:18:42 +0000</pubDate>
</item>
<item>
<title>Answer selected: Can we use URL to access a web page? How ?</title>
<link>https://aiforkids.in/qa/1832/can-we-use-url-to-access-a-web-page-how?show=1833#a1833</link>
<description>Yes, we can use a URL to access a web page, as a location on a web server, which is called a website and each website has a unique address known as a URL.</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1832/can-we-use-url-to-access-a-web-page-how?show=1833#a1833</guid>
<pubDate>Sun, 12 Jun 2022 17:18:12 +0000</pubDate>
</item>
<item>
<title>Answered: Read the following paragraph. Find six network and communication related abbreviations and give their expanded form along with a single-line definition of each of them. The RBI is planning to expand its connectivity with all major banks of India</title>
<link>https://aiforkids.in/qa/1976/following-communication-abbreviations-definition-connectivity?show=1977#a1977</link>
<description>


&lt;p&gt;&lt;em&gt;&lt;strong&gt;Ans&lt;/strong&gt;&lt;/em&gt;. Six network and communication-related abbreviations are as follows:&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;&lt;strong&gt;TCP &lt;/strong&gt;(&lt;u&gt;Transmission Control Protocol&lt;/u&gt;): A protocol developed for the Internet to get information from one network device to another.&amp;nbsp;
&lt;br&gt;&amp;nbsp;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;HTTP &lt;/strong&gt;(&lt;u&gt;HyperText Transfer Protocol&lt;/u&gt;): A protocol that transmits hypertext over networks. This is the protocol of the web.
&lt;br&gt;&amp;nbsp;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;ISP &lt;/strong&gt;(&lt;u&gt;Internet Service Provider&lt;/u&gt;): An organization that provides access to the Internet through various connectivity methods.
&lt;br&gt;&amp;nbsp;&lt;/li&gt;

&lt;li&gt;&amp;nbsp;&lt;strong&gt;IIS &lt;/strong&gt;(&lt;u&gt;Internet Information Server&lt;/u&gt;): It is a Microsoft proprietary web server software.
&lt;br&gt;&amp;nbsp;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;SMTP &lt;/strong&gt;(&lt;u&gt;Simple Mail Transfer Protocol&lt;/u&gt;): It distributes E-mail messages and attached files to one or more electronic mailboxes.
&lt;br&gt;&amp;nbsp;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;ADSL &lt;/strong&gt;(&lt;u&gt;Asymmetrical Digital Subscriber Line&lt;/u&gt;):&amp;nbsp; A data communication technology that enables faster data transmission over copper telephone lines than a conventional voice band modem can provide.&amp;nbsp;&lt;/li&gt;&lt;/ol&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1976/following-communication-abbreviations-definition-connectivity?show=1977#a1977</guid>
<pubDate>Sun, 12 Jun 2022 17:01:38 +0000</pubDate>
</item>
<item>
<title>Answer selected: A web page is located using a</title>
<link>https://aiforkids.in/qa/1589/a-web-page-is-located-using-a?show=1591#a1591</link>
<description>


&lt;p&gt;Ans. &lt;strong&gt;(b) is the correct answer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;(b) Uniform Resource Locator&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Explanation:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;URL (Uniform Resource Locator) specifies the location of a specific web page on the Internet.&lt;/p&gt;

</description>
<category>Ch 1 Internet Basics</category>
<guid isPermaLink="true">https://aiforkids.in/qa/1589/a-web-page-is-located-using-a?show=1591#a1591</guid>
<pubDate>Sun, 12 Jun 2022 16:57:31 +0000</pubDate>
</item>
</channel>
</rss>