function questionFetcher(Q)
{

var T = new Array();
T[1]="<p>Name the missing part in this electronic system.<font color=\"green\">(1)</font></p>";
T[2]="<p>Which output devices are <b>analogue</b>? <font color=\"green\">(2)</font></p>";
T[3]="<p>Name a suitable output device for a radio receiver.<font color=\"green\">(1)</font></p>";
T[4]="<p>a) Complete this circuit with an LED that will light.<font color=\"green\">(1)</font><br />b) Why is a series resistor R required? <font color=\"green\">(1)</font><br />c) The LED operates at 2 V and 10 mA. <br />Calculate the value of resistor R.<font color=\"green\">(3)</font></p>";
T[5]="<p>What name is given to this type of display used to show numbers? <font color=\"green\">(1)</font></p>";
T[6]="<p>State one advantage that an LED has over a light bulb.<font color=\"green\">(1)</font> </p>";
T[7]="<p>State the energy change that takes place in <br />a) microphone <br />b) thermocouple <br />c) solar cell.<font color=\"green\">(3)</font></p>";
T[8]="<p>What happens to the resistance of an LDR as the light intensity increases?<font color=\"green\">(1)</font></p>";
T[9]="<p>What changes the resistance of a thermistor?<font color=\"green\">(1)</font></p>";
T[10]="<p>Calculate the values of V<sub>1</sub> and V<sub>2</sub>.<font color=\"green\">(3)</font></p>";
T[11]="<p>Calculate V<sub>1</sub> when the temperature is 25 &#176; C.<font color=\"green\">(3)</font></p>";
T[12]="<p>Draw the circuit symbols for <br />a) microphone <br />b) thermocouple <br />c) solar cell <br />d) thermistor <br />e) LDR <br />f) switch <br />g) capacitor.<font color=\"green\">(7)</font></p>";
T[13]="<p>Which input device could be used to make a timer circuit for a clothes dryer?<font color=\"green\">(1)</font></p>";
T[14]="<p>Which input device could be used as part of a circuit to switch on street lights when it gets dark?<font color=\"green\">(1)</font></p>";
T[15]="<p>a) Sketch a graph for the capacitor charging up.<font color=\"green\">(2)</font><br />b) What two changes could be made to the circuit to <b>increase</b> the charging time of the capacitor?<font color=\"green\">(2)</font></p>";




var Im = new Array();

Im[1]="gif"; Im[2]="gif"; Im[3]="jpg"; Im[4]="gif"; Im[5]="gif"; 
Im[6]="jpg"; Im[7]="jpg"; Im[8]="gif"; Im[9]="jpg"; Im[10]="gif";
Im[11]="gif"; Im[12]="jpg"; Im[13]="jpg"; Im[14]="jpg"; Im[15]="gif";




document.open();
document.write("<html><head>");
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"EQuiz1.js\"></script>");
document.write("<title>Electronics Revision Quiz 1 Question "+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=\"Electronics1/Img"+Q+"."+Im[Q]+"\" /></td></tr></table>");
document.write(T[Q]);
document.write("</font><img src=\"Bar.jpg\" width=\"100%\" />");
W=Q+1;
if (W==16)
	document.write("<a href=\"index4.html\">Back to the start. </a><a href=\"Electronics1/Ans"+Q+".gif\"> View Answer</a> ");
else
	document.write("<a href=\"javascript:questionFetcher("+W+")\">Next Question </a><a href=\"Electronics1/Ans"+Q+".gif\"> View Answer</a>");

document.write("</body></html>");
document.close();
}	