Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (2023)

"; html += "

Change " + classTitle + "

"; html += "

Add " + classTitle + "

"; if (data.length > 1) { html += "

Remove " + classTitle + "

"; } html += "

"; $(".ER_Model_Header").html("

Change/Add " + classTitle + "

"); $(".ER_Model_Content").html(html); $(".ER_Model_Footer").html(""); $(".ER_Model_Footer").hide(); $(".ER_Model .modal-header").addClass("chng_cls_pp"); $(".ER_Model").modal({ animation: true, backdrop: 'static', keyboard: false, show: true }); } }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }) }; // getcatforchangeclass = function (callfor) { _ShowLoader(); $.ajax({ type: "POST", data: "{}", url: "/UserData/GetUserCategoryList", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { console.log(data); if (data.length > 0) { try { closeNav(); } catch (e) { } var isSchoolClassHidden = ""; try { isSchoolClassHidden = $("#isSchoolClassHidden").val(); } catch (e) { } var classTitle = "Exam"; if (isSchoolClassHidden != undefined && isSchoolClassHidden != null && isSchoolClassHidden != "" && (isSchoolClassHidden.toLocaleLowerCase() == "true" || isSchoolClassHidden == true)) { classTitle = "Class"; } var isonecat = 0; if (data.length == 1) { isonecat = 1; } var html = "

"; html += "

Select the " + classTitle.toLowerCase() + " you want to leave

"; for (var i = 0; i < data.length; i++) { var checkselectedclass = ""; if (isonecat == 1) { html += "

" + data[i]["name"] + "

"; } else { html += "

" + data[i]["name"] + "

"; } // html += "

"; } html += "

"; if (isonecat == 1) { html += "

"; } else { html += "

"; html += "

"; } if (callfor != undefined && callfor != null && callfor != "" && callfor == "r") { $(".ER_Model_Header").html("

Remove " + classTitle + "

"); } else { $(".ER_Model_Header").html("

Change " + classTitle + "

"); } $(".ER_Model_Content").html(html); $(".ER_Model_Footer").html(""); $(".ER_Model_Footer").hide(); $(".ER_Model .modal-header").addClass("chng_cls_pp"); $(".ER_Model").modal({ animation: true, backdrop: 'static', keyboard: false, show: true }); } else { } _HideLoader(); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); // }; removeoldclass = function (callfor) { _ShowLoader(); var catids = ""; var totalcatcount = $(".changeclasscatdiv").length; var selectedcatcount = $(".changeclasscatdivselected").length; $.each($(".changeclasscatdivselected"), function () { catids += $(this).attr("dataid") + ","; }); if (catids != undefined && catids != null && catids != "") { $.ajax({ type: "POST", data: "{catId: '" + catids + "'}", url: "/UserData/RemoveEnrolledCategoryCourses", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { //console.log(data); if (data.Status == 200) { _ShowLoader(); try { DeleteCookie("starblockfirst"); } catch (e) { } if (callfor != undefined && callfor != null && callfor != "" && callfor == "r" && selectedcatcount < totalcatcount) { _ShowLoader(); window.location.href = "/home"; } else { $(".ER_Model_Content").html(""); var _UserCourseCategoryWidget = '/Course/UserCourseCategoryWidget'; $.get(_UserCourseCategoryWidget, function (data) { var widgetHTML = "

" + data + "

"; $(".ER_Model_Content").html(widgetHTML); var OldHeader = $(".wid_hdr").html(); var newHeader = ""; //newHeader += ""; //newHeader += "

Welcome to EduRev

"; newHeader += "

