ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Premier Training - Assignment</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="mystyle.css"> <script type="text/javascript"> function setfocus() {window.document.assignment.name.focus();} function email_address() { if (window.document.assignment.tutor.value == "AD") {window.document.assignment.recipient.value="alan@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "JG") {window.document.assignment.recipient.value="jeff@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "DH") {window.document.assignment.recipient.value="dave@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "CM") {window.document.assignment.recipient.value="claire@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "EH") {window.document.assignment.recipient.value="emma@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "KJ") {window.document.assignment.recipient.value="kay@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "MK") {window.document.assignment.recipient.value="mjk@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "SG") {window.document.assignment.recipient.value="stan@premiertraining.co.uk";} else if (window.document.assignment.tutor.value == "JH") {window.document.assignment.recipient.value="jane@premiertraining.co.uk";} else {window.document.assignment.recipient.value="info@premiertraining.co.uk";} } function confirm() { if (window.document.assignment.ready.checked) {window.document.assignment.send.disabled = false;} else {window.document.assignment.send.disabled = true;} mark()} /*----PUT MARKING FUNCTION HERE------------*/ function mark() { var e = document.assignment.elements; for ( var elem, i = 0; ( elem = e[i] ); i++ ) if ( elem.value == "" ) {elem.value = " ";} if (window.document.assignment.t5_z.value == " ") {window.document.assignment.t5_z.value ="";} if (window.document.assignment.t7_z.value == " ") {window.document.assignment.t7_z.value ="";} if (window.document.assignment.t8_z.value == " ") {window.document.assignment.t8_z.value ="";} if (window.document.assignment.t9_a_no.value == " ") {window.document.assignment.t9_a_no.value ="";} if (window.document.assignment.t9_b_no.value == " ") {window.document.assignment.t9_b_no.value ="";} if (window.document.assignment.t9_c_no.value == " ") {window.document.assignment.t9_c_no.value ="";} if (window.document.assignment.t9_d_no.value == " ") {window.document.assignment.t9_d_no.value ="";} if (window.document.assignment.t9_e_no.value == " ") {window.document.assignment.t9_e_no.value ="";} if (window.document.assignment.t9_f_no.value == " ") {window.document.assignment.t9_f_no.value ="";} if (window.document.assignment.t9_g_no.value == " ") {window.document.assignment.t9_g_no.value ="";} if (window.document.assignment.t9_h_no.value == " ") {window.document.assignment.t9_h_no.value ="";} if (window.document.assignment.t9_i_no.value == " ") {window.document.assignment.t9_i_no.value ="";} if (window.document.assignment.t10_a_no.value == " ") {window.document.assignment.t10_a_no.value ="";} if (window.document.assignment.t10_b_no.value == " ") {window.document.assignment.t10_b_no.value ="";} if (window.document.assignment.t10_c_no.value == " ") {window.document.assignment.t10_c_no.value ="";} if (window.document.assignment.t10_d_no.value == " ") {window.document.assignment.t10_d_no.value ="";} if (window.document.assignment.t10_e_no.value == " ") {window.document.assignment.t10_e_no.value ="";} if (window.document.assignment.t10_f_no.value == " ") {window.document.assignment.t10_f_no.value ="";} if (window.document.assignment.t10_g_no.value == " ") {window.document.assignment.t10_g_no.value ="";} if (window.document.assignment.t11_z.value == " ") {window.document.assignment.t11_z.value ="";} if (window.document.assignment.t12_z.value == " ") {window.document.assignment.t12_z.value ="";} if (window.document.assignment.t18_z.value == " ") {window.document.assignment.t18_z.value ="";} if (window.document.assignment.t19_z.value == " ") {window.document.assignment.t19_z.value ="";} if (window.document.assignment.t20_z.value == " ") {window.document.assignment.t20_z.value ="";} if (window.document.assignment.t21_z.value == " ") {window.document.assignment.t21_z.value ="";} if (window.document.assignment.t23_z.value == " ") {window.document.assignment.t23_z.value ="";} if (window.document.assignment.t24_z.value == " ") {window.document.assignment.t24_z.value ="";} if (window.document.assignment.t25_z.value == " ") {window.document.assignment.t25_z.value ="";} if (window.document.assignment.t27_z.value == " ") {window.document.assignment.t27_z.value ="";} /*-----------email-----------*/ if (window.document.assignment.email.value == " ") {window.document.assignment.email.value =""; alert("Please enter your email address so we can give you feedback on your answers"); document.assignment.email.focus();} } function set_t5_a() { window.document.assignment.t5_a.checked = true; window.document.assignment.t5_b.checked = false; window.document.assignment.t5_c.checked = false; window.document.assignment.t5_d.checked = false; window.document.assignment.t5_z.value = ""; } function set_t5_b() { window.document.assignment.t5_a.checked = false; window.document.assignment.t5_b.checked = true; window.document.assignment.t5_c.checked = false; window.document.assignment.t5_d.checked = false; window.document.assignment.t5_z.value = ""; } function set_t5_c() { window.document.assignment.t5_a.checked = false; window.document.assignment.t5_b.checked = false; window.document.assignment.t5_c.checked = true; window.document.assignment.t5_d.checked = false; window.document.assignment.t5_z.value = ""; } function set_t5_d() { window.document.assignment.t5_a.checked = false; window.document.assignment.t5_b.checked = false; window.document.assignment.t5_c.checked = false; window.document.assignment.t5_d.checked = true; window.document.assignment.t5_z.value = ""; } function set_t7_a() { window.document.assignment.t7_a.checked = true; window.document.assignment.t7_b.checked = false; window.document.assignment.t7_z.value = ""; } function set_t7_b() { window.document.assignment.t7_a.checked = false; window.document.assignment.t7_b.checked = true; window.document.assignment.t7_z.value = ""; } function set_t8_a() { window.document.assignment.t8_a.checked = true; window.document.assignment.t8_b.checked = false; window.document.assignment.t8_z.value = ""; } function set_t8_b() { window.document.assignment.t8_a.checked = false; window.document.assignment.t8_b.checked = true; window.document.assignment.t8_z.value = ""; } function set_t9_a_yes() {if (window.document.assignment.t9_a_yes.checked == true) {window.document.assignment.t9_a_no.value = "";} else {window.document.assignment.t9_a_no.value = "on";} } function set_t9_b_yes() {if (window.document.assignment.t9_b_yes.checked == true) {window.document.assignment.t9_b_no.value = "";} else {window.document.assignment.t9_b_no.value = "on";} } function set_t9_c_yes() {if (window.document.assignment.t9_c_yes.checked == true) {window.document.assignment.t9_c_no.value = "";} else {window.document.assignment.t9_c_no.value = "on";} } function set_t9_d_yes() {if (window.document.assignment.t9_d_yes.checked == true) {window.document.assignment.t9_d_no.value = "";} else {window.document.assignment.t9_d_no.value = "on";} } function set_t9_e_yes() {if (window.document.assignment.t9_e_yes.checked == true) {window.document.assignment.t9_e_no.value = "";} else {window.document.assignment.t9_e_no.value = "on";} } function set_t9_f_yes() {if (window.document.assignment.t9_f_yes.checked == true) {window.document.assignment.t9_f_no.value = "";} else {window.document.assignment.t9_f_no.value = "on";} } function set_t9_g_yes() {if (window.document.assignment.t9_g_yes.checked == true) {window.document.assignment.t9_g_no.value = "";} else {window.document.assignment.t9_g_no.value = "on";} } function set_t9_h_yes() {if (window.document.assignment.t9_h_yes.checked == true) {window.document.assignment.t9_h_no.value = "";} else {window.document.assignment.t9_h_no.value = "on";} } function set_t9_i_yes() {if (window.document.assignment.t9_i_yes.checked == true) {window.document.assignment.t9_i_no.value = "";} else {window.document.assignment.t9_i_no.value = "on";} } function set_t10_a_yes() {if (window.document.assignment.t10_a_yes.checked == true) {window.document.assignment.t10_a_no.value = "";} else {window.document.assignment.t10_a_no.value = "on";} } function set_t10_b_yes() {if (window.document.assignment.t10_b_yes.checked == true) {window.document.assignment.t10_b_no.value = "";} else {window.document.assignment.t10_b_no.value = "on";} } function set_t10_c_yes() {if (window.document.assignment.t10_c_yes.checked == true) {window.document.assignment.t10_c_no.value = "";} else {window.document.assignment.t10_c_no.value = "on";} } function set_t10_d_yes() {if (window.document.assignment.t10_d_yes.checked == true) {window.document.assignment.t10_d_no.value = "";} else {window.document.assignment.t10_d_no.value = "on";} } function set_t10_e_yes() {if (window.document.assignment.t10_e_yes.checked == true) {window.document.assignment.t10_e_no.value = "";} else {window.document.assignment.t10_e_no.value = "on";} } function set_t10_f_yes() {if (window.document.assignment.t10_f_yes.checked == true) {window.document.assignment.t10_f_no.value = "";} else {window.document.assignment.t10_f_no.value = "on";} } function set_t10_g_yes() {if (window.document.assignment.t10_g_yes.checked == true) {window.document.assignment.t10_g_no.value = "";} else {window.document.assignment.t10_g_no.value = "on";} } function set_t11_a() { window.document.assignment.t11_a.checked = true; window.document.assignment.t11_b.checked = false; window.document.assignment.t11_z.value = ""; } function set_t11_b() { window.document.assignment.t11_a.checked = false; window.document.assignment.t11_b.checked = true; window.document.assignment.t11_z.value = ""; } function set_t12_a() { window.document.assignment.t12_a.checked = true; window.document.assignment.t12_b.checked = false; window.document.assignment.t12_z.value = ""; } function set_t12_b() { window.document.assignment.t12_a.checked = false; window.document.assignment.t12_b.checked = true; window.document.assignment.t12_z.value = ""; } function set_t18_a() { window.document.assignment.t18_a.checked = true; window.document.assignment.t18_b.checked = false; window.document.assignment.t18_c.checked = false; window.document.assignment.t18_z.value = ""; } function set_t18_b() { window.document.assignment.t18_a.checked = false; window.document.assignment.t18_b.checked = true; window.document.assignment.t18_c.checked = false; window.document.assignment.t18_z.value = ""; } function set_t18_c() { window.document.assignment.t18_a.checked = false; window.document.assignment.t18_b.checked = false; window.document.assignment.t18_c.checked = true; window.document.assignment.t18_z.value = ""; } function set_t19_a() { window.document.assignment.t19_a.checked = true; window.document.assignment.t19_b.checked = false; window.document.assignment.t19_c.checked = false; window.document.assignment.t19_z.value = ""; } function set_t19_b() { window.document.assignment.t19_a.checked = false; window.document.assignment.t19_b.checked = true; window.document.assignment.t19_c.checked = false; window.document.assignment.t19_z.value = ""; } function set_t19_c() { window.document.assignment.t19_a.checked = false; window.document.assignment.t19_b.checked = false; window.document.assignment.t19_c.checked = true; window.document.assignment.t19_z.value = ""; } function set_t20_a() { window.document.assignment.t20_a.checked = true; window.document.assignment.t20_b.checked = false; window.document.assignment.t20_c.checked = false; window.document.assignment.t20_z.value = ""; } function set_t20_b() { window.document.assignment.t20_a.checked = false; window.document.assignment.t20_b.checked = true; window.document.assignment.t20_c.checked = false; window.document.assignment.t20_z.value = ""; } function set_t20_c() { window.document.assignment.t20_a.checked = false; window.document.assignment.t20_b.checked = false; window.document.assignment.t20_c.checked = true; window.document.assignment.t20_z.value = ""; } function set_t21_a() { window.document.assignment.t21_a.checked = true; window.document.assignment.t21_b.checked = false; window.document.assignment.t21_c.checked = false; window.document.assignment.t21_d.checked = false; window.document.assignment.t21_z.value = ""; } function set_t21_b() { window.document.assignment.t21_a.checked = false; window.document.assignment.t21_b.checked = true; window.document.assignment.t21_c.checked = false; window.document.assignment.t21_d.checked = false; window.document.assignment.t21_z.value = ""; } function set_t21_c() { window.document.assignment.t21_a.checked = false; window.document.assignment.t21_b.checked = false; window.document.assignment.t21_c.checked = true; window.document.assignment.t21_d.checked = false; window.document.assignment.t21_z.value = ""; } function set_t21_d() { window.document.assignment.t21_a.checked = false; window.document.assignment.t21_b.checked = false; window.document.assignment.t21_c.checked = false; window.document.assignment.t21_d.checked = true; window.document.assignment.t21_z.value = ""; } function set_t23_a() { window.document.assignment.t23_a.checked = true; window.document.assignment.t23_b.checked = false; window.document.assignment.t23_c.checked = false; window.document.assignment.t23_z.value = ""; } function set_t23_b() { window.document.assignment.t23_a.checked = false; window.document.assignment.t23_b.checked = true; window.document.assignment.t23_c.checked = false; window.document.assignment.t23_z.value = ""; } function set_t23_c() { window.document.assignment.t23_a.checked = false; window.document.assignment.t23_b.checked = false; window.document.assignment.t23_c.checked = true; window.document.assignment.t23_z.value = ""; } function set_t24_a() { window.document.assignment.t24_a.checked = true; window.document.assignment.t24_b.checked = false; window.document.assignment.t24_c.checked = false; window.document.assignment.t24_z.value = ""; } function set_t24_b() { window.document.assignment.t24_a.checked = false; window.document.assignment.t24_b.checked = true; window.document.assignment.t24_c.checked = false; window.document.assignment.t24_z.value = ""; } function set_t24_c() { window.document.assignment.t24_a.checked = false; window.document.assignment.t24_b.checked = false; window.document.assignment.t24_c.checked = true; window.document.assignment.t24_z.value = ""; } function set_t25_a() { window.document.assignment.t25_a.checked = true; window.document.assignment.t25_b.checked = false; window.document.assignment.t25_c.checked = false; window.document.assignment.t25_z.value = ""; } function set_t25_b() { window.document.assignment.t25_a.checked = false; window.document.assignment.t25_b.checked = true; window.document.assignment.t25_c.checked = false; window.document.assignment.t25_z.value = ""; } function set_t25_c() { window.document.assignment.t25_a.checked = false; window.document.assignment.t25_b.checked = false; window.document.assignment.t25_c.checked = true; window.document.assignment.t25_z.value = ""; } function set_t27_a() { window.document.assignment.t27_a.checked = true; window.document.assignment.t27_b.checked = false; window.document.assignment.t27_c.checked = false; window.document.assignment.t27_d.checked = false; window.document.assignment.t27_e.checked = false; window.document.assignment.t27_z.value = ""; } function set_t27_b() { window.document.assignment.t27_a.checked = false; window.document.assignment.t27_b.checked = true; window.document.assignment.t27_c.checked = false; window.document.assignment.t27_d.checked = false; window.document.assignment.t27_e.checked = false; window.document.assignment.t27_z.value = ""; } function set_t27_c() { window.document.assignment.t27_a.checked = false; window.document.assignment.t27_b.checked = false; window.document.assignment.t27_c.checked = true; window.document.assignment.t27_d.checked = false; window.document.assignment.t27_e.checked = false; window.document.assignment.t27_z.value = ""; } function set_t27_d() { window.document.assignment.t27_a.checked = false; window.document.assignment.t27_b.checked = false; window.document.assignment.t27_c.checked = false; window.document.assignment.t27_d.checked = true; window.document.assignment.t27_e.checked = false; window.document.assignment.t27_z.value = ""; } function set_t27_e() { window.document.assignment.t27_a.checked = false; window.document.assignment.t27_b.checked = false; window.document.assignment.t27_c.checked = false; window.document.assignment.t27_d.checked = false; window.document.assignment.t27_e.checked = true; window.document.assignment.t27_z.value = ""; } </script> </head> <!-- BODY STARTS HERE --> <body onLoad="setfocus()"> <table width=740 border=3><tr><td class=c> <!-- PUT THE ASSIGNMENT TITLE HERE --> <h3> Where Should I Start - AAT Level 1 or Level 2? </h3> <h2> Online Quiz </h2> <!-- NAME AND ID --> <form name=assignment action="http://www.premiertraining.co.uk/cgi-bin/FormMail.pl" method="post"> <input size=10 type="hidden" name=recipient value="info@premiertraining.co.uk"> <input size=10 type="hidden" name=subject value="Level_1_Quiz"> <input size=10 type="hidden" name=redirect value="http://www.premiertraining.co.uk/assignments/thank_you.htm"> <!-- ASK FOR INSTRUCTIONS --> <br><br> <!-- STUDENT DETAILS --> <table border=0 width="100%"><tr><td width=200></td><td> <table border=1><tr><td> <table border=1> <tr><td align=right>Your name : </td><td><input name=name size=15></td></tr> <tr><td align=right>Contact Telephone Number : </td><td><input name=tel size=15></td></tr> <tr><td align=right>Your email address : </td><td><input name=email size=15></td></tr> </table></td></tr></table> </td><td width=200></td></tr></table> <br> <!-- MARKING_SUMMARY --> <!--====================================== TASK 1 =========================================--> <p><span class="bold"> If you feel that you are not ready to enrol straight on to AAT Level 2 - this quiz will help you decide. If you get 75% or more correct then you are ready for Level 2. If you score less than 75% then Level 1 is probably more appropriate. If you enrol on to Level 1 the Premier Training tutors will give you the skills and confidence to progress to Level 2. </span></p> <p><span class="bold"> If you have any queries then please phone (UK) 01469 515444. </span></p> <p><span class="bold"> Good luck! </span></p> <table> <tr><td width=100><span class="bold"> Q.1 </span></td> <td width=530 align=left><span class="bold"> A total of 1600 people work for a company. The ratio of male to female employees is 3:5. How many more females than males are there in the company? </span></td> <td><input size=10 name=t1></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 2 =========================================--> <table> <tr><td></td> <td></td> <td> £ </td></tr> <tr><td width=100><span class="bold"> Q.2 </span></td> <td width=530 align=left><span class="bold"> What is 25% of £80. </span></td> <td><input size=10 name=t2></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 3 =========================================--> <table> <tr><td></td> <td></td> <td> £ </td></tr> <tr><td width=100><span class="bold"> Q.3 </span></td> <td width=530 align=left><span class="bold"> If you sold a pair of Trainers for £80 plus VAT of 20% - how much are the Trainers? </span></td> <td><input size=10 name=t3></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 4 =========================================--> <table> <tr><td width=100><span class="bold"> Q.4 </span></td> <td width=530 align=left><span class="bold"> A company received the following number of telephone calls </span></td></tr> <tr><td></td> <td colspan=3 align=left> 20 on Monday </td></tr> <tr><td></td> <td colspan=3 align=left> 30 on Tuesday </td></tr> <tr><td></td> <td colspan=3 align=left> 15 on Wednesday </td></tr> <tr><td></td> <td colspan=3 align=left> 40 on Thursday </td></tr> <tr><td></td> <td colspan=3 align=left> 35 on Friday </td></tr> <tr><td></td> <td align=left><span class="bold"> What is the average number of calls per day? </span></td> <td><input size=10 name=t4></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <hr> <!--====================================== TASK 5 =========================================--> <table> <tr><td width=100><span class="bold"> Q.5 </span></td> <td width=610 align=left><span class="bold"> Which word would best fill the gap in the following sentence? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> <tr><td></td> <td align=left><span class="bold"> John is an excellent accounting technician and i am sure that he would be a valuable ....................... to your company. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> person </td> <td><input type=checkbox name=t5_a onClick="set_t5_a()"></td></tr> <tr><td> b) </td><td align=left> liability </td> <td><input type=checkbox name=t5_b onClick="set_t5_b()"></td></tr> <tr><td> c) </td><td align=left> fixture </td> <td><input type=checkbox name=t5_c onClick="set_t5_c()"></td></tr> <tr><td> d) </td><td align=left> asset </td> <td><input type=checkbox name=t5_d onClick="set_t5_d()"></td></tr> <tr><td><input type=hidden name=t5_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 6 =========================================--> <table> <tr><td></td> <td></td> <td> £ </td></tr> <tr><td width=100><span class="bold"> Q.6 </span></td> <td width=550 align=left><span class="bold"> A Company has a mark up of 30% on the cost of sales. The cost of sales amounted to £150000. What was the sales figure? </span></td> <td><input size=10 name=t6></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 7 =========================================--> <table> <tr><td width=100><span class="bold"> Q.7 </span></td> <td width=600 align=left><span class="bold"> An asset is something that a business owns? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> True </td> <td><input type=checkbox name=t7_a onClick="set_t7_a()"></td></tr> <tr><td> b) </td><td align=left> False </td> <td><input type=checkbox name=t7_b onClick="set_t7_b()"></td></tr> <tr><td><input type=hidden name=t7_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 8 =========================================--> <table> <tr><td width=100><span class="bold"> Q.8 </span></td> <td width=600 align=left><span class="bold"> A liability is something which an organisation owes? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> True </td> <td><input type=checkbox name=t8_a onClick="set_t8_a()"></td></tr> <tr><td> b) </td><td align=left> False </td> <td><input type=checkbox name=t8_b onClick="set_t8_b()"></td></tr> <tr><td><input type=hidden name=t8_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 9 =========================================--> <table> <tr><td width=100><span class="bold"> Q.9 </span></td> <td width=600 align=left><span class="bold"> You are required to tick / check the business expenses in the following list </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td></td> <td align=left><span class="bold"> Please note that there is more than one. </span></td></tr> <tr><td> a) </td> <td width=600 align=left> Wages </td> <td><input type=checkbox name="t9_a_yes" onChange="set_t9_a_yes()"> <input type=hidden name="t9_a_no" value="on"></td></tr> <tr><td> b) </td> <td width=600 align=left> Motor Vehicles </td> <td><input type=checkbox name="t9_b_yes" onChange="set_t9_b_yes()"> <input type=hidden name="t9_b_no" value="on"></td></tr> <tr><td> c) </td> <td width=600 align=left> Electricity Bill </td> <td><input type=checkbox name="t9_c_yes" onChange="set_t9_c_yes()"> <input type=hidden name="t9_c_no" value="on"></td></tr> <tr><td> d) </td> <td width=600 align=left> Rental Income </td> <td><input type=checkbox name="t9_d_yes" onChange="set_t9_d_yes()"> <input type=hidden name="t9_d_no" value="on"></td></tr> <tr><td> e) </td> <td width=600 align=left> Public Liability Insurance </td> <td><input type=checkbox name="t9_e_yes" onChange="set_t9_e_yes()"> <input type=hidden name="t9_e_no" value="on"></td></tr> <tr><td> f) </td> <td width=600 align=left> Bank Loan </td> <td><input type=checkbox name="t9_f_yes" onChange="set_t9_f_yes()"> <input type=hidden name="t9_f_no" value="on"></td></tr> <tr><td> g) </td> <td width=600 align=left> Loan Interest </td> <td><input type=checkbox name="t9_g_yes" onChange="set_t9_g_yes()"> <input type=hidden name="t9_g_no" value="on"></td></tr> <tr><td> h) </td> <td width=600 align=left> Stationery </td> <td><input type=checkbox name="t9_h_yes" onChange="set_t9_h_yes()"> <input type=hidden name="t9_h_no" value="on"></td></tr> <tr><td> i) </td> <td width=600 align=left> Petty Cash </td> <td><input type=checkbox name="t9_i_yes" onChange="set_t9_i_yes()"> <input type=hidden name="t9_i_no" value="on"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <hr> <!--====================================== TASK 10 =========================================--> <table> <tr><td width=100><span class="bold"> Q.10 </span></td> <td width=600 align=left><span class="bold"> Which of the following organisations are in the 'private sector'? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td></td> <td align=left><span class="bold"> Please note that there is more than one. </span></td></tr> <tr><td> a) </td> <td width=600 align=left> NHS Hospital </td> <td><input type=checkbox name="t10_a_yes" onChange="set_t10_a_yes()"> <input type=hidden name="t10_a_no" value="on"></td></tr> <tr><td> b) </td> <td width=600 align=left> Royal Society for the Protection of Birds (RSPB) </td> <td><input type=checkbox name="t10_b_yes" onChange="set_t10_b_yes()"> <input type=hidden name="t10_b_no" value="on"></td></tr> <tr><td> c) </td> <td width=600 align=left> Public Limited Company </td> <td><input type=checkbox name="t10_c_yes" onChange="set_t10_c_yes()"> <input type=hidden name="t10_c_no" value="on"></td></tr> <tr><td> d) </td> <td width=600 align=left> BBC </td> <td><input type=checkbox name="t10_d_yes" onChange="set_t10_d_yes()"> <input type=hidden name="t10_d_no" value="on"></td></tr> <tr><td> e) </td> <td width=600 align=left> Private Limited Company </td> <td><input type=checkbox name="t10_e_yes" onChange="set_t10_e_yes()"> <input type=hidden name="t10_e_no" value="on"></td></tr> <tr><td> f) </td> <td width=600 align=left> Self Employed Window Cleaner </td> <td><input type=checkbox name="t10_f_yes" onChange="set_t10_f_yes()"> <input type=hidden name="t10_f_no" value="on"></td></tr> <tr><td> g) </td> <td width=600 align=left> A Partnership </td> <td><input type=checkbox name="t10_g_yes" onChange="set_t10_g_yes()"> <input type=hidden name="t10_g_no" value="on"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 11 =========================================--> <table> <tr><td width=100><span class="bold"> Q.11 </span></td> <td width=600 align=left><span class="bold"> Organisations in the public sector are generally financed by the taxpayer? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> True </td> <td><input type=checkbox name=t11_a onClick="set_t11_a()"></td></tr> <tr><td> b) </td><td align=left> False </td> <td><input type=checkbox name=t11_b onClick="set_t11_b()"></td></tr> <tr><td><input type=hidden name=t11_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 12 =========================================--> <table> <tr><td width=100><span class="bold"> Q.12 </span></td> <td width=590 align=left><span class="bold"> In the UK, a company employing less than 10 people is not legally obliged to observe health and safety legilation and guidelines? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> True </td> <td><input type=checkbox name=t12_a onClick="set_t12_a()"></td></tr> <tr><td> b) </td><td align=left> False </td> <td><input type=checkbox name=t12_b onClick="set_t12_b()"></td></tr> <tr><td><input type=hidden name=t12_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 13 =========================================--> <table border=0> <tr><td></td> <td></td> <td> £ </td></tr> <tr><td width=100><span class="bold"> Q.13 </span></td> <td width=510 align=left><span class="bold"> A company has a ratio of 4:1 between sales and wages. If the wages amounted to £75000 then calculate the value of sales? </span></td> <td><input size=10 name=t13></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 14 =========================================--> <table border=0> <tr><td width=100><span class="bold"> Q.14 </span></td> <td width=510 align=left><span class="bold"> A businessman records his mileage in one year. Here are the results: </span></td></tr> <tr><td></td> <td align=left> Business Mileage = 7200 </td></tr> <tr><td></td> <td align=left> Private Mileage = 10800 </td></tr> <tr><td></td> <td align=left><span class="bold"> What is the ratio of business mileage to his private mileage? </span></td> <td width=100> <select name=t14> <option value=z> <option value=a>1:2 <option value=b>2:3 <option value=c>3:4 <option value=d>4:5 <option value=e>5:6 <option value=f>6:7 <option value=g>7:8 <option value=h>8:9 <option value=i>9:10 </select> <!--input size=10 name=t14></td></tr--> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 15 =========================================--> <table> <tr><td width=100><span class="bold"> Q.15 </span></td> <td width=530 align=left><span class="bold"> The number below shows the reading on a digital distance measurer: </span></td></tr> <tr><td></td> <td align=left> 1.267 Km </td> <td><span class="bold"> Km </span></td></tr> <tr><td></td> <td align=left><span class="bold"> What is the distance in kilometres correct to the nearest 10 metres? </span></td> <td><input size=10 name=t15></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 16 =========================================--> <table> <tr><td width=100><span class="bold"> Q.16 </span></td> <td width=600 align=left><span class="bold"> Overtime in a company is paid at a rate of "time and a quarter". </span></td></tr> <tr><td></td> <td align=left> The normal payment rate is £5.60 per hour. One employee works a normal 40 hour week and 4 hours overtime. </td> <td> £ </td></tr> <tr><td></td> <td align=left><span class="bold"> How much is she paid? </span></td> <td><input size=10 name=t16></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <hr> <!--====================================== TASK 17 =========================================--> <table> <tr><td width=100><span class="bold"> Q.17 </span></td> <td width=530 align=left><span class="bold"> Your boss spends 42 Euros in a shop in Spain. £1 is approximately 1.4 Euros. </span></td> <td> £ </td></tr> <tr><td></td> <td align=left><span class="bold"> How much did he spend in £ Sterling? </span></td> <td><input size=10 name=t17></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 18 =========================================--> <table> <tr><td width=100><span class="bold"> Q.18 </span></td> <td width=590 align=left><span class="bold"> Tick the correct spelling. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> thier house is........ </td> <td><input type=checkbox name=t18_a onClick="set_t18_a()"></td></tr> <tr><td> b) </td><td align=left> there house is........ </td> <td><input type=checkbox name=t18_b onClick="set_t18_b()"></td></tr> <tr><td> c) </td><td align=left> their house is........ </td> <td><input type=checkbox name=t18_c onClick="set_t18_c()"></td></tr> <tr><td><input type=hidden name=t18_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 19 =========================================--> <table> <tr><td width=100><span class="bold"> Q.19 </span></td> <td width=590 align=left><span class="bold"> Tick the correct spelling. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> sincerely </td> <td><input type=checkbox name=t19_a onClick="set_t19_a()"></td></tr> <tr><td> b) </td><td align=left> sincerly </td> <td><input type=checkbox name=t19_b onClick="set_t19_b()"></td></tr> <tr><td> c) </td><td align=left> sincerelly </td> <td><input type=checkbox name=t19_c onClick="set_t19_c()"></td></tr> <tr><td><input type=hidden name=t19_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 20 =========================================--> <table> <tr><td width=100><span class="bold"> Q.20 </span></td> <td width=590 align=left><span class="bold"> Tick the correct spelling. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> govenment </td> <td><input type=checkbox name=t20_a onClick="set_t20_a()"></td></tr> <tr><td> b) </td><td align=left> government </td> <td><input type=checkbox name=t20_b onClick="set_t20_b()"></td></tr> <tr><td> c) </td><td align=left> govament </td> <td><input type=checkbox name=t20_c onClick="set_t20_c()"></td></tr> <tr><td><input type=hidden name=t20_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 21 =========================================--> <table> <tr><td width=100><span class="bold"> Q.21 </span></td> <td width=590 align=left><span class="bold"> Chairs ___________ don't have cushions are uncomfortable to sit on. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> that </td> <td><input type=checkbox name=t21_a onClick="set_t21_a()"></td></tr> <tr><td> b) </td><td align=left> which </td> <td><input type=checkbox name=t21_b onClick="set_t21_b()"></td></tr> <tr><td> c) </td><td align=left> what </td> <td><input type=checkbox name=t21_c onClick="set_t21_c()"></td></tr> <tr><td> d) </td><td align=left> when </td> <td><input type=checkbox name=t21_d onClick="set_t21_d()"></td></tr> <tr><td><input type=hidden name=t21_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 22 =========================================--> <table> <tr><td width=100><span class="bold"> Q.22 </span></td> <td width=530 align=left><span class="bold"> What is the missing number? </span></td></tr> <tr><td></td> <td align=left><span class="bold"> 45/9 = 12 - ? </span></td> <td><input size=10 name=t22></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 23 =========================================--> <table> <tr><td width=100><span class="bold"> Q.23 </span></td> <td width=590 align=left><span class="bold"> Tick the correct spelling. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> definate </td> <td><input type=checkbox name=t23_a onClick="set_t23_a()"></td></tr> <tr><td> b) </td><td align=left> definite </td> <td><input type=checkbox name=t23_b onClick="set_t23_b()"></td></tr> <tr><td> c) </td><td align=left> difinite </td> <td><input type=checkbox name=t23_c onClick="set_t23_c()"></td></tr> <tr><td><input type=hidden name=t23_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 24 =========================================--> <table> <tr><td width=100><span class="bold"> Q.24 </span></td> <td width=590 align=left><span class="bold"> Tick the correct spelling. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> develope </td> <td><input type=checkbox name=t24_a onClick="set_t24_a()"></td></tr> <tr><td> b) </td><td align=left> divelop </td> <td><input type=checkbox name=t24_b onClick="set_t24_b()"></td></tr> <tr><td> c) </td><td align=left> develop </td> <td><input type=checkbox name=t24_c onClick="set_t24_c()"></td></tr> <tr><td><input type=hidden name=t24_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 25 =========================================--> <table> <tr><td width=100><span class="bold"> Q.25 </span></td> <td width=590 align=left><span class="bold"> Tick the correct spelling. </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> necessary </td> <td><input type=checkbox name=t25_a onClick="set_t25_a()"></td></tr> <tr><td> b) </td><td align=left> neccessary </td> <td><input type=checkbox name=t25_b onClick="set_t25_b()"></td></tr> <tr><td> c) </td><td align=left> necesary </td> <td><input type=checkbox name=t25_c onClick="set_t25_c()"></td></tr> <tr><td><input type=hidden name=t25_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 26 =========================================--> <table> <tr><td width=100><span class="bold"> Q.26 </span></td> <td width=615 align=left><span class="bold"> What is the missing number? </span></td></tr> </table> <table> <tr><td></td> <td width=100><span class="bold"> 1 </span></td> <td width=100><span class="bold"> 4 </span></td> <td width=100><span class="bold"> 9 </span></td> <td><input size=10 name=t26></td> <td width=100><span class="bold"> 25 </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!--====================================== TASK 27 =========================================--> <table> <tr><td width=100><span class="bold"> Q.27 </span></td> <td width=590 align=left><span class="bold"> Which is the largest fraction? </span></td></tr> <tr><td> &nbsp </td></tr> <tr><td> a) </td> <td align=left> 3/4 </td> <td><input type=checkbox name=t27_a onClick="set_t27_a()"></td></tr> <tr><td> b) </td><td align=left> 7/8 </td> <td><input type=checkbox name=t27_b onClick="set_t27_b()"></td></tr> <tr><td> c) </td><td align=left> 4/5 </td> <td><input type=checkbox name=t27_c onClick="set_t27_c()"></td></tr> <tr><td> d) </td><td align=left> 7/9 </td> <td><input type=checkbox name=t27_d onClick="set_t27_d()"></td></tr> <tr><td> e) </td><td align=left> 7/10 </td> <td><input type=checkbox name=t27_e onClick="set_t27_e()"></td></tr> <tr><td><input type=hidden name=t27_z value="not answered"></td></tr> <tr><td> &nbsp </td></tr> <tr><td> &nbsp </td></tr> </table> <!-- PRINT AND SUBMIT BUTTONS --> <table border=0 width="90%"><tr> <td height=100 colspan=3><input type=checkbox name="ready" onClick="confirm()">I have checked my answers and printed a copy and my assignment is ready to submit.</td></tr> <tr><td width="30%"><input type="button" onClick="window.print()" value="PRINT A COPY"></td> <td> <a href="http://validator.w3.org/check?uri=referer"> <img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"> </a></td> <td width="50%"> <input size=10 type=submit disabled onMouseOver="mark()" name=send value="SUBMIT MY ASSIGNMENT" id="send"> </td></tr></table> </form> </td></tr></table> </body> </html>