home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG037.ARK / ABSTRACT.037 < prev    next >
Text File  |  1984-04-29  |  3KB  |  60 lines

  1. -------------------- VOLUME 37 ABSTRACTS ----------------------
  2.  
  3. TITLE:  BASIC:  MATH PROBLEMS, CRAPS, JOURNAL, PARTS LIST
  4.  
  5. Abstract:    Math Problem Generator System
  6. Abstract Author:    Tom Digate - Dec., 1979
  7. Files utilized include: CHAIN, FRAC1, FRAC2, FRAC3, FRAC4,
  8. DEC1, DEC2, DEC3, DEC4, DEC5, DEC6, DECIMAL, WHOLE, FORMULA,
  9. AREA, INTEGER, VOLUME, DISTANCE, FRACTION, WEIGHT, PERCENT.
  10. (.BAS and .INT Files), COMPILE, HEADER, GRADE, COMMON1.TXT
  11. Program uses: Can be used to tutor students in mathematics
  12. problems. Also has metric problems. Generates a grade report
  13. file.
  14. Restrictions: Requires CBASIC2 to compile and run. Largest mod-
  15. ule is less than 4K. Largest source module is 5K.
  16. Comments: Program runs well and is self prompting. Few comments
  17. in source file. Menu made for 24 line screen. No .DOC file but
  18. just run CHAIN.INT to startup. Program structure is sound.
  19. In general, a useful program for school-kids.
  20.  
  21. CRAPS.BAS is very elaborate craps playing program written in
  22. CBASIC-II.  It requires a lot of memory to compile -- all I
  23. know is that it won't compile or run in a 40K system.  The
  24. program seems to be well written and commented, but I was
  25. unable to see it run because of memory size limitations.
  26. Reviewed by Robert A. Van Valzah.
  27.  
  28. JRNL.ABS COMMENTARY FOR JRNL.BAS JOURNAL PROGRAM
  29.     JRNL.BAS IS DESIGNED TO BE USED AS A LEDGER-TYPE PROGRAM TO
  30. KEEP TRACK OF EXPENSES AND INCOME.  IT IS PRESENTLY SET UP FOR
  31. BUSINESS USAGE (RUN PROGRAM WITH COMMAND "B" FOR CATEGORIES),
  32. BUT COULD BE MODIFIED FOR INDIVIDUAL NEEDS SIMPLY BY CHANGING
  33. THE COLUMN HEADINGS.
  34.     THE OUTPUT OF THE COMMAND-LIST IS DESIGNED FOR AN 80 COLUMN
  35. BY 24 LINE CRT, BUT SCROLLING CONTROL WILL GET YOU THERE WITH
  36. 64X16.  YOU DO NEED BASIC-E AND A GOOD DEAL OF MEMORY (IT WILL
  37. NOT RUN IN A 40K SYSTEM).  
  38.     THE PROGRAM SEEMS TO BE FAIRLY WELL-WRITTEN WITH GOOD
  39. NOTATION/COMMENTING.  IT DOES USE FILE-SPACE ON DISK TO KEEP
  40. A LIST OF THE EXPENSES, ETC.  
  41.                     JIM MILLS
  42. 12/23/79                C.A.C.H.E. MEMBER
  43.  
  44. PARTS.BAS and MANPARTS.BAS contain programs for printing a
  45. parts list for an S100 board (or anything else that needs a
  46. parts list).  CPUPARTS.BAS contains a sample database for
  47. printing a parts list for a CPU board.  These programs
  48. appear to be written for Microsoft basic.  They were not
  49. submitted with any documentation.  Reviewed by
  50. Robert A. Van Valzah.
  51.  
  52. PASSWORD.BAS is a basic program to change keywords in your
  53. basic interpreter.  For example you could change the keyword
  54. 'LIST' to 'SHOW' so as to prevent unauthorized use of these
  55. keywords.  This program was published in Interface Age
  56. magazine, Feb '80, p20.  It is unclear which basics can
  57. execute this program, but I'll bet it doesn't work with
  58. current releases of Microsoft basic.  Reviewed by
  59. Robert A. Van Valzah.
  60.