"; //newHeader += ""; $(".wid_hdr").html(newHeader); $(".ER_Model_Content").css("padding", "0px"); $(".ER_Model .modal-content").css("margin-top", "0px"); $(".ER_Model .modal-dialog").css("margin-top", "10px"); $(".ER_Model .modal-header").hide(); $(".ER_Model .modal-footer").hide(); $(".ER_Model").modal("show"); $("#refreshCoursesList").val("1"); $(".wid_hdr h1 img").css("margin-left", "25px"); try { //getCatList(4, 'catList', 'direct'); loadExploreData(""); } catch (e) { } }); } } _HideLoader(); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); } else { _HideLoader(); alert("Please select any interest"); } // } selectcatForRemove = function (catid, callfor) { if (callfor != undefined && callfor != null && callfor != "" && callfor == "r") { var totalcatcount = $(".changeclasscatdiv").length; var selectedcatcount = $(".changeclasscatdivselected").length; //if (selectedcatcount < parseInt(totalcatcount - 1)) { $(".changeclasscatdiv" + catid).addClass("changeclasscatdivselected"); $(".changeclasscata" + catid).attr("onclick", "unselectcatForRemove('" + catid + "','" + callfor + "')"); $(".changeclasscaticonsimg" + catid).attr("src", 'https://edurev.gumlet.io/cdn_assets/v258/assets/img/home/selectionradiored.svg'); $(".removecaterrormsg").hide(); $(".divforRemoveClassbtn").show(); //} //else { // if (totalcatcount == 1) { // $(".divforRemoveClassbtn").hide(); // $(".removecaterrormsg").show(); // $(".removecaterrormsg").html("You must have at least one learning goal. You can't remove all categories Cancel"); // } // else { // $(".removecaterrormsg").show(); // $(".removecaterrormsg").html("You must have at least one learning goal. You can't remove all categories"); // } //} } else { $(".changeclasscatdiv" + catid).addClass("changeclasscatdivselected"); $(".changeclasscata" + catid).attr("onclick", "unselectcatForRemove('" + catid + "','" + callfor + "')"); $(".changeclasscaticonsimg" + catid).attr("src", 'https://edurev.gumlet.io/cdn_assets/v258/assets/img/home/selectionradiored.svg'); $(".divforRemoveClassbtn").show(); } } unselectcatForRemove = function (catid, callfor) { $(".changeclasscatdiv" + catid).removeClass("changeclasscatdivselected"); $(".changeclasscata" + catid).attr("onclick", "selectcatForRemove('" + catid + "','" + callfor + "')"); $(".changeclasscaticonsimg" + catid).attr("src", 'https://edurev.gumlet.io/cdn_assets/v258/assets/img/home/selectionradio.svg'); if (callfor != undefined && callfor != null && callfor != "" && callfor == "r") { if ($(".changeclasscatdivselected").length == 0) { $(".divforRemoveClassbtn").hide(); } else { $(".removecaterrormsg").hide(); $(".divforRemoveClassbtn").show(); } } else { if ($(".changeclasscatdivselected").length == 0) { $(".divforRemoveClassbtn").hide(); } } } openDirectCatePopup = function () { $(".ER_Model_Content").html(""); var _UserCourseCategoryWidget = '/Course/UserCourseCategoryWidget'; $.get(_UserCourseCategoryWidget, function (data) { var widgetHTML = "

" + data + "

"; $(".ER_Model_Content").html(widgetHTML); var OldHeader = $(".wid_hdr").html(); var newHeader = ""; //newHeader += ""; //newHeader += "

Welcome to EduRev

"; var cntryhtml = "

"; newHeader += "

" + cntryhtml+"

"; //newHeader += ""; $(".wid_hdr").html(newHeader); $(".ER_Model_Content").css("padding", "0px"); $(".ER_Model .modal-content").css("margin-top", "0px"); $(".ER_Model .modal-dialog").css("margin-top", "10px"); $(".ER_Model .modal-header").hide(); $(".ER_Model .modal-footer").hide(); $(".ER_Model .modal-header").addClass("chng_cls_pp"); $(".ER_Model").modal("show"); $("#refreshCoursesList").val("1"); $(".wid_hdr h1 img").css("margin-left", "25px"); try { //getCatList(4, 'catList', 'direct'); loadExploreData(""); } catch (e) { } }); } $('#ER_Model').on('hidden.bs.modal', function () { try { $(".ER_Model .modal-header").removeClass("chng_cls_pp"); } catch (e) { } }); UnAttemptedTestList_pp = function () { try { closeNav(); } catch (e) { } var ht_cr = $(".unattepmtedTestData_courses").html().trim("\n"); if (ht_cr == "") { purchasedCourses(true); } $("#unattemptedTest").modal("show"); $(".unattepmtedTestData_courses").show(); $(".unatdtstcrshdr").show(); $(".unattepmtedTestData").hide(); $(".unattepmtedTestData_courses").scrollTop(0); } unattemptedTestBak = function () { $(".unattepmtedTestData_courses").show(); $(".unatdtstcrshdr").show(); $(".unattepmtedTestData").hide(); $(".unattdtst_bck").hide(); } UnAttemptedTestList = function (courseId) { _ShowLoader(); $.ajax({ type: "POST", data: "{courseId:" + courseId + "}", url: "/Quiz/UnAttemptedTestList", contentType: "application/json;charset=utf-8", dataType: "text", success: function (data) { data = JSON.parse(data); if (data != "" && data != null && data != undefined && data.length > 0) { var row = ""; for (var j = 0; j < data.length; j++) { row += "

