TravelingSalesmanProblemBasedonDNAComputing

Size: px
Start display at page:

Download "TravelingSalesmanProblemBasedonDNAComputing"

Transcription

1 TravelingSalesmanProblemBasedonDNAComputing Yan Li Weifang University College of computer and communication Engineering Weifang, P.R.China Abstract Molecular programming is applied to traveling salesman problem whose solution requires encoding of real values in DNA strands. This paper introduces a new DNA encoding method to represent numerical values. DNA strands are designed to encode real values by variation of their temperatures. According to the characteristics of the problem, a DNA algorithm solving the traveling salesman problem is given. The effectiveness of the proposed method is verified by simulation. 1. Introduction In 1961, Frynman [1] gave a visionary talk about the prospect of performing massively parallel computations in nanotechnology. The first conception of using DNA for computation ripened in the mid-1980s which the first theoretical model of splicing systems introduced by Head [2]. These ideas came to full power with Adleman s seminal experiment which solved a small instant of the directed Hamiltonian path problem (HPP) using solely DNA molecules and biomolecular laboratory techniques [3]. DNA computing is an interdisciplinary field of research straddling computer science, molecular biology, mathematics and chemistry. One advantage of DNA computing is massive parallelism. Another benefit is its enormous information storage capacity. DNA computing holds vast potential for solving problems that are extremely difficult to solve by conventional computation methods. It has been an area of active investigation since Adleman s paper published in Science. Since then, several more theoretical results and innovative experimental solutions have been introduced. Results of these studies are considered rather significant that much of the research has been published by leading scientific journals such as Science and Nature. A DNA is a molecule that plays the main role in DNA based computing. DNA is a polymer, which is strung together from monomers called deoxyribonucleotides. Each deoxyribonucleotide containing three components: a sugar, a phosphate group and a nitrogenous base. This sugar has five carbon atoms for the sake of reference there is a fixed numbering of them. Because the bade also has carbons, to avoid confusion the carbons of the sugar are numbered from 1 to 5. The phosphate group is attached to the 5 carbon, and the base is attached to the 1 carbon. Within the sugar structure there is a hydroxyl group attached to the 3 carbon. Distinct nucleotides are detected only with their bases, which come in two sorts: purines and pyrimidines. Purines include adenine and guanine, abbreviated A and G. Pyrimidines contain cytosine and thymine, abbreviated C and G. Because nucleotides are only distinguished from their bases, they are simply represented as A, G, C, or T nucleotides, depending upon the sort of base that they have. Mathematically, this means we have at our disposal a four-letter alphabet X={A,G,C,T} to encode information. Nucleotides can link together in two different ways. The first method is that the 5 -phosphate group of one nucleotide is joined with 3 -hydroxyl group of the other forming a phos-phodiester bond. The resulting molecule has the 5 -phosphate group of one nucleotide, denoted as 5 end,and the 3 -OH group of the other nucleotide available, denoted as 3 end, for bonding. This gives the molecule the directionality, and we can talk about the direction of 5 end to 3 end or 3 end to 5 end. The second way is that the base of one nucleotide interacts with the bade of the other to form a hydrogen bond. This bonding is the subject of the following restriction on the base pairing: A and T can pair together, and C and G can pair together no other pairings are possible. This pairing principle is called the Watson-Crick complementarity. A DNA strand is essentially a sequence (polymer) of four types of nucleotides detected by one of four bases they contain. Two strands of DNA can form (under appropriate conditions) a double strand, if the respective bases are the Watson-Crick complements of each other: A matches T and C matches G, also 3 end matches 5 end. Some of the simple operations that

2 can be performed on DNA sequences are accomplished by a number of enzymesthat execute a few basic tasks. Biologic techniques include hybridization, ligation, extraction, polymerase chain reaction(pcr), gel electrophoresis, melting, annealing and the other techniques. Most of the previous research in DNA computing do not require the consideration of the representation of numerical data in DNA strands. However, many practical application in the real world involve edge-weighed graph problems. Examples include the traveling salesman problem, the shortest path problem, the minimum spanning tree problem. Therefore, representation of numerical data in DNA strands is an important issue toward expanding the capability of DNA computing to solve numerical optimization problems. There exists previous work to represent the numerical data with DNA, but the results are not satisfactory yet [4, 5]. In this paper, Similar to Ji Youn Lee s method [6], we introduce a encoding method that utilizes a temperature gradient to overcome the drawbacks of previous work. The paper is organized as follows. In Section 2, we describe the DNA encoding scheme. Section 3 introduces DNA 3-dimensional graph structures. Section 4 describes the DNA computing for solving the TSP problem. Sections 5, we draw conclusion. 2. DNA Coding for TSP 2.1. Traveling Salesman Problem The traveling salesman problem is to find a minimum cost path for a given set of vertices(cities) and edges(road). In addition, the solution path must contain all the cities given, each only once, and begin from the specified city to which the tour ends. More formally [7], given a set C of m cities, distance d(c i,c j ) Z + for each pair of cities c i,c j C, and a positive integer B, the TSP is to determine a tour of C having length B or less, i.e., a permutation (c π(1),c π(2),,c π(m) ) of C such that ( m 1 ) d(c π(i),c π(i+1) ) + d(c π(m),c π(1) ) B (1) i=1 Figure 1 shows an instance of an edge-weight graph that has 7 nodes and ten edges of five differing cost values. Let the starting vertex is Coding Scheme In 1998, Narayanan and Zorlalas [8] presented a conceptual encoding method that represents costs with the lengths of DNA strands. However, this method uses a code length which is proportional to the absolute value of the weights Figure 1. The 7-city traveling salesman problem solved in this work. The paths start and end with city 0. The circles denote the cities and the edges represent the road. The number on each edge represents the cost on the given road. and thus its code length grows fast as the number of resolution of weights increases. In addition, this method seems not appropriate for representing real values. Shin et al. [9] proposed a method for representing the real numbers in fixed-length DNA strands by varying the number of hydrogen bonds. Although the number of hydrogen bonds is an important factor in deciding the thermal stability of DNA strands, it is not a sufficient factor. The melting temperature (T m ) is a more direct characteristic indicating the stability of a DNA duplex. This paper proposes a melting temperature control encoding method. The method uses fixedlength DNA strands and represents weights by melting temperatures of the given DNA strands. The basic Tm calculations were performed according to the following equation [10]: yg + z C 16.4 T m = ( wa + x T + y G + z C ) (2) where x, y, w and z are the number of the bases of T, G, A and C, respectively. This equation assumes that the annealing occurs under standard conditions in a buffered solution of 50 mm Na+ and 50 nm of oligonucleotide concentration, with a ph close to 7.0. The basic idea is to design the sequences so that the DNA strands for higher-weight values have higher melting temperature than those for lowerweight values. The weight sequences describe the proportion of edge weights, so this coding scheme can express the real value weights, and therefore a more economical path has a lower G/C contents. Each vertex sequence is designed to have the same melting temperature, because vertex sequences should contribute equally to the thermal stability of path. The coding scheme is illustrated in Figure 2. Figure 2(a) depicts vertex sequence that consists of two parts: the first half of vertex sequence is 10-bp(base pairs) position

