Skip to main content

What is Genetics


What is Genetics?

    Have you ever wondered why some people are short while others are tall, or why some have brown eyes while others have black eyes? Genetics is the study of the ways in which different characteristics are passed from each generations of living things to the next. Genetics has many divisions like population genetics and epigenetics

 

What is DNA?


    Each of us has a unique set of chemical blueprints that determine how our body looks and functions. These blueprints are contained in our DNA, which is the short form of deoxyribonucleic acid.

   DNA is in the form of long spiral-shaped molecules found inside every cell. The instructions for constructing and maintaining cells are built into this molecule. DNA can copy itself so that all the new cells produced by a plant or animal, contain copies of the same set of genetic instructions, or genetic code. Every single living organism processes DNA. In fact, DNA defines something as being alive and therein lies importance.

 

Why is the structure of the DNA unique?

     Our bodies have hundreds of different types of cells. Each cell does a different job to help our body to function. There are blood cells, bone cells and cells that make our muscles. Cells get their instructions on what to do from DNA, which acts like a computer program.

    DNA is a long thin made up of something called nucleotides. Holding the nucleotides together is a backbone of nucleotides that are sometimes reffered to as 'bases'. 

    The structure of DNA is in the form of two long intertwined strands known as the double helix, and the bases link these two strands together.

 

Why are chromosomes significant?


    Your body is made up of billions of cells, which are two small to see without a strong microscope. Inside most of those cells are chromosomes, which are thread like strands that contain hundreds of genes that determine your physical traits.

    Most people have 23 pairs of chromosomes, and you received half your chromosomes from your mother, and the other half from your father. Even if you are born, your 46 chromosomes continue to guide the way of your body grows and develops. The number of chromosomes is not related to the intelligence of complexity of the creature. Peas only have 12 chromosomes, while a dog has 78, and there is a species of crayfish with 200 chromosomes. There are even organisms of the same species with different number of chromosomes.  

 

What is a gene?

     The word gene is derived from the Greek word 'genesis' meaning 'origin'. Inside every cell of each living thing are sets of instructions called genes. The genes provide the instructions on what the plant or animals is, what it looks like, how it is to survive, and how it will interact with its surrounding environment. Genes are strung together in long strands of material called DNA. Many of the genes have a quality known as dominant or recessive. Traits are things like eye colour, straight or curly hair, shape of features, and other things like skills and abilities. Dominant traits are more common than recessive traits. 

    To sum up, each gene has the instructions on how to make special proteins which control how that cell grow and works.

 

What is RNA?


    RNA stands for ribonucleic acid. It is a copy of the DNA made by using a different type of nucleic acid called ribonucleic acid. 

    It is a very long, complicated molecule made out of amino acids that are linked together. RNA molecules are shaped like a spiral and are made out of mainly these four molecules stuck together. RNA molecules are involved in protein synthesis, and sometimes, in the transmission of genetic information. There are several different types of RNA including messenger RNA or mRNA and transfer RNA or tRNA. In living organisms, RNA is a single stranded molecule, unlike DNA, which is double-stranded.

    One major difference of RNA from DNA is the presence of the nucleotide named uracil instead of thymine.

 

Nuclear Energy        Our Universe



Comments

Popular posts from this blog

Complement of a Number

Subtraction of Binary Numbers  ;  Octal and Hexadecimal Number  ;  Convert Decimal to Binary Complements Complements are used in digital computers for simplifying the subtraction operation and for logical manipulations. There are two types of complements for each base-r system: (1) the r’s complement and (2) the (r-1)’s complement. When the value of the base is substituted, the two types receive the names 2’s and 1’s complement for binary numbers,  10’s and 9’s complement for decimal numbers. The r’s Complement Given a positive number N in base r with an integer part of n digits, the r’s complement of N is defined as r n   - N for N is not equal to 0 and 0 for N = 0. The following numerical example will help clarify the definition. The 10’s complement of (52520) 10 is 10 5 – 52520 = 47480 The number of digits in the number is n= 5 The 10’s complement of (0.3267) 10 is 1 – 0.3267 = 0.6733 No integer part, so 10 n = 10 0 = 1 The 10’s...

mathematics skills

Are you ready to give your mathematics skills a boost? These simple math tricks can help you perform calculations more quickly and easily. They also come in handy if you want to impress your teacher, parents, or friends. 01 The Answer Is 2 Think of a number. Multiply it by 3. Add 6. Divide this number by 3. Subtract the number from Step 1 from the answer in Step 4. The answer is 2. Same Three-Digit Number Think of any three-digit number in which each of the digits is the same. Examples include 333, 666, 777, and 999. Add up the digits. Divide  the three-digit number by the answer in Step 2. The answer is 37. Six Digits Become Three Take any three-digit number and write it twice to make a six-digit number. Examples include 371371 or 552552. Divide the number by 7. Divide it by 11. Divide it by 13. The order in which you do the division is unimportant! The answer is the three-digit number. Examples: 371371 gives you 371 or 552552 gives you 552. A related trick is to take any three-di...

Types of Number System

Different Number Systems – There are some different Number System with correspondence base. Which will describe as follows-   Number System  Base  Representation  Binary Number System      2  (Number) 2  Decimal Number System      10  (Number) 10  Octal Number System      8  (Number) 8  Hexadecimal Number System     16   (Number) 16 Note : Any number can be in decimal form. So there is an another way to solve them quickly. Let’s understand with an example. Ex 1. (4064.10) 10   Sol. This Number can also be written as (4*10 3 ) + (0*10 2 ) + (6*10 1 ) + (4*10 0 ) + (1*10 -1 ) + (0*10 -2 ) Note that after decimal digits we will use decreasing power of 10 from left to right. Ex 2.   (1101.01) 2        Sol. This Number can also be written as (1*2 3 ) + (1*2 2 ) + (0*2 1 ) + (1*2 0 ) + (0*2 -1 ) + (0*2 -2 ) Exercise: From Ques...