"; row += "

" + data[j]["ParentSubcourseTitle"] + "

"; for (var i = 0; i < data[j]["testList"].length; i++) { row += "

\

\

\

\ \ Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (7)\ \

(Video) Fire and ice class 10 question answer | Class 10 english poem 2 Question answer

\

\

\

\ " + data[j]["testList"][i]["title"] + "\

\ "+ data[j]["testList"][i]["totalQues"] + " Ques | " + data[j]["testList"][i]["time"] + " Mins"; if (data[j]["testList"][i]["isInfinity"] == true && data[j]["testList"][i]["isPurchased"] == false) { row += " | Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (8)Unlock"; } row += "

\

\

\

\

"; } row += "

"; } $(".unattepmtedTestData").html(row); } else { $(".unattepmtedTestData").html("

No unattempted test available

"); } $(".unattepmtedTestData_courses").hide(); $(".unatdtstcrshdr").hide(); $(".unattepmtedTestData").show(); //$("#unattemptedTest").modal("show") $(".unattepmtedTestData").scrollTop(0); $(".unattdtst_bck").show(); _HideLoader(); }, error: function (a, b, c) { _HideLoader(); console.log(a + "," + b + "," + c); } }); }; var moreEnrolledCourses = "View All"; purchasedCourses = function (onlyunattempted) { var uid = $("#uid").val(); if (uid != "-1") { $.ajax({ type: "POST", url: "/Course/purchasedCourses", contentType: "application/json;charset=utf-8", data: "{UserId: '',NeedCourseProgress:'1'}", dataType: "json", async: true, success: function (data) { console.log(data); var enrolledCoursesHTML = ""; if (data != undefined && data != null && data != "") { var row = ""; var mobileViewHtml = ""; var mobileViewHeaderHtml = ""; var filterhtml = ""; var headerText = ""; var DataJson = data; var count = 0; var ShowLength = DataJson.purchasedCourses.length; var TotalLength = ShowLength; var show_course_block = ""; var maxcourseshow = 8; var showMoreCount = parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)); var shmrimgarr = "Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (9)"; var showMoreTxt = ""; if (showMoreCount == 1) { showMoreTxt = "View " + showMoreCount + " more course"; } else { showMoreTxt = "View " + showMoreCount + " more courses"; } var showMoreHTML = ""; //var showMoreHTMLMob = ""; enrolledCoursesHTML = "

"; var hasCourseWithQuiz = 0; //var catFilter = []; if (ShowLength > 0) { headerText += "

"; headerText += "

my courses

"; headerText += "

"; mobileViewHtml = "
"; mobileViewHeaderHtml += "

"; mobileViewHeaderHtml += "

my courses

"; mobileViewHeaderHtml += "

"; mobileViewHeaderHtml += "