3 sequence(p i ), the second half of vertex sequence is 10-bp weight sequence( W i ). Figure 2(b) shows the edge sequence that consists of two components: One component is complementary to the coding of v i,and the other component is complementary to the coding of vertex v j. The polarity of edge codes is the opposite (3 5 ) to vertex codes. The position sequences represent a specific vertex, and the weight sequence denotes a weight value in an edge. where the threshold value δ is determined by experiments. 3. Construction of Graphs by DNA In 1998, Jonoska et al. [11] proposed 3-dimensional (3D) graph structures can be used for solving computational problems with DNA molecules. For the satisfiability and the 3-vertex-colorability problems they gave procedures that use 3D graph structure. In both cases, k-armed branched junction molecules are used to represent the k- degree vertices of the graph. Examples of 2-, 3-, 4-armed branched molecules are presented in Figure 3. The 3 ends of the k-armed branched molecules end with single stranded extensions. Polarity of the DNA strands is indicated with arrowheads placed at the 3 end. Hydrogen bonds between the anti-parallel complementary Watson-Crick bonds are depicted as dotted segments between the strands. Figure 2. coding scheme 2.3. Genetic Code Optimization The genetic algorithm(gas), which mimic adaptation and evolution of living creatures, have been proposed to design better machines and to make self evolving computer programs. GAs have been inspired by the challenge to render tractable problem hardly solvable to conventional computers, using analogies from natural biological phenomena. An application of the DNA based evolution program to a search for good DNA encoding is sketched. Three fundamental operators of GAs based on the DNA coding method are Crossover, Mutation and Inversion. Crossover: It is a process of genetic information. The crossover has onepoint and multi-point operations and a crossover point is randomly set. It is concluded that a two-point crossover seems to be an optimal number for multi-point crossover. Mutation: Two kinds of point mutation exist: transition mutation and transversion mutation. In a transition mutation, purines are replaced by purines, and pyrimidines by pyrimidines. In a transversion mutation, purines are replace by purines and pyrimidines, Inversion: the order of genes between two randomly chosen positions is inverted within the vertex sequences. Fitness function is defined to promote the paths formed with lower costs so that the minimum cost path could be found. Let T m be a temperature, Tm the melting temperature. Then the function is defined as: { T Tm if T T F i = m δ, (3) 0 otherwise. Figure 3. Building blocks for vertices and edges 3D DNA structures do not contain open ends are referred as graph structures. To form the graph, all vertex building blocks and all edge molecules are combined and their ends are allowed to form double stranded DNA according to Watson-Crick complementary. Once formed, the edges are locked together by sealing all open nicks in the DNA strands with DNA ligase. 4. DNA Algorithms Solving the TSP Solution The molecular algorithms adopted in this paper are the same as the iterative version of molecular programming described in Ref [12]. Simulation has been performed on the graph depicted in Figure 1. Step 1, encoding: determine the code sequence using genetic code optimization. Genetic algorithm parameters for

4 code optimization are listed in Table1. Table2 shows the weight sequences. Table3 shows the position sequences of vertex. Table 1. Genetic algorithm parameters for DNA codes optimization of TSP Parameter Value Population size 300 Max generation 300 Selection method Roulette Wheel Crossover rate 0.6 Mutation rate 0.3 Ligation error rate Threshold 0.01 Table 2. Weight sequences for the 7-city traveling salesman problem Weight Sequence 5 3 T m( o C) 3 TCTATAAAATGAATTGCATG AGTCTATACGAATGAGTCAC AGGATCCTGTTCTCCTGACG TGCCCAGGCATTACGCGTTC GGCACGACTGCTGGCAGCCG Table 3. The first half of vertex sequences for the 7-city traveling salesman problem Vertex Position Sequence AGGCTGGGCC 1 ACCGGCCGGA 2 CCTGTCCGCG 3 TTACGCGCCC 4 AGCGGCAGCC 5 GGGCCAGGCT 6 CAGGCAGCCG Step 2, produce all candidate solutions by molecular operators. Combine multiple copies of all vertex building blocks with all edge molecules at random and allow the complementary ends to hybridize and be ligated. Step 3, remove partially formed 3D DNA structures with open ends that have not been matched. Step 4, those DNA graphs that contained exactly n vertices and the length of path is n+1 are selected. Step 5, keep only those paths that enter all of the vertices of the graph at least once. Step 6, since the starting city and the finishing city are the same as in the traveling salesman problem, we keep only those paths that start and end with city 0. Finally, the path that has the least Tm is chosen as a solution, which represents the minimum cost path. In this work, the path with minimum cost be and the cost of this path is Conclusions We show that 3D DNA graph structures can be used for solving computational problems with DNA molecules. Vertex building blocks consisting of k-armed branched junction molecules are used to form the graph. The detailed description of forming the building blocks and graph structures can be found in [13]. We presented a weight encoding method and the associated DNA computing that uses melting temperature of DNA strands and 3D DNA graph structures to solve the traveling salesman problem efficiently. One of the most important features of our method is that it can handle quantitative expression of real numbers using fixed-length DNA strands. In terms of efficiency, the use of 3D DNA structures could significantly reduce the time and steps needed to identify a solution. References [1] R.P.Feynman. Miniaturization. D.H.Gilbert (Ed.), New York, Reinhold, ,1961. [2] T.Head. Formal language theory and DNA: An analysis of the generative capacity of specific recombinant behaviors. Bulletin of Mathematical Biology, ,1987. [3] L.M.Adleman. Molecular computation of solutions to combinational problems. Science, 266(5187): , [4] D.Faulhammer, R.J.Lipton, L.F.Landweber. Counting DNA:eatimating the complexity of a test tube of DNA. Biosystems,52: , [5] D.G.Susan, P.R.Paul, G.L.Max. Computation with DNA on surfaces. Surface Science, 500: ,2002. [6] Ji Youn Lee et al.. Solving traveling salesman problems with DNA molecules encoding numerical values. BioSystems, 39-47, [7] M.R.Garey, D.S.Johnson. Computers and Intractability. A guide to the Theory of NPcompleteness. W.H.Freeman and company,1979.

5 [8] A.Narayanan, S.Zorbalas. DNA algorithms for computing shortest paths. Proceeding of the Genetic Programming, Morgan Kaufmann, , [9] Shin S.Y.,et al.. Evolutionary sequences generation for reliable DNA computing. Proceedings of the Congress on Evolutionary Computation 1999, , [10] J.G.wetmur. DNA probes: applications of the principles of nucleic acid hybridization. Biochemistry and Molecular BiologyCrit, 26: ,1991. [11] N.Jonoska, S.Kari, M.Saito. Graph Structures in DNA Computing, in Computing with Bio- Molecules, Theory and Experiments. Springer- Verlag, ,1998. [12] Liu xikui, Li yan, Xu jin. DSolving Minimum Spanning Tree Problem with DNA Computing. Journal of electronics, 22(2): ,2005. [13] F.M.Ausubel, R. Brent, R.E. Kingston, D.D. Moore, J.G. Seidman, J.A. Smith, K. Struhl, P. Wang-Iverson and S.G. Bonotz. Current Protocols in Molecular Biology. Greene Publishing Associates and Wiley-Interscience, New York,1993.

Introduction to DNA Computing

Introduction to DNA Computing Introduction to DNA Computing The lecture notes were prepared according to Leonard Adleman s seminal paper Molecular Computation of Solutions to Combinatorial Problems and Keith Devlin s explanatory article

More information

Bio-inspired Computing for Network Modelling

Bio-inspired Computing for Network Modelling ISSN (online): 2289-7984 Vol. 6, No.. Pages -, 25 Bio-inspired Computing for Network Modelling N. Rajaee *,a, A. A. S. A Hussaini b, A. Zulkharnain c and S. M. W Masra d Faculty of Engineering, Universiti

More information

A DNA Computing Model to Solve 0-1 Integer. Programming Problem

A DNA Computing Model to Solve 0-1 Integer. Programming Problem Applied Mathematical Sciences, Vol. 2, 2008, no. 59, 2921-2929 A DNA Computing Model to Solve 0-1 Integer Programming Problem Sanchita Paul Lecturer, Department of Computer Science & Engineering Birla

More information

CSCI 2570 Introduction to Nanocomputing

CSCI 2570 Introduction to Nanocomputing CSCI 2570 Introduction to Nanocomputing DNA Computing John E Savage DNA (Deoxyribonucleic Acid) DNA is double-stranded helix of nucleotides, nitrogen-containing molecules. It carries genetic information

More information

What Are the Chemical Structures and Functions of Nucleic Acids?

What Are the Chemical Structures and Functions of Nucleic Acids? THE NUCLEIC ACIDS What Are the Chemical Structures and Functions of Nucleic Acids? Nucleic acids are polymers specialized for the storage, transmission, and use of genetic information. DNA = deoxyribonucleic

More information

BIOLOGICAL SCIENCE. Lecture Presentation by Cindy S. Malone, PhD, California State University Northridge. FIFTH EDITION Freeman Quillin Allison

BIOLOGICAL SCIENCE. Lecture Presentation by Cindy S. Malone, PhD, California State University Northridge. FIFTH EDITION Freeman Quillin Allison BIOLOGICAL SCIENCE FIFTH EDITION Freeman Quillin Allison 4 Lecture Presentation by Cindy S. Malone, PhD, California State University Northridge In this chapter you will learn that Nucleic acids store the

More information

Gene and DNA structure. Dr Saeb Aliwaini

Gene and DNA structure. Dr Saeb Aliwaini Gene and DNA structure Dr Saeb Aliwaini 2016 DNA during cell cycle Cell cycle for different cell types Molecular Biology - "Study of the synthesis, structure, and function of macromolecules (DNA, RNA,

More information

Appendix A DNA and PCR in detail DNA: A Detailed Look

Appendix A DNA and PCR in detail DNA: A Detailed Look Appendix A DNA and PCR in detail DNA: A Detailed Look A DNA molecule is a long polymer consisting of four different components called nucleotides. It is the various combinations of these four bases or

More information

Clustering over DNA Strings

Clustering over DNA Strings Proceedings of the 5th WSEAS Int. Conf. on COMPUTATIONAL INTELLIGENCE, MAN-MACHINE SYSTEMS AND CYBERNETICS, Venice, Italy, November 20-22, 2006 184 NURIA GOMEZ BLAS Clustering over DNA Strings EUGENIO

More information

Nucleic acids. How DNA works. DNA RNA Protein. DNA (deoxyribonucleic acid) RNA (ribonucleic acid) Central Dogma of Molecular Biology

Nucleic acids. How DNA works. DNA RNA Protein. DNA (deoxyribonucleic acid) RNA (ribonucleic acid) Central Dogma of Molecular Biology Nucleic acid chemistry and basic molecular theory Nucleic acids DNA (deoxyribonucleic acid) RNA (ribonucleic acid) Central Dogma of Molecular Biology Cell cycle DNA RNA Protein Transcription Translation

More information

Fast parallel molecular solution to the dominating-set problem on massively parallel bio-computing

Fast parallel molecular solution to the dominating-set problem on massively parallel bio-computing Parallel Computing 30 (2004) 1109 1125 www.elsevier.com/locate/parco Fast parallel molecular solution to the dominating-set problem on massively parallel bio-computing Minyi Guo a, *, Michael (Shan-Hui)

More information

Chapter 9: DNA: The Molecule of Heredity

Chapter 9: DNA: The Molecule of Heredity Chapter 9: DNA: The Molecule of Heredity What is DNA? Answer: Molecule that carries the blueprint of life General Features: DNA is packages in chromosomes (DNA + Proteins) Gene = Functional segment of

More information

Nucleic Acids. By Sarah, Zach, Joanne, and Dean

Nucleic Acids. By Sarah, Zach, Joanne, and Dean Nucleic Acids By Sarah, Zach, Joanne, and Dean Basic Functions Carry genetic information (DNA storing it) Protein synthesis Helps in cell division (DNA replicates itself) RNA- numerous functions during

More information

DNA STRUCTURE & REPLICATION

DNA STRUCTURE & REPLICATION DNA STRUCTURE & REPLICATION A MODEL OF DNA In 1953, two scientists named Watson & Crick built a model of DNA that demonstrates its exact structure and function. They called this model a double helix, which

More information

Fundamentals of Organic Chemistry. CHAPTER 10: Nucleic Acids

Fundamentals of Organic Chemistry. CHAPTER 10: Nucleic Acids Fundamentals of Organic Chemistry CHEM 109 For Students of Health Colleges Credit hrs.: (2+1) King Saud University College of Science, Chemistry Department CHEM 109 CHAPTER 10: Nucleic Acids 2 o Nucleic

More information

Dina Al-Tamimi. Faisal Nimri. Ma amoun Ahram. 1 P a g e

Dina Al-Tamimi. Faisal Nimri. Ma amoun Ahram. 1 P a g e 1 Dina Al-Tamimi Faisal Nimri Ma amoun Ahram 1 P a g e **Difference between Molecular Biology and Genetics: Molecular Biology: is a fancy term of biochemistry. It is the science that deals with DNA, RNA

More information

Molecular Biology. IMBB 2017 RAB, Kigali - Rwanda May 02 13, Francesca Stomeo

Molecular Biology. IMBB 2017 RAB, Kigali - Rwanda May 02 13, Francesca Stomeo Molecular Biology IMBB 2017 RAB, Kigali - Rwanda May 02 13, 2017 Francesca Stomeo Molecular biology is the study of biology at a molecular level, especially DNA and RNA - replication, transcription, translation,

More information

Outline. Structure of DNA DNA Functions Transcription Translation Mutation Cytogenetics Mendelian Genetics Quantitative Traits Linkage

Outline. Structure of DNA DNA Functions Transcription Translation Mutation Cytogenetics Mendelian Genetics Quantitative Traits Linkage Genetics Outline Structure of DNA DNA Functions Transcription Translation Mutation Cytogenetics Mendelian Genetics Quantitative Traits Linkage Chromosomes are composed of chromatin, which is DNA and associated

More information

Nucleic Acids: DNA and RNA

Nucleic Acids: DNA and RNA Nucleic Acids: DNA and RNA Living organisms are complex systems. Hundreds of thousands of proteins exist inside each one of us to help carry out our daily functions. These proteins are produced locally,

More information

By the end of today, you will have an answer to: How can 1 strand of DNA serve as a template for replication?

By the end of today, you will have an answer to: How can 1 strand of DNA serve as a template for replication? Name: Period: Date: KIPP NYC College Prep Genetics and Biotech UNIT 9: Introduction to DNA Lecture 4: DNA Modeling and Intro to Replication By the end of today, you will have an answer to: How can 1 strand

More information

A DNA-based in vitro Genetic Program

A DNA-based in vitro Genetic Program Journal of Biological Physics 28: 493 498, 2002. 2002 Kluwer Academic Publishers. Printed in the Netherlands. 493 A DNA-based in vitro Genetic Program J.A. ROSE 1,M.HAGIYA 2,R.J.DEATON 3 and A. SUYAMA

More information

A Genetic Algorithm for Order Picking in Automated Storage and Retrieval Systems with Multiple Stock Locations

A Genetic Algorithm for Order Picking in Automated Storage and Retrieval Systems with Multiple Stock Locations IEMS Vol. 4, No. 2, pp. 36-44, December 25. A Genetic Algorithm for Order Picing in Automated Storage and Retrieval Systems with Multiple Stoc Locations Yaghoub Khojasteh Ghamari Graduate School of Systems

More information

Molecular Biology (1)

Molecular Biology (1) Molecular Biology (1) DNA structure and basic applications Mamoun Ahram, PhD Second semester, 2018-2019 Resources This lecture Cooper, pp. 49-52, 118-119, 130 Nucleic acids 2 types: Deoxyribonucleic acid

More information

DNA Structure & Replication How is the genetic information stored and copied?

DNA Structure & Replication How is the genetic information stored and copied? DNA Structure & Replication How is the genetic information stored and copied? Why? DNA is the molecule of heredity. It contains the genetic blueprint for life. For organisms to grow and repair damaged

More information

Nucleic Acids and the RNA World. Pages Chapter 4

Nucleic Acids and the RNA World. Pages Chapter 4 Nucleic Acids and the RNA World Pages 74-89 Chapter 4 RNA vs. Protein Chemical Evolution stated that life evolved from a polymer called a protein. HOWEVER, now many scientists question this. There is currently

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

DNA. translation. base pairing rules for DNA Replication. thymine. cytosine. amino acids. The building blocks of proteins are?

DNA. translation. base pairing rules for DNA Replication. thymine. cytosine. amino acids. The building blocks of proteins are? 2 strands, has the 5-carbon sugar deoxyribose, and has the nitrogen base Thymine. The actual process of assembling the proteins on the ribosome is called? DNA translation Adenine pairs with Thymine, Thymine

More information

3.A.1 DNA and RNA: Structure and Replication

3.A.1 DNA and RNA: Structure and Replication 3.A.1 DNA and RNA: Structure and Replication Each DNA polymer is made of Nucleotides (monomer) which are made of: a) Phosphate group: Negatively charged and polar b) Sugar: deoxyribose- a 5 carbon sugar

