<?xml version="1.0"  encoding="iso-8859-1"?>
<!DOCTYPE quiz [
	<!ELEMENT quiz (title, items)>
	<!ELEMENT title (#PCDATA)>
	<!ELEMENT items (item)+>	
	<!ELEMENT item (question, answer, answer+)>
	<!ELEMENT question (#PCDATA)>
	<!ELEMENT answer (#PCDATA)>
	<!ATTLIST answer correct (y) #IMPLIED>
]>
<quiz>
	<title>The Quiz</title>
	<items>
		<item>
			<question>Which of the following is a correct difference between prokaryotic and eukaryotic cells?</question>
			<answer>prokaryotes have a cell wall, eukaryotes do not</answer>
			<answer>prokaryotes are larger than eukaryotes</answer>
			<answer>prokaryotes have larger ribosomes than eukaryotes</answer>
			<answer correct="y">prokaryotes have no membrane-bound organelles</answer>
		</item>
		<item>
			<question>Which of these terms includes all others in the list?</question>
			<answer correct="y">nucleic acid</answer>
			<answer>nucleotide</answer>
			<answer>phosphate</answer>
			<answer>deoxyribose</answer>
		</item>		
		<item>
			<question>In double-stranded DNA, which of the following base ratios always equals 1?</question>
			<answer>(A+T)/(G+C)</answer>
			<answer>C/T</answer>
			<answer correct="y">(A+G)/(C+T)</answer>
			<answer>G/A</answer>
		</item>		
		<item>
			<question>If one DNA strand has the sequence 5' ATTCGGCTTC 3', the complementary DNA strand would have the sequence:</question>
			<answer>5' ATTCGGCTTC 3'</answer>
			<answer correct="y">5' TAAGCCGAAG 3'</answer>
			<answer>5' CTTCGGCTTA 3'</answer>
			<answer>5' GAAGCCGAAT 3'</answer>
		</item>		
		<item>
			<question>The transcription of DNA to a molecule of messenger RNA occurs:</question>
			<answer>on the ribosomes</answer>
			<answer>in the cytosol</answer>
			<answer correct="y">in the nucleus</answer>
			<answer>when amino acids are made available by transfer RNA</answer>
		</item>		
		<item>
			<question>If a circular piece of DNA has three sites for a particular restriction enzyme, into how many fragments will that restriction enzyme cut the DNA?</question>
			<answer>2</answer>
			<answer>4</answer>
			<answer correct="y">3</answer>
			<answer>The answer cannot be predicted</answer>
		</item>		
		<item>
			<question>If a linear piece of DNA has three sites for a particular restriction enzyme, into how many fragments will that restriction enzyme cut the DNA?</question>
			<answer>2</answer>
			<answer correct="y">4</answer>
			<answer>3</answer>
			<answer>The answer cannot be predicted.</answer>
		</item>		
		<item>
			<question>The gels used in the practicals/ or described in the tutorials were made of:</question>
			<answer>acrylamide</answer>
			<answer>agar</answer>
			<answer>amber</answer>
			<answer correct="y">agarose</answer>
		</item>				
		<item>
			<question>Electrophoresis is used to:</question>
			<answer>amplify small DNA samples to obtain enough for analysis</answer>
			<answer>cut DNA into fragments</answer>
			<answer correct="y">separate fragments of DNA</answer>
			<answer>clone genes</answer>
		</item>				
		<item>
			<question>DNA profiles used as evidence in a criminal investigation look something like horizontal supermarket bar codes (rather than vertical). The pattern of bars/bands in a DNA profile shows</question>
			<answer>the order of bases of a particular DNA molecule</answer>
			<answer>the order of genes along particular chromosomes </answer>
			<answer correct="y">the presence of various-sized fragments of DNA</answer>
			<answer>all of the above</answer>
		</item>	
	</items>
</quiz>
