function questionFetcher(Q)
{

var T = new Array();
T[1]="<p>State the energy changes in a<br />(a) microphone <br />(b) loudspeaker<font color=\"#FF8844\">(2)</font></p>";
T[2]="<p>What does the mouthpiece of a telephone contain?<font color=\"#FF8844\">(1)</font></p>";
T[3]="<p>Which of the above signals produces the <br />(a) the highest frequency<br />(b) the loudest sound wave?<font color=\"#FF8844\">(2)</font></p>";
T[4]="<p>A telephone signal is transmitted 8 km between two towns.</p><p>Calculate the time it takes the signal to travel this distance. <font color=\"#FF8844\">(3)</font> </p>";
T[5]="<p>Complete the diagram shown above for an optic fibre.</p><p>Show the path taken by the ray.  <font color=\"#FF8844\">(2)</font></p>";
T[6]="<p>State two advantages of using optical fibre over electrical cable.<font color=\"#FF8844\">(2)</font> </p>";
T[7]="<p>A signal travels at 200,000,000 m/s for 6 ms through an optic fibre.</p><p>Calculate the distance travelled.<font color=\"#FF8844\">(2)</font></p>";
T[8]="<p>Complete the diagram showing the path of the ray.<font color=\"#FF8844\">(2)</font></p>";
T[9]="<p>Which ray A, B or C is most likely to show \"Total Internal Reflection\"?<font color=\"#FF8844\">(1)</font></p>";
T[10]="<p>Describe a practical use of optical fibres in telecommunication.<font color=\"#FF8844\">(1)</font></p>";
T[11]="Draw a block diagram showing the main parts of a radio receiver.<font color=\"#FF8844\">(2)</font></p>";
T[12]="<p>Describe the function of the <br />(a) tuner <br />(b) amplifier<br />in a radio receiver.<font color=\"#FF8844\">(2)</font></p>";
T[13]="<p>Draw an oscilloscope pattern for a <br />(a) sound wave<br />(b) radio wave <br />(c) modulated radio wave<font color=\"#FF8844\">(3)</font></p>";
T[14]="<p>Describe the function of the <b>tube</b> in a TV.<font color=\"#FF8844\">(1)</font></p>";
T[15]="<p>Describe how bright areas are produced on the screen of a black and white TV.<font color=\"#FF8844\">(1)</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";
Im[11]="jpg"; Im[12]="jpg"; Im[13]="jpg"; Im[14]="jpg"; Im[15]="jpg";




document.open();
document.write("<html><head>");
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"TQuiz2.js\"></script>");
document.write("<title>Telecom Revision Quiz2 Question "+Q+"</title></head>");



document.write("<body text=\"#1295E8\" alink=\"#FF3300\" vlink=\"#FF8844\" link=\"#33DD33\"><font size=\"6\" face=\"times\">");
document.write("<table><tr><td valign=\"top\" ><h1 >Q"+Q+". </h1></td>");
document.write("<td><img src=\"Tele2/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=\"index2.html\">Back to the start. </a><a href=\"Tele2/Ans"+Q+".gif\"> View Answer</a> ");
else
	document.write("<a href=\"javascript:questionFetcher("+W+")\">Next Question </a><a href=\"Tele2/Ans"+Q+".gif\"> View Answer</a>");

document.write("</body></html>");
document.close();
}	