More information

Concept 5.5: Nucleic acids store and transmit hereditary information

Concept 5.5: Nucleic acids store and transmit hereditary information Concept 5.5: Nucleic acids store and transmit hereditary information The amino acid sequence of a polypeptide is programmed by a unit of inheritance called a gene Genes are made of DNA, a nucleic acid

More information

Ch Molecular Biology of the Gene

Ch Molecular Biology of the Gene Ch. 12 - Molecular Biology of the Gene AP BIOLOGY CHAPTER GUIDE 1. In the middle of the unraveling the mysteries of DNA, researchers knew that genetic material must be able to. It must be stable so it

More information

GENES AND CHROMOSOMES-I. Lecture 3. Biology Department Concordia University. Dr. S. Azam BIOL 266/

GENES AND CHROMOSOMES-I. Lecture 3. Biology Department Concordia University. Dr. S. Azam BIOL 266/ GENES AND CHROMOSOMES-I Lecture 3 BIOL 266/2 2014-15 Dr. S. Azam Biology Department Concordia University GENE AND THE GENOME Terms to remember. Base pairs Genes Histones Nucleosomes DNA Chromatids Chromosomes

More information

Lesson Overview. The Structure of DNA

Lesson Overview. The Structure of DNA Lesson Overview The Structure of DNA Related Videos Stated Clearly: http://youtu.be/zwibgnge4ay Bozeman Nucleic acids: http://youtu.be/nnasrkiu5fw Bozeman People who discovered DNA: http://youtu.be/qoervswkmgk