"; } for (var i = 0; i < ShowLength; i++) { var link = "/courses/" + DataJson.purchasedCourses[i]["CourseId"] + "_" + DataJson.purchasedCourses[i]["LinkName"]; if (i > parseInt(maxcourseshow - 1)) { show_course_block = "show_course_block"; } else { show_course_block = ""; } count++; var percentage = ""; var coursescatids = ""; for (var l = 0; l < DataJson.purchasedCourses[i]["CategoryIdList"].length; l++) { coursescatids += DataJson.purchasedCourses[i]["CategoryIdList"][l]["CategoryId"] + "_"; } mobileViewHtml += "\ "; mobileViewHtml += " "; if (DataJson.purchasedCourses[i]["QuizCount"] == null || DataJson.purchasedCourses[i]["QuizCount"] == "" || DataJson.purchasedCourses[i]["QuizCount"] == "0") { } else { hasCourseWithQuiz = parseInt(parseInt(hasCourseWithQuiz) + 1); enrolledCoursesHTML += "\ "; } //DataJson[i]["IconImage"] if (DataJson.purchasedCourses[i]["CourseProgressPercentage"] != undefined && DataJson.purchasedCourses[i]["CourseProgressPercentage"] != null && DataJson.purchasedCourses[i]["CourseProgressPercentage"] != '') { percentage = DataJson.purchasedCourses[i]["CourseProgressPercentage"]; } //---------------------- //var link = "/courses/" + DataJson.purchasedCourses[i]["CourseId"] + "_" + DataJson.purchasedCourses[i]["LinkName"]; var imgURL = ""; if (DataJson.purchasedCourses[i]["featureImage"] == "") { imgURL = DataJson.purchasedCourses[i]["IconImage"]; } else { imgURL = DataJson.purchasedCourses[i]["featureImage"]; } //var courseids = DataJson.purchasedCourses[i]["CategoryIdList"]; row += "

"; row += "

"; row += "

"; // //var catFilterObject = { // "CategoryId": DataJson.purchasedCourses[i]["CategoryId"], // "CategoryName": DataJson.purchasedCourses[i]["CategoryName"] //} //catFilter.push(catFilterObject); } //var outfilter = []; //for (var i = 0, l = catFilter.length; i < l; i++) { // var unique = true; // for (var j = 0, k = outfilter.length; j < k; j++) { // if (catFilter[i].CategoryId === outfilter[j].CategoryId) { // unique = false; // } // } // if (unique) { // outfilter.push(catFilter[i]); // } //} if (DataJson.userCategoriesOfInterest.length > 1) { filterhtml += "

"; // filterhtml += "Filter: "; // filterhtml += "All Courses"; for (var i = 0; i < DataJson.userCategoriesOfInterest.length; i++) { filterhtml += "" + DataJson.userCategoriesOfInterest[i].name + ""; } filterhtml += "

"; } enrolledCoursesHTML += "

" + DataJson.purchasedCourses[i]["Title"] + "

"; mobileViewHtml += "Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (10)"; mobileViewHtml += "

" + DataJson.purchasedCourses[i]["Title"] + "

"; if (ShowLength > 0) { mobileViewHtml += "

"; } $("#hiddenuserhascoursewithtest").val(hasCourseWithQuiz); if (hasCourseWithQuiz > 0) { $(".unattepmtedTestData_courses").html(enrolledCoursesHTML); $(".unattepmtedTestData_courses").show(); $(".unatdtstcrshdr").show(); $(".unattdtst_bck").hide(); } else { $(".otr_opn_unatdtst").hide(); $(".otr_opn_unatdtst_a").hide(); $(".unatdtstcrshdr").html(""); $(".unattepmtedTestData_courses").html("

No tests available in the enrolled courses

"); $(".unattepmtedTestData_courses").show(); //$(".unatdtstcrshdr").show(); //$(".unattdtst_bck").hide(); } $(".unattepmtedTestData").hide(); row = "

" + row + "

"; if (count > parseInt(maxcourseshow)) { var showMoreCount = parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)); var shmrimgarr = "Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (12)"; var showMoreTxt = ""; if (showMoreCount == 1) { showMoreTxt = "View " + showMoreCount + " more course"; } else { showMoreTxt = "View " + showMoreCount + " more courses"; } if ($("#refreshCoursesList").val() != undefined && $("#refreshCoursesList").val() != null && $("#refreshCoursesList").val() != "" && ($("#refreshCoursesList").val() == "1" || $("#refreshCoursesList").val() == 1)) { var sh_mr = "

