home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1438.dms / in.adf / Quiz_Creator / basicquiz < prev    next >
Encoding:
Text File  |  1978-09-12  |  469 b   |  25 lines

  1. Which of these is a string?,5
  2. nam$,64,a3:,a3,number
  3. Which of these is a variable?,5
  4. 22,a3:,total,4a,nam$
  5. Which of these is a legal label?,5
  6. a22:,hello,"hello",22,44:
  7. What is the addition sign?
  8. +
  9. What is the subtraction sign?
  10. -
  11. What is the division sign?
  12. /
  13. What is the multiplication sign?
  14. *
  15. What completes a FOR loop?
  16. NEXT
  17. What completes a WHILE loop?
  18. WEND
  19. What completes a IF THEN block?
  20. END IF
  21. What completes a subroutine?
  22. RETURN
  23. What completes a subprogram?
  24. END SUB
  25.