More information

Syllabus for GUTS Lecture on DNA and Nucleotides

Syllabus for GUTS Lecture on DNA and Nucleotides Syllabus for GUTS Lecture on DNA and Nucleotides I. Introduction. DNA is the instruction manual for how to build a living organism here on earth. The instructions in DNA are propagated to future generations

More information

Structural Bioinformatics (C3210) DNA and RNA Structure

Structural Bioinformatics (C3210) DNA and RNA Structure Structural Bioinformatics (C3210) DNA and RNA Structure Importance of DNA/RNA 3D Structure Nucleic acids are essential materials found in all living organisms. Their main function is to maintain and transmit

More information

DNA DNA. 1 of 9. Copyright 2007, Exemplars, Inc. All rights reserved.

DNA DNA. 1 of 9. Copyright 2007, Exemplars, Inc. All rights reserved. Think about what you have learned about the structure of. Using the section of given, draw in a complete strand of and label the nitrogen base, phosphate molecule and sugar molecule. Circle one nucleotide.

More information

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment Genetic Algorithms Sesi 14 Optimization Techniques Mathematical Programming Network Analysis Branch & Bound Simulated Annealing Tabu Search Classes of Search Techniques Calculus Base Techniqes Fibonacci

More information

Nucleic Acids: How Structure Conveys Information 1. What Is the Structure of DNA? 2. What Are the Levels of Structure in Nucleic Acids? 3.

