1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/assets/images/master.svg">
<title>Al Azhar 9th Grade Lesson Notes</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="fixed-top-btn-container" id="topbtn">
<a class="fixed-top-btn menu-btn" onclick="toggleNav()" href="javascript:void(0)"><i class="fa-solid fa-bars"></i></a>
<a href="../" class="fixed-top-btn back-btn"><i class="fa-solid fa-chevron-left"></i></a>
</div>
<div id="console"></div>
<div id="sidebar">
<div>
<a href="/index.html">
<img src="/assets/images/master.svg" alt="" class="sidebar-logo">
</a>
<h3 id="title" class="align-center">Al Azhar 9th Grade Lesson Notes</h3>
</div>
<div>
<a href="/about/author.html" class="sidebar-link link">About the Author</a>
<a href="/about/school.html" class="sidebar-link link">About School</a>
<a href="/lessons" class="sidebar-link link">Lessons</a>
<hr class="divider">
<div id="toc">
<h4>Table of Contents</h4>
</div>
</div>
</div>
<div class="banner-container" id="banner">
<div class="banner-bg" id="img-supplies"></div>
<div class="gradient-bg"></div>
<div class="banner-text-container">
<h1 class="banner-text" id="banner-txt">Plant and Animals Reproduction System</h1>
<h3 class="banner-text" id="banner-txt">Chapter 2</h3>
</div>
</div>
<div class="chip-container" id="chip-container">
<div class="chip"><span>❓ Unchecked</span></div>
</div>
<div id="main">
<section>
<h1 id="definition">Definition</h1>
<p>Reproduction is a biological process for organisms in order to preserve its kind.</p>
<h1 id="methods">How Organisms Reproduce</h1>
<p>Reproduction in organisms are divided into 2, vegetative and generative reproduction.</p>
<h2 id="vegetative">Vegetative Reproduction</h2>
<p>A vegetative reproduction is any form of reproduction that don't preceded by the male and female sex cells.</p>
<h3 id="methods--division">Fragmentation</h3>
<div class="flex flex-center">
<img src="/assets/images/biology/fragmentation_classnotes.jpg">
</div>
<p class="subtitle">Fragmentation on planaria. Source: <a href="https://classnotes.org.in/class-10/how-do-organism-reproduce/fragmentation/" class="link">classnotes.org.in</a></p>
<p>Division is a reproduction method by dividing itself, usually done by single-celled organisms (protozoa) such as amoebas and paramecium.</p>
<h3 id="methods--spore">Spore</h3>
<p>Spore is a reproduction method done by some plants such as moss, fungi, and ferns. </p>
<div class="flex flex-center">
<img src="/assets/images/biology/metagenesis_paku_kompas-com.jpg">
</div>
<p class="subtitle">Fern Metagenesis. Source: <a href="https://www.kompas.com/skola/read/2021/06/15/145723469/metagenesis-tumbuhan-paku-pengertian-skema-dan-jenisnya?page=all" class="link">Kompas.com</a></p>
<div class="flex flex-center">
<img src="/assets/images/biology/metagenesis_lumut_roboguru.png">
</div>
<p class="subtitle">Moss Metagenesis. Source: <a href="https://roboguru.ruangguru.com/question/buatlah-bagan-metagenesis-lumut_QU-1N6PMRL7" class="link">roboguru.ruangguru.com</a></p>
<h3 id="methods--bud">Buds / Shoots</h3>
<div class="flex flex-center">
<img src="/assets/images/biology/budding_eschooltoday.jpg">
</div>
<p class="subtitle">Budding on a hydra. Source: <a href="https://eschooltoday.com/learn/buddin/" class="link">eschooltoday.com</a></p>
<p>A bud is the base of stem on a plant such as hydras, or bananas (for higher and more complex organisms) that will develop into other organs.</p>
<p>Adventitious buds is a wild bud that doesn't grow on the stem, but grows on the side of the leaves or roots, such as <i>Kalanchoe pinnata</i>.</p>
<h3 id="methods--bud">Stolon</h3>
<p>Stolon is a stem that spreads over the land surface. Plants that reproduce this ways are <i>Cyperus rotundus</i>, <i>Centella asiatica</i>, and more.</p>
<h3 id="methods--rhyzome">Rhizome</h3>
<p>Rhizomes are stems that grow under or on the soil, such as ginger, tumeric, curcuma, and more.</p>
<h2 id="methods--generative">Generative Reproduction</h2>
<p>Generative reproduction is a form of reproduction that invovles the meeting of a male and female sex cells (sperm and ovum), or mating. Organisms that reproduce generatively are: humans, flowering plants, mammals, and many more.<br>In plants, there are 2 types of pollination, which is self-pollination (<span title="Pollen transferred to the same organism." style="border-bottom: 1px dotted black; cursor: help;">autogamy</span>, and <span title="Pollen transferred to a different organism." style="border-bottom: 1px dotted black; cursor: help;">geitonogamy</span>), and cross-pollination.</p>
</section>
</div>
<script src="/scripts/toc.js"></script>
<script src="/scripts/onload/toc.js"></script>
<script src="/scripts/sidebar.js"></script>
</body>
</html>
|