Ilovepdf Merged
Ilovepdf Merged
Spring 2022
Quantum Computing
• Classical Computers • Quantum Computers
Bits, Binary system Qubits, Measurements,
Logic Gates Represntation of Qubits: Bloch Sphere
Moore’s law Quantum Logic Gates
Multiple qubits and entanglement
A Quantum Computing Application:
Quantum Database Search – Grover’s
Algorithm
Computers
Computers have been changing the world.
We use this revolutionary technology daily (in our offices, in our homes and pockets).
What you don’t see is the software (all of the computer programs or codes running on the machine).
The sofware could be anything (applications, games, web pages, data science sofware used for the analysis of sytems).
But,
• how do the computers work?
• how do the hardware and sofware interact with one another?
Computers
Any computer must be able to perform four different tasks:
1. Input,
2. Storage,
3. Processing,
4. Output.
If you consider a single wire with electric current flowing through it, the signal could be
ON or OFF
YES or NO
TRUE or FALSE
1 or 0
• This ON and OFF (1 and 0) state of a single wire is called a BIT (the smallest possible information that a
computer can store).
• The seven basic logic gates: AND, OR, XOR, NOT, NAND, NOR, and XNOR.
NOT Gate
Input Output
A NOT A
0 1
1 0
Reversibility
• In classical computing, when a gate is applied to some information, the original information is often lost.
• Most classical logic Gates are irreversible (The NOT Gate is reversible).
• Irreversible Gates increase the entropy, heat is generated and the observer loses the ability to extract useful work from the
system.
• Reversible Gates preserve the entropy and the energy dissipation would not occur if computation is made reversible.
Transistors
- Tiny switches used to turn current ON and OFF.
REMARKS:
• The current industry standard is chips with 7-nm transistors, with some high-end consumer devices,
such as Apple’s M1 processors, beginning to make the move to 5 nm.
• Experimental chips have shrunk as small as 2.5 nm.
• However, even supercomputers aren’t very good at solving certain types of problems, which seem easy at first
glance. This is why we need quantum computers.
Quantum Computers – Grover’s search algorithm
One promising quantum algorithm that uses these techniques is called Grover's Search. This search involves
finding one item from a list of N items.
• On a classical computer you'd have to check N/2 items on average, and in the worst case you would need to
check all N.
• Using Grover's search algorithm on a quantum computer you would find the item after checking roughly 𝑁 of
them.
• For example, if you wanted to find one item in a list of 1 trillion, and each item took 1 microsecond to check:
Similar to the way bits are used in classical computers, quantum bits (qubits) are used in quantum computers
to store/process information.
Source: IBM, Verdict, Wikipedia (sources cited: Nature, Live Science, IBM, Futurism, MIT Technology Review, IEEE Spectrum, SPIE)
Quantum representation of data - Qubits
• Recall that classical computers use bits which can be either 0 or 1.
a 0 b 1 , a b 1, a, b .
2 2
• In Dirac notation, a vector | is called a ket vector, which is represented by a column vector.
, 0 0 , 11
* * *
Quantum measurements - Rules
When measurements are carried out on classical systems, the disturbance of the measurement on the system can be
neglected.
However in quantum mechanics, the act of a measurement interferes with the system, and the system collapses into one of
its possible states (an eigenstate).
• When a measurement is made, the general state will collapse to one of its possible states |0 and |1 ,
i.e., it will be found in either |0 or |1 .
• The probability of finding the qubit in state |𝑛 (n = 0, 1) is given by the scalar (inner) product
2
n
The constants a and b represent the probability amplitudes of finding the qubit in states |0 and |1 .
Measurements - Rules
Consider a qubit with the state vector a 0 b 1 , 0 a, 1 b.
P 0 0
2
a .
2
• The probability of finding the qubit in state |0 :
P 1 1
2
b .
2
• The probability of finding the qubit in state |1 :
REMARK: If we want the probabilities to add up to 1, the state vector must be normalized, i.e., we must have
a * 0 b* 1 a 0 b 1 a 0 0 b 1 1 a b 1.
2 2 2 2
1 1
However, any complex number z can be written as 𝑐𝑒 −𝑖𝜑 . Hence, writing 𝑎 = 𝑐0 𝑒 𝑖𝜑0 and 𝑏 = 𝑐1 𝑒 𝑖𝜑1 , we obtain
0 1 0
c0 ei 0 c1ei 1 ei c0 0 c1ei 1 1 0
The term 𝑒 𝑖𝜑0 is called "global phase", and the term 𝑒 𝑖(𝜑1 −𝜑0 ) is termed "relative phase".
c0 0 c1ei 1 cos 0 sin ei 1 , 0, , 0, 2 .
2 2
c0 c1
Representing qubits - Bloch sphere
Bloch sphere is a geometrical representation of the state space of a 2-level quantum system (a qubit).
c0 0 c1ei 1 cos 0 sin ei 1 , 0, , 0, 2 .
2 2
EXAMPLES:
• The posssible states for a three qubit system: 000 , 001 , 010 , 100 , 101 , 110 , 011 , 111 .
• Using d computational levels we can reduce the number n2 of qubits needed for a
computation by a factor of
log 2 d
since the Hilbert space of nd qudits contains the space of qubits provided that
d nd 2n2 .
Quantum Circuit Model
Step 2: Process data using 1- and 2-bit Step 2: Process data using 1- and 2-
logic gates. qubit Unitary quantum logic gates.
Input Output
• The destruction of information in a gate will cause heat to be evolved which can destroy the superposition
of qubits.
• Hence, this type of gate (irreversible gate) cannot be used. We must use (reversible) Quantum Gates.
Quantum Gates – single-qubit gates
- operations that change a qubit between possible states. Notation: 0 1 outer product of 0 and 1
X 0 0 1 1 0 0 0 1 0 1 0 0 1 .
0 1
X Z
H 0 0
1
0 1 1 0 0 0 1 1 0 0 1 .
1
2 2 2
X Z
H 1 1
1
0 1 1 0 0 0 1 1 1 0 1 .
1
2 2 2
Quantum Gates – single-qubit gates
The Phase Gate (P-Gate)
P / 2 S 1 0 ei /2 0 1 1 0 i 0 1
S 0 1 0 i 0 1 0 1 ,
S 1 1 0 i 0 1 1 i 0 .
Quantum Gates – single-qubit gates
X 0 11 0.
REMARK: For an n-qubit system, there are 2n combinations of zeros and ones.
Multi-Qubit States
For two (or more) separated qubits, the general state is described by a (tensor) product:
EXAMPLES:
1
0 1 0 1
1
001 101
2 2
1
0 1 1
0 1
1
0 1
1
000 001 010 100 101 110 011 111
2 2 2 8
• Multiple qubit states that are tensor products of single qubit states are called separable states.
• States that cannot be written as the product of single-qubit states are called entangled states.
Entangled States
Examples (Bell States):
1
00 11 ,
1
00 11 ,
2 2
1
01 10 ,
1
01 10 .
2 2
• When the two qubits are entangled, we cannot determine the state of each qubit separately.
• There is a particular correlation between the measurement outcomes on the two qubits.
• For the entangled state above, if a measurement is made on the second qubit, and it is found to be in
state |1 , the first qubit would be found in state |1 with 100% probability.
REMARK: An entangled state could be used to steer a distant particle into one of a set of states, with a
certain probability.
How to produce an entangled state?
- Apply a CNOT (controlled NOT) gate (let them interact).
c c
• The CNOT Gate flips the 2nd qubit if the 1st qubit is |1 , t ct
and returns the 2nd qubit as-is if the 1st qubit is |0 .
EXAMPLE:
1
0 1 0 00 10 00 11
1 1
2 target
2 2
control
Quantum Entanglement
Consider two-qubits:
• Assume we let them interact so that the combined state of the system is an entangled state given by
1
00 11 .
2
This state has 50% probability of being measured in the state |00 , and 50% chance of being measured in the state |11 .
Now, suppose we separate the qubits, without letting them interact with the environment, by 8000 km (e.g., one in
Istanbul and the other in New York).
If we measured the qubit in Istanbul and got the state |1 , the collective state of our qubits changes like so:
1
00 11
measure
11 .
2
Measuring one qubit collapses the superposition and appears to have an immediate effect on the other. This is the
‘spooky action at a distance’ that upset so many physicists in the early 20th century.
Quantum parallellism
Now think of a logic gate with a single input bit x and a single output bit f (x). Input 0 returns f (0) and input 1 returns f (1). Now
imagine we prepare a qubit in a superposition state of 0 and 1, written |0 +|1 (up to a normalization factor) and let the
corresponding quantum logic gate operate on this input state. We then obtain
0 1 f 0 f 1 .
So even though we ran the gate only once, we obtain a superposition of the two possible output values.
Let's extend this idea to a logic gate with two input bits. Whereas the state of two classical bits can be only one of the four
combinations 00, 01, 10 or 11 at any time, two qubits can be in a superposition state of these four possibilities. A quantum logic
gate acting on such an input would give
thus computing f (x) for all four possible input values simultaneously. Similarly, a computer with three qubits, will be able to
do eight computations in parallel.
• Mathematically, the database is represented by a table, of a function f (x), with x {0, 1, 2, …, N-1}.
• We are assured that an entry a occures in the table exactly once, i.e., f (x) = a for only one value of x.
If the database is sorted, we can find x by looking up only log2 N entries in the table!
• With each look up, we reduce the number of candidate values of x by a factor of 2, so that n lookups suffice to sift
through all 2n sorted items.
• If N numbers are listed in a random order, you will need to look up N/2 numbers before the probability is 𝑃 = 12 that you
have found his number (and hence his name).
• What Grover discovered in 1992 is that, if you have a quantum phone book, you can learn her name with high probability
by consulting the phone book only about 𝑁 times.
• In this case the oracle is the phone book (or look up table).
• The oracle knows that of 2𝑛 possible strings of length n, one (the ‘marked’ string or ‘solution’ ) is special.
• The Oracle takes as input an index value in a qubit register ∣x (an n-qubit state)
• To form a reversible gate, it also takes a single “ancillary qubit”, ∣q (a single-qubit state)
• If x indexes a solution to the search problem, Of sets f (x) = 1, and f (x) = 0 if it doesn’t index a solution
• The Hadamard transform is used to put the computer in the equal superposition state,
N 1
1
N
x 0
x
1
N
00 00 00 01 x* 01 11 11 11 .
The quantum search algorithm then consists of repeated application of the oracle and Grover diffusion operator (gate D)
as shown in the figure.
Grover’s Algorithm – Geometric Visualization
After the Hadamard gate is applied to all qubits, the computer will be in a uniform superposition :
N 1
1
N
x 0
x
1
N
00 00 00 01 x* 01 11 11 11 .
1 1
m
N
cx
x N
The oracle 𝑂𝑓± operating on the uniform superposition state will output
1 2n 1 1 2n 2 1
m
N
x cx N N N N
, N 2n
Grover’s Algorithm – Geometric Visualization
The Grover’s diffusion operator flips the amplitudes around the average amplitude m. The effect of the gate is
N 1 N 1
c
x 0
x x 2m c x
x 0
x
The amplitude of x* is amplified to 3/ 𝑁 after one operation of the oracle and Grover’s diffusion gates!
Grover’s Algorithm – Second application of oracle + diffusion gates
The second application of the oracle 𝑂𝑓± and Grover’s diffusion Gates operating on the state will output
Grover’s Algorithm – Simple Example
Consider a list of N = 4 items with solution x* = ∣10 :
• Start with
1
00 01 10 11
4
Source: IBM, Verdict, Wikipedia (sources cited: Nature, Live Science, IBM, Futurism, MIT Technology Review, IEEE Spectrum, SPIE)
Genetics
– What is genetics
– History of the genetics
– Mendel, the father of genetics
– Different modes of inheritance
– Example of certain genetic diseases
pyrimidine is equal
(A+G=C+T).
2. Adenine amount is equal
with thymine while
guanine with cytosine
(A=T and G=C).
3. Amount of A+T do not
have to be equal with
G+C.
• They worked X-ray diffraction.
• With this method they could take
X-ray photographs of DNA (1951-
1953).
• These photos helped to
understand DNA double helix Rasalind Elsie Franklin
1920-1958
structure.
Maurice H. Wilkins
1916-2004
• In 1953, Structure of DNA was discovered.
• While using Franklind, Wilkins and Chargaff
datas Watson and Crick suggested the double
helix model of DNA.
• They were awarded with Nobel Prize in 1962.
• Transgenic organisms
have a gene from an
other organism.
• Naturally don't exist.
• They are produce in
laboratuvar conditions.
What is Genetics?
• Genetics is a
multidisciplinary science
that study about genes,
variations and heredity in
organisms.
• Related with cell,
organism and their
offspring, population etc.
Genetic Material
• DNA (Deoxyribonucleic
acid) is genetic material
of all organisms.
• DNA is a nucleic acid.
• Nucleic acids are
polymeric
macromolecules.
• Units of these
macromolecules are
nucleotides.
Function of Genetic Material
W w
Gametes
F1 Genotype Ww
F1 Phenotype All plants have purple flowers
F1 self crosses
F1 Phenotype Purple Flower Plant X Purple Flower Plant
F1 Genotype Ww Ww
Gametes W w W w
F2 Genotypes WW Ww Ww ww
F2 Genotype Ratios 1 : 2 : 1
F2 Phenotype Ratios 3 : 1
Mendel’s Rules
Mendel propounded four principles of heredity.
1. Paired Factors
• Genetic characters are controlled by some factors
that exist as two copies (paired) in an organism.
2. Dominant and Recessive
• Paired factors, responsible from one character, can
result different phenotypes. In this case one of these
factors is more effective (dominant) while other
(recessive) do not appear in the following
generation.
Dominant vs Recessive
• All diploid organisms have two sets of chromosomes
(Pea, 2n=14).
• One set is inherited maternally other paternaly.
• Every chromosome set have same genes with different
alleles.
• Different alleles of a certain gene can be expressed
unequally.
• In this case an allele that has more impact in
phenotype is dominant while other is recessive.
3. Independent Segregation
• During gamete formation paired factors of a
gene segregate randomly. And each gamete
have one of these factors in equal ratio.
4. Independent Assortment
• During gamete formation paired factor of
different genes are inherited independently of
another one.
How can we study of a certain
phenotype’s inheritance in Human?
• Studying with model orgamisms is easy.
• Because they can produce many offspring in a
short time.
• Also you can perform controlled crosses.
• What about human?
• How can we study inheritance of certain traits
in human?
Pedigree (Family Tree)
• Inheritance model of a certain phenotype can
be determined by pedigree.
• To draw a pedigree for a certain phenotype,
we have to search previous generations.
• When the pedigree is formed the persons
carying this certain phenotype are marked.
• And possible genotypes of other persons can
be guessed.
Example for Pedigree
• Roman numbers are
generations.
• Arabic numbers are
persons.
• Circle shape is
woman.
• Square is man.
• Lozenge is unknown P
gender.
• Dark circle is ill
woman (proposita).
• Dark square is ill
man (propositus).
P
• Half colored is
carrier.
Pedigree for autosomal
dominant characters
Aa or AA
Aa aa
Aa or AA
Aa aa aa aa aa Aa
Aa aa aa aa
Aa or AA Aa or AA
Pedigree for autosomal
recessive character
Aa or AA Aa or AA
Aa Aa
Aa or AA
Aa Aa Aa aa
Aa or AA Aa or AA Aa or AA Aa or AA
aa Aa aa Aa
Aa or AA Aa or AA Aa or AA
Are the Mendelian Rules Always True?
• Today we know that inheritance of some
characters does not obey the Mendelian rules.
– Linkage genes
– Incomplete dominance
– Codominance
– Multiple alleles (that control one phenotype)
– Lethal alleles (dominant or recessive)
– Inheritance with sex chromosomes
– Epistasis
– Genetic complementation
– Pleiotropy
– Polygenic inheritance
– …
Incomplete Dominance
F1 phenotypes
F1 genotypes R1R2
All plants have pink flower R1R1 R1R2 R1R2 R2R2
Genotype ratios 1:2:1
Phenotype ratios 1:2:1
Codominance
• Both alleles of a gene can be expressed and
resulted with two proteins.
• In this case we can observe both phenotypes
at the same time.
• MN blood type is an example for codominance.
• This system was defined by K. Landsteiner and P.
Levin.
• They find out a glycoprotein at the red blood
cell’s surface.
• This protein is encoded by a gene located at the
fourth chromosome.
• In human this protein have two forms (MN).
Genotype Phenotype
LMLM M
LMLN MN
LNLN N
LMLN LMLN
LM LN LM LN
A=B>O
• There is no standard ratio for ABO blood type.
• Different crosses give different phenotype
ratio.
Phenotypes Genotypes Possible blood types Phenotype Ratios
AXA I AI O X I AI O AA, AO, AO, OO 3:1
BXB IBIO X IBIO BB, BO, BO, OO 3:1
AXB IAIO X IBIO AO, BO, AB, OO 1:1:1:1
A X AB IAIO X IAIB AA, AO, AB, BO 2:1:1
AXO IAIO X IOIO AO, AO, OO, OO 1:1
B X AB IBIO X IAIB BB, BO, AB, AO 2:1:1
BXO IBIO X IOIO BO, OO 1:1
AB X O IAIB X IOIO AO, BO 1:1
AB X AB I AI B X IAI B AA, AB, AB, BB 1:2:1
Inheritance with sex chromosomes
• In many animals and some plants, one gender
(male or female) has a different chromosome
pair that responsible for sex.
• In human (2n=46) these are X and Y
chromosomes.
• Both genders have 22 autosomal chromosome
pairs.
• Females have XX sex chromosomes while
males have XY.
• Genes that located at X chromosomes,
cannot be homozygote or heterozygote in
males.
• Because males just have one X
chromosome.
• These genes are hemizygote and there is
no alternative allele also no dominance.
• One type of daltonizm (color blindness),
Hemophilia A and B, Hunter syndrome etc.
are the some examples for X-linkage traits.
Cy cc
CC cy Cc cy Cc Cy
Cy Cc Cy cy
CC or Cc
Cc
CC or Cc
CC or Cc
C: Normal
c: color blindness
y: Y chromosome
• All these inheritance mechanisms (multiple allele,
incomplete dominance…) is about the interaction
between alleles of same gene.
• However different genes can also affect each
other.
Ephistasis
• Epistasis is the term
that refers to the
action of
one gene upon
another.
• In other word a gene
can repress another
gene.
Genetic complementation
• Genetic complementation is the
opposit stuation of Epistasis.
• In this case, both genes are
responsible from same character.
But none of them can show its
phenotype without other.
• For example; A and B genes are
responsible from purple flower
color.
• For purple flower, dominant allels
of both genes have to be
together. Otherwise flowers will
be white.
– AaBb (purple), Aabb(White),
aaBB(White)…
Pleiotropy
• Pleiotropy occurs when one gene influences two
or more seemingly unrelated phenotypic traits.
• In other words one gene influences multiple
phenotypic traits.
Polygenic inheritance
• A trait that is determined by several genes.
• Eye, hair, skin color are the example of polygenic traits.
• Polygenic traits can show continuous variation within a
population.
• Height is a good example of a polygenic trait, as well,
because within a given population, we could have a wide
range of continuous differences of that trait.
• And height is also a multi-factorial trait. Because height can
be determined by a person's genes, but it can also be
determined by a person's environment.
• So your genes can help determine how tall you will be, but
environmental factors, such as nutrition, can also play a role
in a person's height
Penetrance
• Penetrance refers to the probability of a gene or
trait being expressed.
• In some cases, despite the presence of a dominant
allele, a phenotype may not be present.
• One example of this is polydactyly in humans
(extra fingers and/or toes).
• A dominant allele causes polydactyly in humans
but not all humans who have the allele display the
extra finger.
• If 80% of the people who inherit this dominant
allel have extra finger, we can say the penetrance
of this allele is 80%.
Expressivity
• Expressivity on the other hand refers to variation in
phenotypic expression when an allele is penetrant.
• Back to the polydactyly example, an extra finger can be
full size or just a stub.
• Hence, this allele has reduced penetrance as well as
variable expressivity.
• Variable expressivity refers to the range of signs and
symptoms that can occur in different people with the
same genetic condition.
Cytoplasmic Inheritance
• Genetic studies showed that Mendelian type of inheritance is not
always true.
• There are some other inheritance mechanisms that can not be
explain with Mendel rules.
• Codominance, incomplate dominance, multiple allels… these are
only some example of them.
• However these certain types of inheritance are still interested with
nuclear genes.
• As known genes are DNA fragments and most percentages of our
DNA is located in the nucleus.
• However cytoplasm of a cell also have DNA fragments. These DNA
fragments can be genetic material of an organelle (mitochondria
and chloroplast) or free cytoplasmic DNA that inserted into cell via
viruses.
• Another type of cytoplasmic inheritance is mediated by proteins
that reserved in egg cell.
• These three inheritance mechanisms are
maternal and not include nuclear genome.
• They are also called extra nuclear inheritance.
1. Inheritance with organelle (mitochondria and
chloroplast)
2. Inheritance with viruses.
3. Maternal effect.
• First and second are still mediated with DNA
but extra nuclear DNA, the last one is
mediated by proteins.
1. Inheritance with organelle
• Mitochondria and chloroplast are two organelle
that have their own DNA.
• During fertilisation of egg cell with sperma, only
sperm nucleus enter inside of egg cell.
• This meaning is that all mitochondria (in animals
and plants) and chloroplast (in plants) are
inherited from mother to the offsprings.
• If egg donor have a mutation that cause a disease
at DNA of mitochondria or chloroplast this
mutation will be inherited to all offsprings.
1. Green color plant (female) X White color plant (male)
All plants green
Table salt, sodium chloride (NaCl), is a naturally occurring mineral essential for animal life.
Salt is one of the most widely used and oldest forms of food seasoning
The Egyptians were the first to realize the preservation possibilities of salt. Sodium draws the
bacteria-causing moisture out of foods, drying them and making it possible to store meat without
refrigeration for extended periods of time.
Throughout the history, salt has been subjected to governmental monopoly and special taxes.
Protesting British rule in 1930, Mahatma Gandhi led a 200-mile march to the Arabian Ocean to
collect untaxed salt for India's poor. Mahatma Gandhi defied British salt laws as a means of
mobilizing popular support for self-rule in India
Salt motivated the American pioneers. The American Revolution had heroes who were salt
makers and part of the British strategy was to deny the American rebels access to salt.
It is recorded that thousands of Napoleon's troops died during his retreat from Moscow because
their wounds would not heal due to the lack of salt.
The word "salary" was derived from the word "salt." Salt was highly valued and its production was
legally restricted in ancient times, so it was historically used as a method of trade and currency.
Greek slave traders often bartered salt for slaves,
Roman legionnaires were paid in salt—salarium, the Latin origin of the word "salary."
One of the major motivating factors in the European Age of Exploration was the search for
direct access to the highly lucrative Eastern spice trade. In the 15th century, spices came to
Europe via the Middle East land and sea routes, and spices were in huge demand both for
food dishes and for use in medicines. The problem was how to access this market by sea.
Accordingly, explorers like Christopher Columbus (1451-1506) and Vasco da Gama (c. 1469-
1524) were sent to find a maritime route from Europe to Asia.
Copper the first element we used
Copper use dates back to around 9000 BC in the Middle East. Originally, it was
mined as native metal, but it was one of the earliest smelted metals, leading to the
Bronze Age. Copper beads dating about 6000 BC were found in Anatolia.
Copper was the first metal to be smelted from sulfide ores, circa 5000 BC; the first
metal to be cast into a shape in a mold, c. 4000 BC; and the first metal to be
purposely alloyed with another metal, tin, to create bronze, c. 3500 BC.[5]
In the Roman era, copper was mined principally on Cyprus, the origin of the name of
the metal, from aes сyprium (metal of Cyprus), later corrupted
to сuprum (Latin). Coper (Old English) and copper were derived from this, the later
spelling first used around 1530.[6]
Numerous copper alloys have been formulated, many with important uses. Brass is
an alloy of copper and zinc. Bronze usually refers to copper-tin alloys, but can refer
to any alloy of copper such as aluminium bronze.
• 1817 yılında Danimarka Kopenhag ulusal Müzesi müdürü Thomsen hangi döneme
ait olduğu bilinmeyen buluntuları sergilerken hammadde ve teknolojinin bir
gösterge olabileceğini öngörmüş ve taş, tunç ve demir olarak geçmişi sınıflandırmış
ve müzede sergiyi buna göre oluşturmuştur.
Prehistory (to 600 B.C.)
The Prehistoric era in human history reflects the period between the appearance of humans on the planet
(roughly 2.5 million years ago) and 600 B.C. (Before Christ) or 1200 B.C., depending on the region. It
indicates the period on Earth in which there was human activity, but little to no records of human history.
This era is also known as the Foundational era, as many foundations of human civilization occurred during
this span of time.
•The Stone Age (2.5 million B.C. to 3000 B.C.) - documents the human migration from Africa and first use of
tools by Neanderthals, Denisovans and early humans
•The Bronze Age (3000 B.C. to 1300 B.C.) - humans settle in Mesopotamia, the Indus Valley and ancient
Egypt; invention of the wheel and metalworking
•The Iron Age (1300 B.C. to 600 B.C.) - formation of planned cities, introduction of ironworks, steel, and
writing systems
Tarih öncesi Çağlar (Prehistorik)
Erken Kalkolitik
Bakır Devri
Bakır Taş Çağı
Orta Kalkolitik M.Ö. 5000 - M.Ö. 3000
Kalkolitik Çağ
Maden Taş Çağı Geç Kalkolitik
Tarih Çağları (Historical)
Erken Tunç Çağı I M.Ö. 3300–3000
Erken Tunç Çağı Erken Tunç Çağı II M.Ö. 3000–2700
(M.Ö. 3300–2000) Erken Tunç Çağı III M.Ö. 2700–2200
Erken Tunç Çağı IV M.Ö. 2200–2000
Orta Tunç Çağı I M.Ö. 2000–1750
Tunç Devri [2] Orta Tunç Çağı
Orta Tunç Çağı II M.Ö. 1750–1650
(M.Ö. 2000–1550)
Orta Tunç Çağı III M.Ö. 1650–1550
Geç Tunç Çağı I M.Ö. 1550–1400
İlk Çağ [1] Geç Tunç Çağı
Geç Tunç Çağı II A M.Ö. 1400–1300
(M.Ö. 1550–1200)
(Antik tarih) Geç Tunç Çağı II B M.Ö. 1300–1200
One story about the origin of coffee is that of a goatherd, tending goats on a mountainside in
Ethiopia.
The goats, tired and hungry, stopped to chew on some cherries and began to grow very frisky.
The cherry seemed to drive away fatigue. People tried roasting the seeds inside and brewing
them to drink. Speculation rose about its healing properties.
From Ethiopia, the cherry traveled to Yemen.
By the seventeenth century coffee reached Europe, portrayed alternately as a health remedy
(“for Head-ach,” “Cough of the Lungs,” and “very good to prevent Mis-carryings”)
In 1820, caffe-ine was discovered from the seed of a coffee cherry.
Caffeine is the plant’s bitter alkaloid. When extracted from the seed, it crystallizes into powder. It
is the most popular stimulant on earth.
BARUT
Gunpowder made warfare all over the world very different, affecting the way battles were fought and
borders were drawn throughout the Middle Ages.
KNO3 (k) + C (k) + S + O2 (g) → CO2 (g) + CO (g) + N2(g)+ K2CO3(k) + K2S(k)
İlk defa Çinliler tarafından bulunmuş, XII. yüzyılda bütün Asya kıtasına, bir süre sonra da Avrupa’ya
yayılmıştır. Bununla beraber ilk defa nasıl kullanıldığı, kimin tarafından geliştirildiği, hatta kıtalar arasında
nasıl yayıldığı hakkındaki bilgiler azdır.
Barutun insan toplulukları üzerindeki etkisi büyük oldu. Barut toplumların ve devletlerin yapısını
değiştirdiği gibi orduların güçleri de onu kullanan devlete göre arttı. Gemilerde kullanılması, top
atışlarının farklı şekiller almasına ve deniz kıyısındaki devletlerin siyasetlerini değiştirmelerine yol açtı.
In 1972, EPA issued a cancellation order for DDT based on its adverse environmental
effects, such as those to wildlife, as well as its potential human health risks. Since
then, studies have continued, and a relationship between DDT exposure and
reproductive effects in humans is suspected, based on studies in animals.
DDT (dichloro-diphenyl-trichloroethane) is an insecticide, DDT was first synthesized in 1874
by the Austrian chemist Othmar Zeidler. DDT's insecticidal action was discovered by the Swiss
chemist Paul Hermann Müller in 1939. DDT was used in the second half of World War II to limit
the spread of the insect-borne diseases malaria and typhus among civilians and troops. Müller
was awarded the Nobel Prize in Physiology or Medicine in 1948 "for his discovery of the high
efficiency of DDT as a contact poison against several arthropods"
The publication in 1962 of Rachel Carson's Silent Spring stimulated widespread public concern
over the dangers of improper pesticide use and the need for better pesticide controls.
In 1972, EPA issued a cancellation order for DDT based on its adverse environmental effects, such
as those to wildlife, as well as its potential human health risks. Since then, studies have
continued, and a relationship between DDT exposure and reproductive effects in humans is
suspected, based on studies in animals.
Exposure to DDT in people likely occurs from eating foods, including meat, fish, and dairy
products. DDT exposure can occur by eating, breathing, or touching products contaminated with
DDT. DDT can convert into DDE, and both persist in body and environment. In the body, DDT
converts into several breakdown products called metabolites, including the metabolite
dichlorodiphenyldichloroethene (DDE). The body’s fatty tissues store DDT and DDE. In pregnant
women, DDT and DDE exposure can occur in the fetus. Both chemicals can be in breast milk,
resulting in exposure to nursing infants.
Biotechnolgy
– What is biotechnology
– History of the biotechnology
– Examples and applications
– Colors of biotechnology
• Engineering
• Computer Science
• Cell and Molecular Biology
• Microbiology
• Genetics
• Physiology
• Biochemistry
• Immunology
• Virology
• Recombinant DNA Technology → Genetic
manipulation of bacteria, viruses, fungi, plants
and animals, often for the development of specific
products
Colors of Biotechnology
History of Biotechnology
• Biotechnology is not a new science division. It might be
acceptable one of the oldest science.
• Human had to follow biotechnological processes for their
requirements, even before sedentary lifestyle.
• History of the biotechnology can be divided into three eras;
―Ancient Biotechnology
―Classical Biotechnology
―Modern Biotechnology
• Ancient Biotechnology
- early history as related to cultivation of
plants, domestication of animals,
construction of shelter, usage of plants as
drug, fermented foods…
• Classical Biotechnology
―built on ancient biotechnology
―application of ancient
biotecnology in large scale,
Industry initiatives
―Development in medicine
• Modern Biotechnology
―manipulates genetic
information in organism
―genetic engineering
Ancient Biotechnology
• Not known when biotechnology began exactly
• Ancient biotechnology focused on having food
and other human needs.
• Useful plants were collected from the wild and
planted near caves where people lived.
(Beginning of plant cultivation )
• As food was available, ability to store and
preserve emerged.
• Food preservation most likely came from
unplanned events such as a fire or freeze.
• Knife and spare that were maden from
bones of dead animals.
• Treatments of
diseases with some
plants and animals.
Naturally Occurring
GDF8 Mutant
normal knockout
Reasons for gene transfer to plants
• Pesticide resistance
• Parasitic insects and plants resistance
• Pathogenic viruses, fungi, bacteria resistance
• Resistance for environmental conditions (salt, drought
tolerance etc.)
• Late maturation for long shelf life.
• Drug and vaccine production
• Increases nutrients and yields
• Enhances taste and quality
• Allows for new products and growing techniques
• Biofuel production
Reasons for gene transfer to animal
• Production for human therapeutic proteins.
• Organ and tissue transplantations
• Models for disease
• Cell therapy
• High nutritional value
• Increases resistance, productivity
• Allows for better yields of meat, eggs, and milk
• Improves animal health and diagnostic methods
• Bioreactor
What are the advantages of GMO
• Crops are more productive and have a larger yield.
• Could potentially offer more nutrition and flavor.
• A possibility that they could eliminate allergy-causing properties in
some foods.
• Inbuilt resistance to pesticides, weeds, insects and disease.
• More capable of thriving in regions with poor soil or adverse
climates.
• More environment friendly as they require less herbicides and
pesticides.
• Foods are more resistant and stay ripe for longer so they can be
shipped long distances or kept on shop shelves for longer periods.
• As more GMO crops can be grown on relatively small parcels of
land, they are an answer to feeding growing world populations.
What are the disadvantages of GMO
• Harm to other organisms.
• GMO that have insects tolerant gene for some
parasitic insects, also affect other insects like
bees and butterfly.
• The transgene protein may cause an allergic
effects.
• Unintended transfer of modified genes through
cross-pollination, unknown effects on other
organisms in the environment, and loss of flora
and fauna biodiversity
• Economic problems.
What is cloning?
• It is a process that production of genetically
identical individuals.
• In nature some organisms such as bacteria,
some plants and animals that reproduce by
asexual way can produce their nearly identical
copies.
• However sexual organisms like higher plants
and animals, can produce an offspring that
have different genome.
• Using genetic engineering techniques it is
possible to produce whole organism from
one somatic cell.
• Somatic cells are the differentiated cells.
• When a differentiated cell divide by
mitosis, it gives same cell type.
• However stem cells can produce different
type of cells.
• Animal cells, even stem cells, cannot produce
whole organism.
• However plant all of plant cell are capable of
to produce a new individual.
• Because of the different nature of plant and
animal cells, plants can be easily cloned.
Plant tissue culture a way to
produce cloned plant