Nucleic Acids: How Structure Conveys Information 1. What Is the Structure of DNA? 2. What Are the Levels of Structure in Nucleic Acids? 3. Fig. 9-CO, p.215 Nucleic Acids: How Structure Conveys Information 1. What Is the Structure of DNA? 2. What Are the Levels of Structure in Nucleic Acids? 3. What Is the Covalent Structure of Polynucleotides?

More information

DNA Structure and Replication

DNA Structure and Replication DNA Structure and Replication DNA: The Double Helix Recall that the nucleus is a small spherical, dense body in a cell. It is often called the "control center" because it controls all the activities of

More information

translation The building blocks of proteins are? amino acids nitrogen containing bases like A, G, T, C, and U Complementary base pairing links

translation The building blocks of proteins are? amino acids nitrogen containing bases like A, G, T, C, and U Complementary base pairing links The actual process of assembling the proteins on the ribosome is called? translation The building blocks of proteins are? Complementary base pairing links Define and name the Purines amino acids nitrogen

More information

Molecular Biology (1)

Molecular Biology (1) Molecular Biology (1) DNA structure and basic applications Mamoun Ahram, PhD Second semester, 2017-2018 Resources This lecture Cooper, pp. 49-52, 118-119, 130 What is molecular biology? Central dogma

More information

DNA Computing and Patterning

DNA Computing and Patterning DNA Computing and Patterning DNA in a Material World N. C. Seeman DNA Lattices: A Method for Molecular-Scale Patterning and Computation J.H Reif On the menu this afternoon DNA:- What is it? DNA Tiles from

More information

Evolutionary Computation. Lecture 1 January, 2007 Ivan Garibay

Evolutionary Computation. Lecture 1 January, 2007 Ivan Garibay Evolutionary Computation Lecture 1 January, 2007 Ivan Garibay igaribay@cs.ucf.edu Lecture 1 What is Evolutionary Computation? Evolution, Genetics, DNA Historical Perspective Genetic Algorithm Components

More information

UNIT 24: Nucleic Acids Essential Idea(s): The structure of DNA allows efficient storage of genetic information.

UNIT 24: Nucleic Acids Essential Idea(s): The structure of DNA allows efficient storage of genetic information. UNIT 24: Nucleic Acids Name: Essential Idea(s): The structure of DNA allows efficient storage of genetic information. IB Assessment Statements 2.6.U1 The nucleic acids DNA and RNA are polymers of nucleotides.

More information

A. Incorrect! A sugar residue is only part of a nucleotide. Go back and review the structure of nucleotides.

A. Incorrect! A sugar residue is only part of a nucleotide. Go back and review the structure of nucleotides. Organic Chemistry - Problem Drill 24: ucleic Acids o. 1 of 10 1. What are the components of a nucleotide? (A) A sugar residue (B) A sugar residue + a nitrogenous base (C) A sugar residue + a nitrogenous

More information

II. DNA Deoxyribonucleic Acid Located in the nucleus of the cell Codes for your genes Frank Griffith- discovered DNA in 1928

II. DNA Deoxyribonucleic Acid Located in the nucleus of the cell Codes for your genes Frank Griffith- discovered DNA in 1928 HEREDITY = passing on of characteristics from parents to offspring I. DNA, Chromosomes, Chromatin, and Genes DNA = blueprint of life (has the instructions for making an organism) Chromatin= uncoiled DNA

More information

Exam: Structure of DNA and RNA 1. Deoxyribonucleic Acid is abbreviated: a. DRNA b. DNA c. RNA d. MRNA

Exam: Structure of DNA and RNA 1. Deoxyribonucleic Acid is abbreviated: a. DRNA b. DNA c. RNA d. MRNA Exam: Structure of DNA and RNA 1. Deoxyribonucleic Acid is abbreviated: a. DRNA b. DNA c. RNA d. MRNA 2. Which two scientists discovered DNA? a. Mendel and Newton b. Bohr and Crick c. Watson and Crick

More information

Efficient Initial Pool Generation for Weighted Graph Problems Using Parallel Overlap Assembly

