home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 25 / BASIC2 / MATHS.DOC < prev   
Encoding:
Text File  |  1988-01-01  |  3.2 KB  |  63 lines

  1.  
  2.                      T-H-E  M-A-T-H-S  T-E-S-T
  3.                      ^^^^^^^^^^^^^^^^^^^^^^^^^
  4.                              by Damian Wilson
  5.  
  6.  
  7. Introducing......
  8. ^^^^^^^^^^^^^^^^^
  9.   The Maths Test is a maths tester written mainly for primary school
  10. children. It tests on the four main areas of basic arithmetic
  11. (addition,subtraction,multiplication,division) and also provides a
  12. set of mixed questions. It is written in BASIC2.
  13.  
  14. Getting going.....
  15. ^^^^^^^^^^^^^^^^^^
  16.   Start up the GEM enviroment as you would normally. Load in the
  17. DESKTOP. Load in BASIC2 by double clicking on the large 'B' icon.
  18. Once Basic 2 has completely loaded in go to the File menu and select
  19. the LOAD option. When the selector comes up change the directory so
  20. that you have MATHS.BAS showing. Double click on the file.
  21.   Press F9 to start the program.
  22.  
  23. The Program
  24. ^^^^^^^^^^^
  25.  Initially a title page will appear. To remove it simply press the
  26. mouse button or press any key. A menu should appear after removing
  27. the title page. This gives you a number of options.
  28.   The Options are as follows :
  29.   1) Additions Test : Tests you on your addition.
  30.   2) Multiplication Test : Tests you on your multiplication.
  31.   3) Subtraction Test : You guessed it, tests you on your subtraction.
  32.   4) Division Test : A division test.
  33.   5) Mixed Test : Gives you random questions on all of the above.
  34.   6) Options : Allows you to alter how hard the tests are and how many
  35.                questions you recieve.
  36.   To select an item simply point to it using the mouse and press the
  37. left-hand button. If it doesn't react try keeping the button pressed for
  38. a while. As an alternative you can also press the corresponding number
  39. key on the keyboard. The five tests are straightforward. Random questions
  40. will be generated by the computer and displayed on-screen. A separate
  41. section of the screen is provided to enable you to type your answer. Press
  42. ENTER to accept your answer. The mixed question test will give you
  43. random questions from any of the four arithmetic tests. The answer is
  44. numeric only - anything else will cause a Basic2 'error in input'.
  45. At the end of each test a screen will be shown showing how many questions
  46. you managed to get correct and what percentage that is.
  47.   To change how many questions you want and how hard they are select
  48. OPTIONS from the menu. The program will initially ask you to set the
  49. difficulty level. This is from 0 to 200. You can set the level by pressing
  50. the '+' and '-' keys to increase and decrease the value shown on-screen.
  51. Press the ENTER key to accept a certain value.
  52.   Anything beyond 100 and the tests start getting hard. Difficulty level
  53. 200 on a multiplication test is almost impossible !
  54.   Next the program will ask you how many questions you want to have.
  55. Again press the + or - keys to change the value and ENTER to select.
  56. test.
  57.   The program can prove very useful to improve peoples mental aritmetic.
  58. Its not just primary school children who have difficulty with 'times
  59. tables'. Many teenagers at school rely on calculators to do their
  60. arithmetic. This program may help them use their brains a little more
  61. than their calcs.
  62.   Just don't cheat by calling up GEM's calculator.
  63.