"; moreEnrolledCourses = "View " + parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)) + " more courses" + shmrimgarr; row = sh_mr + row; } else { $(".mycourses_showmore").html(showMoreHTML); //$(".mycourses_showmore_mob").html(showMoreHTMLMob); //row = row + showMoreHTML; //row += ""; moreEnrolledCourses = "View " + parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)) + " more courses" + shmrimgarr; } } if (onlyunattempted != null && onlyunattempted != undefined && onlyunattempted != "" && onlyunattempted == true) { } else { if (row.length > 0) { $(".mycourses").show(); $(".mycourses").css("display", "inline-block"); $(".ed_innerBox_courses").css("display", "inline-block"); $(".ed_innerBox_courses").css("width", "100%"); row = headerText + filterhtml + row; mobileViewHtml = mobileViewHeaderHtml + filterhtml + mobileViewHtml; //$(".mycoursesmob").html(mobileViewHtml); var screenWidth = screen.width; if ($("#refreshCoursesList").val() != undefined && $("#refreshCoursesList").val() != null && $("#refreshCoursesList").val() != "" && ($("#refreshCoursesList").val() == "1" || $("#refreshCoursesList").val() == 1)) { if (screenWidth != null && screenWidth != undefined && screenWidth < 500) { $(".mycourses").html(mobileViewHtml); } else { $(".mycourses").html(row); } } else { if (screenWidth != null && screenWidth != undefined && screenWidth < 500) { $(".mycourses").html(mobileViewHtml); } else { $(".mycourses").append(row); } } } } //setTimeout(function () { //$.adaptiveBackground.run({ // exclude: ['rgb(0,0,0)'] // too many black pixels //}); //}, 5000); } else { $(".otr_opn_unatdtst").hide(); $(".otr_opn_unatdtst_a").hide(); $(".unatdtstcrshdr").html(""); $(".unattepmtedTestData_courses").html("

No tests available in the enrolled courses

"); $(".unattepmtedTestData_courses").show(); //$(".unatdtstcrshdr").show(); //$(".unattdtst_bck").hide(); } }, error: function (a, b, c) { console.log(a + "," + b + "," + c); } }); } }; showmorepurchased_courses = function (ctrl, hide_ctrl) { $(ctrl).show(); //$(hide_ctrl).html("View Less"); //$(hide_ctrl).attr("onclick", "showlesspurchased_courses('" + ctrl + "','" + hide_ctrl + "')"); $(hide_ctrl).html("View all courses"); $(hide_ctrl).attr("onclick", "gotoallcourse();"); } showlesspurchased_courses = function (ctrl, hide_ctrl) { $(ctrl).hide(); $(hide_ctrl).html(moreEnrolledCourses); //$(hide_ctrl).text("View All"); $(hide_ctrl).attr("onclick", "showmorepurchased_courses('" + ctrl + "','" + hide_ctrl + "')"); } DeleteCookie = function (name) { try { setCookiejavascript(name, "", -1, 1); } catch (e) { } try { document.cookie = name + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; } catch (e) { } };

Class 10>English Class 10>Short Answer Questions: Fire & Ice

1 Crore+ students have signed up on EduRev. Have you?

Q.1, What do "fire" and "ice" symbolize in the poem "Fire and "Ice"?
Answer:
‘Fire’ and ‘Ice’ are symbolized here. ‘Fire’ stands for conflict, fury, intolerance, insensitivity while ‘Ice stands for greed, avarice, lust, rigidity, coldness, indifference, hatred, etc.

Q.2. What does the poet think about the end of the world?
Answer:
The poet thinks about the end of the world that people think fire is the main cause of destruction. But by the end of the poem he says that both Fire and Ice are equally destructive. Both have the same power of causing destruction.

Q.3. How can fire destroy the world?

Fire’ symbolizes passion or hatred. It will lead to conflicts and ultimately result in the destruction of the world. Fire represents desire that is fervent, consuming, always wanting more. Ice represents hatred that is hard and cold.

Q.4.What do you think would be enough to destroy the world? Can Fire and Ice contribute to it?

Our desires and hatred would be enough to destroy the world. According to the poet, `fire’ represents ‘desire’ and `ice’ represents `hatred’. Desires like fire spread rapidly and engulf one’s whole life. Similarly, ‘hatred’ fills life with poison.

Q.5. What is the underlying idea of the poem 'Fire and Ice'?

The poet equates fire with `desire’ and ice with ‘hatred’. Both of these are growing with enormous speed. If we don’t check them from growing, the world will perish. So we must restrain our desires and love our fellow-beings.

