function questionFetcher(Q)
{

var T = new Array();
T[1]="<p>Calculate the increase in kinetic energy for the electron accelerated between the two plates shown above. <br />( q<sub>e</sub> = -1.6 x 10<sup>-19</sup> C )<font color=\"green\">(2)</font></p>";
T[2]="<p>(a) What does the term <b>emf</b> mean?<font color=\"green\">(1)</font><br />(b) What causes the <b>lost volts</b> in a cell?<font color=\"green\">(1)</font></p>";
T[3]="<p>For the circuit shown above calculate the <br />(a) lost volts<font color=\"green\">(3)</font><br />(b) internal resistance<font color=\"green\">(2)</font><br /> (c) short-circuit current.<font color=\"green\">(2)</font></p>";
T[4]="<p>(a) Calculate R<sub>x</sub> for when the bridge is balanced. <font color=\"green\">(2)</font><br />(b) When R<sub>x</sub> is adjusted slightly from its balanced position by &#916;R sketch the graph of the <i>out of balance voltage</i> against &#916;R. <font color=\"green\">(1)</font></p>";
T[5]="<p>(a) Calculate the frequency of the wave displayed. <font color=\"green\">(3)</font><br />(b) State the peak voltage. <font color=\"green\">(1)</font><br />(c) Calculate the RMS voltage. <font color=\"green\">(2)</font></p>";
T[6]="<p>(a) While the capacitor is charging, a voltage of 4 V is measured across the resistor. <br />Calculate the voltage across the capacitor at that time. <font color=\"green\">(1)</font><br />(b) What is the voltage across the capacitor when it is fully charged? <font color=\"green\">(1)</font><br />(c) What does a capacitance of 400 &#956;F mean? <font color=\"green\">(1)</font></p>";
T[7]="<p>(a) Calculate the <b>gain</b> of the amplifier. <font color=\"green\">(2)</font><br />(b) Calculate the value of R<sub>f</sub>. <font color=\"green\">(2)</font></p>";
T[8]="<p>(a) What mode is this op-amp operating in? <font color=\"green\">(1)</font><br />(b) Calculate the output voltage. <font color=\"green\">(2)</font><br />(c) The 200 k&#937; resistors are now replaced by 400 k&#937; resistors. What is the new value for V<sub>o</sub>? Explain your answer! <font color=\"green\">(2)</font></p>";
T[9]="<p>Sketch graphs for current against frequency for both circuits. <font color=\"green\">(2)</font></p>";
T[10]="<p>(a) A capacitor holds a charge of 8 mC at 0.5 V. <br />Calculate its capacitance. <font color=\"green\">(2)</font><br />(b) Another capacitor of value 12 &#956;F is charged to 40 V.<br />Calculate the energy stored in the capacitor. <font color=\"green\">(2)</font></p>";


var Im = new Array();

Im[1]="jpg"; Im[2]="jpg"; Im[3]="jpg"; Im[4]="jpg"; Im[5]="jpg"; 
Im[6]="jpg"; Im[7]="jpg"; Im[8]="jpg"; Im[9]="jpg"; Im[10]="jpg";




document.open();
document.write("<html><head>");
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"QuizH2.js\"></script>");
document.write("<title>Higher Unit 2 Revision "+Q+"</title></head>");



document.write("<body text=\"#8800CC\" alink=\"#55FF55\" vlink=\"#0000AA\" link=\"#3333FF\"><font size=\"6\" face=\"times\">");
document.write("<table><tr><td valign=\"top\" ><h1 >Q"+Q+". </h1></td>");
document.write("<td><img src=\"Unit2/Img"+Q+"."+Im[Q]+"\" /></td></tr></table>");
document.write(T[Q]);
document.write("</font><img src=\"Bar.jpg\" width=\"100%\" /><br />");
W=Q+1;
if (W==11)
	document.write("<a href=\"index2.html\">Back to the start. </a><a href=\"Unit2/Ans"+Q+".png\"> View Answer</a> ");
else
	document.write("<a href=\"javascript:questionFetcher("+W+")\">Next Question </a><a href=\"Unit2/Ans"+Q+".png\"> View Answer</a>");

document.write("</body></html>");
document.close();
}	