Efficient Initial Pool Generation for Weighted Graph Problems Using Parallel Overlap Assembly Efficient Initial Pool Generation for Weighted Graph Problems Using Parallel Overlap Assembly Ji Youn Lee 1, Hee-Woong Lim 2, Suk-In Yoo 2, Byoung-Tak Zhang 2, and Tai Hyun Park 1 1 School of Chemical

More information

Nucleic acids. What important polymer is located in the nucleus? is the instructions for making a cell's.

Nucleic acids. What important polymer is located in the nucleus? is the instructions for making a cell's. Nucleic acids DNA - The Double Helix Recall that the nucleus is a small spherical, dense body in a cell. It is often called the "control center" because it controls all the activities of the cell including

More information

DNA and RNA Structure Guided Notes

DNA and RNA Structure Guided Notes Nucleic acids, especially DNA, are considered as the key biomolecules that guarantee the continuity of life. DNA is the prime genetic molecule which carry all the hereditary information that's passed from

More information

Name: - Bio A.P. DNA Replication & Protein Synthesis

Name: - Bio A.P. DNA Replication & Protein Synthesis Name: - Bio A.P. DNA Replication & Protein Synthesis 1 ESSENTIAL KNOWLEDGE Big Idea 3: Living Systems store, retrieve, transmit and respond to information critical to living systems Enduring Understanding:

More information

DNA Structure and Replication 1

DNA Structure and Replication 1 Name: # Date: Per: Why? DNA Structure and Replication How is genetic information stored and copied? Deoxyribonucleic acid or DNA is the molecule of heredity. It contains the genetic blueprint for life.

More information

BCH302 [Practical] 1

BCH302 [Practical] 1 BCH302 [Practical] 1 2 DNA is made of 2 polynucleotide chains which run in opposite direction antiparallel. DNA has a double helical structure. Each polynucleotide chain of DNA consists of monomer units

More information

Ch 10 Molecular Biology of the Gene

Ch 10 Molecular Biology of the Gene Ch 10 Molecular Biology of the Gene For Next Week Lab -Hand in questions from 4 and 5 by TUES in my mailbox (Biology Office) -Do questions for Lab 6 for next week -Lab practical next week Lecture Read

More information

DNA Replication: Paper Clip Activity