Q.6. Which two ideas about how the world will end have been mentioned in the poem? Which idea does the poet support more?

The two ideas mentioned are that the world will end in fire or in ice. Though the poet thinks both are great for destruction, yet he seems to favour the idea of the destruction of the world in a fire a little more than in ice.

Q.7. What does ‘fire’ and ice’ stand for and what is the general opinion regarding the world?
Or
According to the poet, what does ‘fire’ and ‘ice’ represent? Do you agree with him?

According to the poet, ‘fire’ represents desire and ‘ice’ represents hatred. I do agree with the poet. Desires like fire spread rapidly and engulf one’s whole life. Similarly ‘hatred’ fills the whole life with poison. It makes one hard-hearted and cruel.

Q.8. What do people think about the ending of the world? What does the poet think?

Some people think that someday the world will end in fire. On the other hand. some people say. that it will end in ice. The poet has tasted both the fire and the ice. He thinks that the world will end in fire. Here fire stands for the tire of desire.

Q.9 There are many ideas about how the world will ‘end’. Do you think the world will end some day? Have you ever thought what would happen if the sun got so hot that it ‘burst’, or grew colder and colder?
Ans.

There are many ideas about how the world will end. Robert Frost points out two destructive forces—Fire and Ice, they may cause an end to the world. Yes, everything is subjected to an end. The world would come to an end someday. The cause may be a war or natural calamity. The sun is the main source of energy. It is life on the earth. If the sun got so hot that it “burst’ or grew colder and colder the life on the earth would come to an end.

Q.10. How will the world end twice?

(Video) Fire and Ice Comprehension Questions | Fire and Ice Question Answer Class 10th | Class 10 English |

The poet says that both fire and ice are destructive. Here fire stands for the heat of desire and ice stands for hatred He thinks that our violent desires will end the world. If it survives, it will be ruined by hatred.

Q.11. What is the main idea of the poem?

The main idea of the poem is that there are violent passions in the world. They are destructive. But mare distinctive Mail those violent desires is the hatred between man and man. The poet thinks that one day this hatred will destroy the world.

Q.12. Will this world come to an end? What does the poet say in this regard?

Everything that has a beginning or origin, does have an end. It is an eternal law of nature. The existing world will come to an end, someday. The poet believed many people believe that either ‘fire’ or ‘ice’ will be the cause of the end of the world.

Q.13. What do people think about the end of the world? Who does the poet side with and why?

People are divided over the cause of the end of this world. Some people think that ‘fire’ symbolised by unbridled passions, desires and fury will destroy this world. Others believe that ‘ice’ symbolised by cold reasoning, indifference and hatred will be the cause of destruction. The poet sides with those who believe that ‘fire’ or unbridled passions and desires will result in the destruction of the world.

Q.14. Why does the poet say, ‘I’ve tasted of desire/I hold with those who favour fire?

The poet is familiar with the fire of passions and desires in love. He knows it quite well that are uncontrolled desires, passions and fury lead to our destruction. Similarly, he sides with those people who believe that ‘fire’ symbolised by unbridled passions and desires with be the real cause of the end of the world.

Q.15. What will be the cause of the end of the world if it has to perish twice?

This world is not eternal. Its end is certain. The poet sides with those people who think that ‘fire’ will cause the end of the existing world. But if this world has to perish twice the ‘ice’ is as strong to bring the end of the world as ‘fire’ is. Icy reasoning devoid of human love and sympathy and hatred is sufficient to bring an end of this world.

Q.16. How does the poet ‘know enough of hate’? Where will this ‘hate’ lead to?

‘Icy’ or cold reasoning can lead to rigidity, indifference and insensitiveness. This can take away all warmth of human feelings, love and sympathy. The result can be disastrous. ‘Hatred’ born out of cold and ‘Icy’ reasoning can lead to the destruction of the world.

Q.17. How will ‘ice’ be as ‘great’ and ‘suffice’ for causing the end of this existing world? Do you agree with the poet?

