home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / ADQ20.ZIP / ADQ.DOC next >
Text File  |  1992-03-26  |  21KB  |  442 lines

  1.                       ADVANCED DOS QUIZ DOCUMENTATION
  2.  
  3.  
  4. 1.  What is Advanced DOS Quiz?
  5. 2.  Running Advanced DOS Quiz
  6. 3.  Advanced DOS Quiz Questions
  7. 4.  Registration Info
  8.  
  9.                          WHAT IS ADVANCED DOS QUIZ?
  10.  
  11.  
  12.      If you thought that DOS Quiz was hard, just give Advanced DOS Quiz (ADQ) a
  13. try!  If you thought that DOS Quiz was easy, then try out the questions in ADQ
  14. and see your 100% score turn into a 50% score!
  15.  
  16.      Like DOS Quiz, ADQ is quick and easy way to use.  It can be used to test
  17. anyone on their knowledge of very advanced DOS commands.  ADQ is completely
  18. taken on a DOS computer, and is completely self-contained.  It takes the user
  19. through a series of 20 questions, asking the user to perform unusual, difficult,
  20. or arcane tasks in DOS.  Unlike DOS Quiz, all 20 questions in ADQ are
  21. categorized as Advanced.
  22.  
  23.      At the end of ADQ, a score screen is displayed, which shows a listing of
  24. all of the questions asked, what the main concept of each question was, and
  25. whether the user answered the question correctly or not.  The number and
  26. percentage correct of the all questions asked is also displayed.  The user is
  27. given the chance to save a scoresheet to a file or to a printer.
  28.  
  29.      ADQ is probably too advanced to be use as a test in an office environment,
  30. though if a position requires a high degree of DOS skill, this may be just the
  31. ticket.  Otherwise, ADQ should be used as a test of your total DOS knowledge,
  32. and as a tutor for some of DOS's more obscure commands.  As with DOS Quiz, ADQ
  33. supports many different syntactical uses of each command and may teach you new
  34. ways of doing old things.
  35.  
  36.      However, it does not cover all switches of all commands.  There are, after
  37. all, only 20 questions.  So if a particular command piques your interest, see
  38. your DOS manual or on-line help (DOS 5.0 and above) for more on that command.
  39.  
  40.  
  41.                           RUNNING ADVANCED DOS QUIZ
  42.  
  43.      Running ADQ is really quite simple - all you need to do is type ADQ at the
  44. DOS prompt and away you go.  The program is completely self-contained, so no
  45. outside files are needed.  The program is small, so it will run on nearly any
  46. DOS machine.  
  47.  
  48.      As with DOS Quiz, ADQ works with either a color or monochrome monitor.
  49. ADQ will try to use color first and will jump down to monochrome if color is
  50. not available.  Monochrome monitors that emulate color monitors (such as b/w 
  51. VGA) will work fine in color mode.  The use of color in the program has been 
  52. kept to a minimum to allow usage on a wide range of computers.  If ADQ does 
  53. not choose the monochrome mode and you wish to force it into monochrome mode,
  54. or you do not care for ADQ's color scheme, type "adq /m" at the DOS prompt.
  55. Note that on color systems, /m will only work if your video adapter can
  56. emulate monocrome (for example, most CGA cards cannot).
  57.  
  58.      Note: As of Version 1.1, ADQ detects if you are using EGA 43-line mode or
  59. VGA 50-line mode before starting up.  Though DOSQUIZ uses 25-line mode, the 
  60. line mode you started ADQ in will be reset when you leave.
  61.  
  62.      After typing in ADQ, an intro screen will appear.  After pressing any key
  63. as requested, the user will be prompted for his or her name and Social Security
  64. Number.  This is for score-sheet identification purposes.  The user is asked to
  65. verify his or her entry.  An instruction screen will then appear.  After reading
  66. the instructions and pressing any key, the quiz begins.
  67.  
  68.      After finishing 20 questions, the score screen will appear.  Three 
  69. function keys are active here.  F1 will print a scoresheet out on a parallel
  70. printer in port LPT1.  F2 will prompt you for a filename to save a score-
  71. sheet to (with the user's input name as the default filename).  If the filename
  72. given exists, you will be given a chance to change your choice.  F3 quits the
  73. score screen and the user will be asked if the quiz is to be taken again.  This
  74. is a Yes or No question.  If Yes, the screen will go back to the Name/SSN 
  75. screen.  If No, then ADQ will return control to DOS.
  76.  
  77.      If you press F1 and the printer is not ready to print for some reason, ADQ
  78. will alert you to the problem and ask you to try again.  Note that on many 
  79. systems, if the printer is attached properly but turned off, no error will be
  80. detected.
  81.  
  82.      If you do not know the answer to a question, you can either guess or just 
  83. press ENTER to skip answering.  ADQ will mark the question as being incorrectly
  84. answered and move on.
  85.  
  86.                          ADVANCED DOS QUIZ QUESTIONS
  87.  
  88.      The following is a listing of all questions asked in ADQ, and their correct
  89. responses.  Note that though the "correct" answers are all presented here in
  90. uppercase, all variations of upper and lower case are valid, as in DOS.  Note
  91. also that though they are not listed as valid responses, spaces are not required
  92. before switches.  For example, CHKDSK/V is the same as CHKDSK /V.  No spaces are
  93. required, either, when redirection is used, though not all of these responses
  94. are listed.  The following two commands are the same: DEBUG<TEST.SCR and
  95. DEBUG < TEST.SCR.  ADQ recognizes all such combinations.
  96.  
  97.  
  98. 1.  Transfer system files to a diskette
  99.  
  100. The user will be asked to type a command that will transfer the system files
  101. from the current hard disk to the diskette in drive A.  Though not mentioned in
  102. the Quiz, these files are the hidden files IO.SYS and MSDOS.SYS and 
  103. COMMAND.COM.  This command is usually used to create a bootable diskette after
  104. a diskette has been formatted.  As of DOS Version 5.0, the system files do not
  105. have to be contiguous files and they do not have to be at the front of the 
  106. diskette physically.  Previous versions, however, do have these requirements.
  107. This may require you to delete files from the diskette before SYS will work
  108. properly.  The valid answers are:
  109.      
  110.      SYS A:    SYS C: A:      SYS \ A:       SYS C:\ A:
  111.  
  112.  
  113. 2.  Use CHKDSK to show all files on drive, plus memory
  114.  
  115. The user will be asked to type the command that will show all files on the
  116. current drive, report disk usage, and report memory usage.  CHKDSK is an
  117. extremely useful command for checking the integrity of their hard drives and
  118. diskettes.  For many pre-DOS 5.0 users, it is also the only way to find out 
  119. how much memory is available.  The valid responses are:
  120.  
  121.      CHKDSK /V      CHKDSK /V C:   CHKDSK /V C:\       CHKDSK C: /V
  122.      CHKDSK C:\ /V  CHKDSK /V \    CHKDSK \ /V
  123.  
  124. If a \ is given as part of any command, the CHKDSK command will print "File not
  125. found" at the end of the listing - ADQ will, too.
  126.  
  127.  
  128. 3.  Use ECHO to dial a phone number with a modem
  129.  
  130. The user will be told to assume that there is a modem installed as COM1.  The
  131. user will be told to use the ECHO command and the Hayes-compatible AT command-
  132. set to dial the number 555-1212.  This method of communicating with your modem
  133. is a quick and easy way to create an autodialer.  Placed in a batch file with
  134. branches for different command line input, the number of phone numbers you 
  135. could autodial with commands such as this are almost unlimited.  The valid 
  136. answers are:
  137.  
  138.      ECHO ATDT5551212 > COM1       ECHO ATDT 5551212 > COM1
  139.      ECHO ATDT5551212 > COM1:      ECHO ATDT 5551212 > COM1:
  140.  
  141. In addition, the ATDP command may be used in place of ATDT, for use with pulse-
  142. dialing.  Also, a dash (-) may be placed in between the 555 and the 1212.
  143.  
  144.  
  145. 4.  Delete all two-character files with wildcards
  146.  
  147. The user will be placed in the C:\QUIZ directory and be asked to use a DOS
  148. command and wildcards to delete all files that have a two-letter filename.  This
  149. is probably one of the easier questions in ADQ.  Understanding DOS's use of 
  150. wildcards is required learning if you want to become a DOS poweruser.  These
  151. little charracters can do in one command what could take literally hundreds
  152. of commands typed in on the command line.  Valid responses are:
  153.  
  154.      DEL ??         DEL .\??       DEL ..\QUIZ\??      DEL \QUIZ\??
  155.  
  156. In addition, the ERASE command may replace the DEL command.
  157.  
  158.  
  159. 5.  Use LABEL or VOL to show volume label
  160.  
  161. The user