HomeWHICHWhich Of The Following Foods Are Native To Rainforests

Which Of The Following Foods Are Native To Rainforests

Read the following passage and mark the letter A, B, C, or D on your answer sheet to indicate the correct answer to each of the questions.

Have you ever entered a tropical rainforest? It’s a special, dark place completely different from anywhere else. A rainforest is a place where the trees grow very tall. Millions of kinds of animals, insects, and plants live in the rainforest. It is hot and humid in a rainforest. It rains a lot in the rainforest, but sometimes you don’t know it’s raining. The trees grow so closely together that rain doesn’t always reach the ground.

Rainforests make up only a small part of the Earth’s surface, about six percent. They are found in tropical parts of the world. The largest rainforest in the world is the Amazon in South America. The Amazon covers 1.2 billion acres, or almost five million square kilometers. The second largest rainforest is in Western Africa. There are also rainforests in Central America, Southeast Asia, Northeastern Australia, and the Pacific Islands

Rainforests provide us with many things. In fact, the Amazon Rainforest is called the “lungs of our planet” because it produces twenty percent of the world’s oxygen. One fifth of the world’s fresh water is also found in the Amazon Rainforest. Furthermore, one half of the world’s species of animals, plants, and insects live in the Earth’s rainforests. Eighty percent of the food we eat first grew in the rainforest. For example, pineapples, bananas, tomatoes, corn, potatoes, chocolate, coffee, and sugar all came from rainforests.

Refer to more articles:  Which Is Better Pod Or Tod

Twenty-five percent of the drugs we take when we are sick are made of plants that grow only in rainforests. Some of these drugs are even used to fight and cure cancer. With all the good things we get from rainforests, it’s surprising to find that we are destroying our rainforests. In fact, 1.5 acres, or 6,000 square meters, of rainforest disappear every second. The forests are being cut down to make fields for cows, to harvest the plants, and to clear land for farms. Along with losing countless valuable species, the destruction of rainforests creates many problems worldwide. Destruction of rainforests results in more pollution, less rain, and less oxygen for the world.

‘; noteHtml += ”; noteHtml += ”; noteHtml += ”; noteHtml += ”+content+”; noteHtml +=”; noteHtml +=”; noteHtml +=”; noteHtml +=”; noteHtml +=’Đóng’; if(content != “”) noteHtml +=’Cập nhật’; else noteHtml +=’Lưu’; noteHtml +=”; noteHtml += ”; noteHtml += ”; $(noteHtml).insertAfter(“#wrapper”); $(“#popupNoteUser”).css(‘display’, ‘flex’); TS247_NOTE_SIMPLE.saveNewNoteUser(objId,note_id); }, saveNewNoteUser:function(objId,note_id=0) { $(“.saveDataNote, .updateDataNote”).click(function(){ let checkAct = $(this).hasClass(“updateDataNote”); let type_save = checkAct?1:0; let content = $(“#boxAddNote”).val(); if($.trim(content).length == 0) { alert(“Bạn chưa nhập nội dung ghi chú.”); return false; } $.ajax({ url: ‘/eAjax/addNoteToExam’, type: ‘POST’, dataType: ‘json’, data: ({ note_id:note_id, type_save: parseInt(type_save), item_id: parseInt(objId), type_question: 1, content: content }), success: function(e) { if (e.success) { if(type_save){ confirm(“Bạn đã sửa ghi chú thành công!”); }else{ confirm(“Bạn đã thêm ghi chú thành công!”); } $(“#popupNoteUser”).hide(); var dataItems = e.notes; var note_id = e.note_id; $(“#question_”+objId+” .item-note .item-note-item”).remove(); var html_item = “”; $(dataItems).each(function(key,item){ html_item += “”+TS247_NOTE_SIMPLE.HtmlEncode(item.content)+”EditDelete”; }); $(html_item).insertAfter(“#question_”+objId+” .item-note h3″); $(“#question_”+objId+” .exam-note-simple”).attr(“data-noteid”,note_id); return false; } else { alert(e.msg); } } }); return false; }); $(“.bntCloseNoteUser”).click(function(){ $(“#popupNoteUser”).hide(); }); }, HtmlEncode: function(s){ var el = document.createElement(“div”); el.innerText = el.textContent = s; s = el.innerHTML; return s; }, EditNote:function(){ $(“body”).on(“click”,’.btnEditNote’,function(){ var note_id = $(this).data(“noteid”); $.ajax({ url: ‘/eAjax/getSimpleNote’, type: ‘POST’, dataType: ‘json’, data: ({ note_id: parseInt(note_id), }), success: function(e) { if (e.success) { var dataItems = e.data[0]; TS247_NOTE_SIMPLE.showPopupNote(dataItems.item_id,dataItems.id,dataItems.content); } } }); }); }, DeleteNote:function(){ $(“body”).on(“click”,’.btnDeleteNote’,function(){ var note_id = $(this).data(“noteid”); var objId = $(this).closest(“.nobor”).attr(“id”).replace(“question_”, “”); if (!confirm(‘Bạn có chắc muốn xóa ghi chú này không?’)) { return } $.ajax({ url: ‘/eAjax/removeNoteUser’, type: ‘POST’, dataType: ‘json’, data: ({ note_id: parseInt(note_id), }), success: function(e) { if (e.success) { $(“#question_”+objId+” .item-note .item-note-item”).remove(); alert(“Đã xóa ghi chú thành công.”); $(“#question_”+objId+” .exam-note-simple”).attr(“data-noteid”,0); return false; } } }); }); } };

Refer to more articles:  Which Of The Following Accounts Is Not Closed
RELATED ARTICLES

Most Popular

Recent Comments