There is no need for ‘fire’ to destroy the world. Even ‘ice’ is sufficient and ‘strong’ enough to cause the destruction of this world. If this world has to ‘perish twice’, then there is no need for fire to destroy it twice. ‘Ice’ is as ‘strong’ and ‘great’ a cause that can cause the end of this world.

Q.18. What is the message of the poem ‘Fire and Ice’?

The metaphors of ‘fire’ and ‘ice’ are used very effectively to convey a definite message to the readers. ‘Fire’ here stands for our unbridled, uncontrolled and unchecked passions, desires, lust and fury. Such passions are disastrous for human beings. Similarly cold reasoning devoid of all human warmth, love, sympathy will bring insensitivity, cruelty and rigidity. This hatred will lead to the end of this world.

Q.19. From when I have tasted of desire
I hold with those who favour fire.
Why does the poet hold with those who favour fire?

The poet sides with those who believe that the world will be destroyed by fire. ‘Fire’ is a symbol of desire. The poet has already experienced desire. On the basis of his experience, he knows that excessive desire will destroy the world. That is why he holds with those who favour fire.

Q.20. But if it has to perish twice
I think I know enough of hate.
What does ‘it’ refer to? How will it perish twice?

‘It’ here refers to the world. The poet says that people hold different opinions about the end of the world. Some say ‘fire’, which stands for ‘desire’, will destroy the world. Secondly, ‘ice’, which stands for ‘hatred’ can also destroy the world.

Q.21. To say that for destruction ice
Is also great
In the poem what does ‘ice’ stand for? How is it sufficient to bring destruction?

‘Ice’ stands for ‘hatred’. Hatred may be religious, communal or of any other type. According to the poet, there is enough hatred in the world which will destroy the external, physical world one day.

The document Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 is a part of the Class 10 Course English Class 10.

All you need of Class 10 at this link: Class 10

About this Document

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (22) 14.4K Views
Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (23) 4.82/5 Rating
Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (24) Skyhigh Academy

Document Description: Short Answer Questions: Fire & Ice for Class 10 2023 is part of English Class 10 preparation. The notes and questions for Short Answer Questions: Fire & Ice have been prepared according to the Class 10 exam syllabus. Information about Short Answer Questions: Fire & Ice covers topics like and Short Answer Questions: Fire & Ice Example, for Class 10 2023 Exam. Find important definitions, questions, notes, meanings, examples, exercises and tests below for Short Answer Questions: Fire & Ice.

Introduction of Short Answer Questions: Fire & Ice in English is available as part of our English Class 10 for Class 10 & Short Answer Questions: Fire & Ice in Hindi for English Class 10 course. Download more important topics related with notes, lectures and mock test series for Class 10 Exam by signing up for free. Class 10: Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10

Description

Full syllabus notes, lecture & questions for Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 - Class 10 | Plus excerises question with solution to help you revise complete syllabus for English Class 10 | Best notes, free PDF download

Information about Short Answer Questions: Fire & Ice

In this doc you can find the meaning of Short Answer Questions: Fire & Ice defined & explained in the simplest way possible. Besides explaining types of Short Answer Questions: Fire & Ice theory, EduRev gives you an ample number of questions to practice Short Answer Questions: Fire & Ice tests, examples and also practice Class 10 tests

36 videos|316 docs|67 tests

(Video) Fire and Ice Question & Answers | Class - 10 | NCERT |

Download as PDF

Download free EduRev App

Track your progress, build streaks, highlight & save important lessons and more!

Related Searches

Extra Questions

,

video lectures

,

shortcuts and tricks

,

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10

,

Free

,

Objective type Questions

,

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10

,

study material

,

MCQs

,

Summary

,

mock tests for examination

,

Exam

,

Previous Year Questions with Solutions

,

pdf

,

Viva Questions

,

ppt

,

past year papers

,

Sample Paper

,

practice quizzes

,

Semester Notes

,

Important questions

,

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10

;

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (35)

Join with a free account

Get Instant Access to 1000+ FREE Docs, Videos & Tests

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (36)

10,000,000

Users

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (37)

100+

Exams

(Video) fire and ice question answer।fire and ice class10 questions and answers।fire and ice extra questions

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (38)

3,25,000