DNA Replication: Paper Clip Activity DNA Replication: Paper Clip Activity Name Hour: Date: Quick Review: Each DNA molecule has a unique structure that makes it different from other DNA molecules (Remember A chromosome is condensed DNA and

More information

CHAPTER 8 Nucleotides and Nucleic Acids

CHAPTER 8 Nucleotides and Nucleic Acids CHAPTER 8 Nucleotides and Nucleic Acids Key topics Biological function of nucleotides and nucleic acids Structures of common nucleotides Structure of double-stranded DNA Structures of ribonucleic acids

More information

DNA Structure & the Genome. Bio160 General Biology

DNA Structure & the Genome. Bio160 General Biology DNA Structure & the Genome Bio160 General Biology Lecture Outline I. DNA A nucleic acid II. Chromosome Structure III. Chromosomes and Genes IV. DNA vs. RNA I. DNA A Nucleic Acid Structure of DNA: Remember:

More information

DNA and RNA Structure. Unit 7 Lesson 1

DNA and RNA Structure. Unit 7 Lesson 1 Unit 7 Lesson 1 Students will be able to: Explain the structure and function of the DNA and RNA. Illustrate the structure of nucleotide. Summarize the differences between DNA and RNA. Identify the different

More information

How do we know what the structure and function of DNA is? - Double helix, base pairs, sugar, and phosphate - Stores genetic information

How do we know what the structure and function of DNA is? - Double helix, base pairs, sugar, and phosphate - Stores genetic information DNA: CH 13 How do we know what the structure and function of DNA is? - Double helix, base pairs, sugar, and phosphate - Stores genetic information Discovering DNA s Function 1928: Frederick Griffith studied

More information

DNA Computation. Outline. What is DNA? Double Helix. !Introduction to DNA!Adlemanís experiment!cutting Edge Technologies!Pros and Cons!

DNA Computation. Outline. What is DNA? Double Helix. !Introduction to DNA!Adlemanís experiment!cutting Edge Technologies!Pros and Cons! DNA Computation Hiroshi Higuchi!Introduction to DNA!Adlemanís experiment!cutting Edge Technologies What is DNA? "DNA stands for Deoxyribonucleic Acid "DNA represents the genetic blueprint of living creatures

More information

BIOCHEMISTRY Nucleic Acids

BIOCHEMISTRY Nucleic Acids BIOCHEMISTRY Nucleic Acids BIOB111 CHEMISTRY & BIOCHEMISTRY Session 17 Session Plan Types of Nucleic Acids Nucleosides Nucleotides Primary Structure of Nucleic Acids DNA Double Helix DNA Replication Types

More information

History of Topology. Semester I, Graham Ellis NUI Galway, Ireland

History of Topology. Semester I, Graham Ellis NUI Galway, Ireland History of Topology Semester I, 2009-10 Graham Ellis NUI Galway, Ireland History of Topology Outline Lecture 1: What is topology? Euler circuits in graphs Lecture 2: Topological invariants: Euler-Poincaré

More information

R = G A (purine) Y = T C (pyrimidine) K = G T (Keto) M = A C (amino) S = G C (Strong bonds) W = A T (Weak bonds)

R = G A (purine) Y = T C (pyrimidine) K = G T (Keto) M = A C (amino) S = G C (Strong bonds) W = A T (Weak bonds) 1 Nucleic acids can form heterocopolymers as DNA or RNA, thus their structural formula can be described (to a close approximation) simply by listing the nucleotide bases in a defined order. A oneletter

More information

Chapter 10. DNA: The Molecule of Heredity. Lectures by Gregory Ahearn. University of North Florida. Copyright 2009 Pearson Education, Inc.

Chapter 10. DNA: The Molecule of Heredity. Lectures by Gregory Ahearn. University of North Florida. Copyright 2009 Pearson Education, Inc. Chapter 10 DNA: The Molecule of Heredity Lectures by Gregory Ahearn University of North Florida Copyright 2009 Pearson Education, Inc. 10.1 What Is The Structure Of DNA? Deoxyribonucleic acid (DNA) is

More information

Chapter 9. Topics - Genetics - Flow of Genetics - Regulation - Mutation - Recombination

Chapter 9. Topics - Genetics - Flow of Genetics - Regulation - Mutation - Recombination Chapter 9 Topics - Genetics - Flow of Genetics - Regulation - Mutation - Recombination 1 Genetics Genome Chromosome Gene Protein Genotype Phenotype 2 Terms and concepts gene Fundamental unit of heredity

More information

DNA, Fantastic! View it at Glenn Wolkenfeld 2012

DNA, Fantastic! View it at  Glenn Wolkenfeld 2012 DNA, Fantastic! View it at www.sciencemusicvideos.com Glenn Wolkenfeld 2012 Welcome, I m so happy you came by For a lesson bout the essence of b-i-o-l-o-g-y DNA s the topic; it s so fantastic, We re talking

More information

An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems

An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems Son Duy Dao, Kazem Abhary, and Romeo Marian Abstract Traveling salesman problem (TSP) is an important optimization problem in

More information

DNA: An Introduction to structure and function. DNA by the numbers. Why do we study DNA? Chromosomes and DNA

DNA: An Introduction to structure and function. DNA by the numbers. Why do we study DNA? Chromosomes and DNA DA: An Introduction to structure and function Hopefully a review The structure of DA - your job during the PowerPoint: Make a labeled sketch Label the structure of a nucleotide Know which bases pair up

More information

What can you tell me about DNA? copyright cmassengale 1

What can you tell me about DNA? copyright cmassengale 1 What can you tell me about DNA? copyright cmassengale 1 DNA and Replication copyright cmassengale 2 Credit for discovery of DNA is given to Watson & Crick 1 DNA DNA stands for deoxyribose nucleic acid

More information

THE COMPONENTS & STRUCTURE OF DNA

THE COMPONENTS & STRUCTURE OF DNA THE COMPONENTS & STRUCTURE OF DNA - How do genes work? - What are they made of, and how do they determine the characteristics of organisms? - Are genes single molecules, or are they longer structures made

More information

The Structure and Func.on of Macromolecules Nucleic Acids

The Structure and Func.on of Macromolecules Nucleic Acids The Structure and Func.on of Macromolecules Nucleic Acids The FOUR Classes of Large Biomolecules All living things are made up of four classes of large biological molecules: Carbohydrates Lipids Protein

More information

THE STRUCTURE AND FUNCTION OF DNA

THE STRUCTURE AND FUNCTION OF DNA THE STRUCTURE AND FUNCTION OF DNA 1. DNA is our genetic code!!! It is passed from generation to generation. It carries information that controls the functions of our cells. DNA stands for deoxyribonucleic

More information

All This For Four Letters!?! DNA and Its Role in Heredity

All This For Four Letters!?! DNA and Its Role in Heredity All This For Four Letters!?! DNA and Its Role in Heredity What Is the Evidence that the Gene Is DNA? By the 1920s, it was known that chromosomes consisted of DNA and proteins. A new dye stained DNA and

More information

Molecular Genetics Quiz #1 SBI4U K T/I A C TOTAL

Molecular Genetics Quiz #1 SBI4U K T/I A C TOTAL Name: Molecular Genetics Quiz #1 SBI4U K T/I A C TOTAL Part A: Multiple Choice (15 marks) Circle the letter of choice that best completes the statement or answers the question. One mark for each correct

More information

Worksheet Structure of DNA and Replication

Worksheet Structure of DNA and Replication Eastern Intermediate High School Honors Biology Name: Period: Date: Worksheet Structure of DN and Replication Directions: Label the diagram below with the following choices: Nucleotide Deoxyribose Phosphate

More information

Chapter 12 Reading Questions

Chapter 12 Reading Questions Chapter 12 Reading Questions Name Section 11 In Frederick Griffith s experiment, what four substances were given to laboratory mice, and what was the result of each? 4. Which result was surprising, and

More information

Fundamentals of Organic Chemistry. CHAPTER 10: Nucleic Acids

Fundamentals of Organic Chemistry. CHAPTER 10: Nucleic Acids Fundamentals of Organic Chemistry CHEM 109 For Students of Health Colleges Credit hrs.: (2+1) King Saud University College of Science, Chemistry Department CHEM 109 CHAPTER 10: Nucleic Acids 2 o Nucleic

More information

Pre-Lab: Molecular Biology

Pre-Lab: Molecular Biology Pre-Lab: Molecular Biology Name 1. What are the three chemical parts of a nucleotide. Draw a simple sketch to show how the three parts are arranged. 2. What are the rules of base pairing? 3. In double

More information

Components of DNA. Components of DNA. Aim: What is the structure of DNA? February 15, DNA_Structure_2011.notebook. Do Now.

Components of DNA. Components of DNA. Aim: What is the structure of DNA? February 15, DNA_Structure_2011.notebook. Do Now. Aim: What is the structure of DNA? Do Now: Explain the Hershey Chase experiment and what was its conclusion? Homework Read pp. 298 299 P.299 3,4,6.7 Do Now Paperclip Combos Material: 8 paperclips, 2 each

More information

From Gene to Protein

From Gene to Protein 8.2 Structure of DNA From Gene to Protein deoxyribonucleic acid - (DNA) - the ultimate source of all information in a cell This information is used by the cell to produce the protein molecules which are

More information

THE CELLULAR AND MOLECULAR BASIS OF INHERITANCE

THE CELLULAR AND MOLECULAR BASIS OF INHERITANCE Umm AL Qura University THE CELLULAR AND MOLECULAR BASIS OF INHERITANCE Dr. Neda Bogari www.bogari.net EMERY'S ELEMENTS OF MEDICAL GENETICS Peter Turnpenny and Sian Ellard 13 th edition 2008 COURSE SYLLABUS

More information

AGENDA for 10/11/13 AGENDA: HOMEWORK: Due end of the period OBJECTIVES:

AGENDA for 10/11/13 AGENDA: HOMEWORK: Due end of the period OBJECTIVES: AGENDA for 10/11/13 AGENDA: 1. Finish 1.2.3 DNA Analysis Analyzing DNA Samples Using Current Forensic Methods OBJECTIVES: 1. Demonstrate the steps of gel electrophoresis 2. Analyze restriction fragment

More information

Basic concepts of molecular biology

Basic concepts of molecular biology Basic concepts of molecular biology Gabriella Trucco Email: gabriella.trucco@unimi.it Life The main actors in the chemistry of life are molecules called proteins nucleic acids Proteins: many different

More information

What are the three parts of a nucleotide?

What are the three parts of a nucleotide? Make It A Double Activity Sheet (Bead Model) Name: Date: Instructions: In groups of 2-3, you will each build a DNA molecule and then model the replication process. As you go through the steps, please answer

More information

Solving traveling salesman problems with DNA molecules encoding numerical values

Solving traveling salesman problems with DNA molecules encoding numerical values BioSystems 78 (2004) 39 47 Solving traveling salesman problems with DNA molecules encoding numerical values Ji Youn Lee a, Soo-Yong Shin b, Tai Hyun Park a,, Byoung-Tak Zhang b,1 a School of Chemical Engineering,

More information

C A T T A G C nitrogenous complimentary G T A A T C G to each other

C A T T A G C nitrogenous complimentary G T A A T C G to each other Name DNA RNA Review Worksheet Date 1. What does DNA stand for? Deoxyribonucleic acid 2. What is DNA s primary function? - Provides a pattern for protein manufacture - Provides a pattern for replication

More information

Molecular Genetics I DNA

Molecular Genetics I DNA Molecular Genetics I DNA Deoxyribonucleic acid is the molecule that encodes the characteristics of living things. It is the molecule that is passed from a mother cell to daughter cells, and the molecule

More information

Bio-inspired Models of Computation. An Introduction

Bio-inspired Models of Computation. An Introduction Bio-inspired Models of Computation An Introduction Introduction (1) Natural Computing is the study of models of computation inspired by the functioning of biological systems Natural Computing is not Bioinformatics

More information

DNA, RNA, and Protein Synthesis

DNA, RNA, and Protein Synthesis http://faculty.uca.edu/~johnc/mbi1440.htm DNA, RNA, and Protein Synthesis http://www.wappingersschools.org/rck/staff/teacherhp/johnson/visualvocab/mrna.gif DNA base pairs carry the genetic Section 12-1

More information

Chapter 16: The Molecular Basis of Inheritance

Chapter 16: The Molecular Basis of Inheritance AP Biology Reading Guide Name Chapter 16: The Molecular Basis of Inheritance Concept 16.1 DNA is the genetic material 1. What are the two chemical components of chromosomes? 2. The search for identifying

More information

Molecular Genetics. Genetics is the study of how genes bring about traits in living things and how those characteristics are inherited.

Molecular Genetics. Genetics is the study of how genes bring about traits in living things and how those characteristics are inherited. DNA Molecular Genetics Genetics is the study of how genes bring about traits in living things and how those characteristics are inherited. During the 1950s, an explosion of biological research occurred.

More information

Nature Motivated Approaches to Computer Science I. György Vaszil University of Debrecen, Faculty of Informatics Department of Computer Science

Nature Motivated Approaches to Computer Science I. György Vaszil University of Debrecen, Faculty of Informatics Department of Computer Science Nature Motivated Approaches to Computer Science I. György Vaszil University of Debrecen, Faculty of Informatics Department of Computer Science Potsdam, July 2017 What is Nature Motivated? Theoretical computational

More information

Chapter 16 DNA: The Genetic Material. The Nature of Genetic Material. Chemical Nature of Nucleic Acids. Chromosomes - DNA and protein

Chapter 16 DNA: The Genetic Material. The Nature of Genetic Material. Chemical Nature of Nucleic Acids. Chromosomes - DNA and protein Chapter 16 DNA: The Genetic Material The Nature of Genetic Material Chromosomes - DNA and protein Genes are subunits DNA = 4 similar nucleotides C(ytosine) A(denine) T(hymine) G(uanine) Proteins = 20 different

More information

Name Class Date. Information and Heredity, Cellular Basis of Life Q: What is the structure of DNA, and how does it function in genetic inheritance?

Name Class Date. Information and Heredity, Cellular Basis of Life Q: What is the structure of DNA, and how does it function in genetic inheritance? 12 DNA Big idea Information and Heredity, Cellular Basis of Life Q: What is the structure of DNA, and how does it function in genetic inheritance? WHAT I KNOW WHAT I LEARNED 12.1 How did scientists determine

More information

The Double Helix. DNA and RNA, part 2. Part A. Hint 1. The difference between purines and pyrimidines. Hint 2. Distinguish purines from pyrimidines

The Double Helix. DNA and RNA, part 2. Part A. Hint 1. The difference between purines and pyrimidines. Hint 2. Distinguish purines from pyrimidines DNA and RNA, part 2 Due: 3:00pm on Wednesday, September 24, 2014 You will receive no credit for items you complete after the assignment is due. Grading Policy The Double Helix DNA, or deoxyribonucleic

More information

ADENINE, THYMINE,CYTOSINE, GUANINE

ADENINE, THYMINE,CYTOSINE, GUANINE MOLECULAR GENETICS Molecular Genetics - the branch of genetics concerned with the structure and activity of genetic material at the molecular level Genetic Material - chromatin (chromosomes) within the

More information

DNA: The Primary Source of Heritable Information. Genetic information is transmitted from one generation to the next through DNA or RNA

DNA: The Primary Source of Heritable Information. Genetic information is transmitted from one generation to the next through DNA or RNA DNA and Replication DNA: The Primary Source of Heritable Information Genetic information is transmitted from one generation to the next through DNA or RNA Chromosomes Non-eukaryotic (bacteria) organisms

More information

Directed Reading. Section: Identifying the Genetic Material. was DNA? Skills Worksheet

Directed Reading. Section: Identifying the Genetic Material. was DNA? Skills Worksheet Skills Worksheet Directed Reading Section: Identifying the Genetic Material Read each question, and write your answer in the space provided. 1. What was Griffith trying to accomplish by injecting mice

More information

Flow of Genetic Information

Flow of Genetic Information Flow of Genetic Information DNA Replication Links to the Next Generation Standards Scientific and Engineering Practices: Asking Questions (for science) and Defining Problems (for engineering) Developing

More information

Name: Date: Period:

Name: Date: Period: Name: Date: Period: 1 2 3 4 5 The Structure of DNA Mind Map Using the words from our class brainstorm, categorize these ideas into clusters and create a mind map displaying what you already know about

More information

The Development of a Four-Letter Language DNA

The Development of a Four-Letter Language DNA The Development of a Four-Letter Language DNA The Griffith Experiment Chromosomes are comprised of two types of macromolecules, proteins and DNA, but which one is the stuff of genes? the answer was discovered

More information