Docs and Videos

Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (39)

75,000

Tests

I have an EduRev Account Sign Up with Email

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && catId == '48') { var ht_ml = "

UPSC is the most crucial stepping stone for aspirants, and the right platform can make all the difference. Get access to high-quality study material including notes,videos,tests & all famous books summaries along with expert guidance, and a community of like-minded individuals.Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && catId == '69') { var ht_ml = "

CAT is the most crucial stepping stone to your dream MBA college, and the right platform can make all the difference. Get access to high-quality study material including notes,videos & tests with expert guidance, and a community of like-minded individuals.Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && catId == '32') { var ht_ml = "

JEE is a crucial stepping stone for IIT aspirants, and the right platform can make all the difference. Get access to high-quality study material including notes,videos & tests along with expert guidance, and a community of like-minded individuals. Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && parseInt(catId) >= 18 && parseInt(catId) <= 29) { var ht_ml = "

Want to become a " + catName + " topper? The right platform can make all the difference. Get access to high-quality study material including notes,videos, tests & sample papers along with expert guidance, and a community of like-minded individuals. Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else { $('.adbnr3_tb').html("Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (40)"); } $('.adbnr4_tb').html("Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (41)"); } else { $('.adbnr1_tb').html("Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (42)"); //$('.adbnr2_tb').html("Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (43)"); var catId = '27'; var catName='Class 10'; if (catId != null && catId != '' && catId == '33') { var ht_ml = "

NEET is a crucial stepping stone for aspiring Doctors, and the right platform can make all the difference. Get access to high-quality study material including notes,videos & tests along with expert guidance, and a community of like-minded individuals, Take the first step towards success by signing up for on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && catId == '48') { var ht_ml = "

UPSC is the most crucial stepping stone for aspirants, and the right platform can make all the difference. Get access to high-quality study material including notes,videos,tests & all famous books summaries along with expert guidance, and a community of like-minded individuals.Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && catId == '69') { var ht_ml = "

CAT is the most crucial stepping stone to your dream MBA college, and the right platform can make all the difference. Get access to high-quality study material including notes,videos & tests with expert guidance, and a community of like-minded individuals.Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && catId == '32') { var ht_ml = "

JEE is a crucial stepping stone for IIT aspirants, and the right platform can make all the difference. Get access to high-quality study material including notes,videos & tests along with expert guidance, and a community of like-minded individuals. Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else if (catId != null && catId != '' && parseInt(catId) >= 18 && parseInt(catId) <= 29) { var ht_ml = "

Want to become a " + catName + " topper? The right platform can make all the difference. Get access to high-quality study material including notes,videos, tests & sample papers along with expert guidance, and a community of like-minded individuals. Take the first step towards success by signing up on EduRev today.

"; ht_ml += `

Sign up for Free

`; $('.adbnr3_tb').html(ht_ml); } else { $('.adbnr3_tb').html("Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (44)"); } $('.adbnr4_tb').html("Short Answer Questions: Fire & Ice - Notes | Study English Class 10 - Class 10 (45)"); } showinfinityDocsAdonPage('adbnr2_tb', '27', 'Class 10', 'Content_page_ad'); } //$(window).resize(function () { // SetAdBnr(); //}); $(document).ready(function () { SetAdBnr(); });

(Video) Fire and ice ques/ans English class 10th

The Best you need at One Place

Videos

1. Fire and Ice Short Answer Type Questions,Poem-2,Class-10,UP Board,new syllabus_2023
(Diamond Academic Classes)
2. Class10 English Poem Fire and Ice Gist , Important Questions with Answers
(Learner Bee)
3. Fire and Ice ( Class-10th) - All Important Questions/ Literary Devices / Revision Notes (2019-20)
(Educational Hix)
4. Fire and ice class 10 questions and answers/Most important question
(Simran Sahni)
5. Class 10 English Chapter 1 | Fire and Ice Complete Extract Based & Long Answer Type Que 2022-23
(Magnet Brains)
6. Fire and Ice Class 10th | NCERT Questions and Answers with Explanation
(EME Education Made Easier)
Top Articles
Latest Posts
Article information

Author: Van Hayes

Last Updated: 03/15/2023

Views: 5815

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.