KTXWD 4.1 Introduction to Microcontrollers

123456789101112131415161718
Across
  1. 1. Timing required for asynchronous serial communication; expressed in bits per second (bps).
  2. 2. LOOP A command in PBASIC that tells a series of commands to loop endlessly.
  3. 3. 4 bits. Can have values from 0 to 15.
  4. 5. A command in PBASIC that clears the Debug screen.
  5. 8. A microcomputer used for precise process control in data handling, communication, or manufacturing.
  6. 11. A command in PBASIC that sends text and values to the screen.
  7. 14. A command in PBASIC that is used to transmit asynchronous serial data; an example is that of a servo motor.
  8. 15. A modifier in PBASIC that designates a variable as being a decimal number.
  9. 17. 8 bits. Can have values in range from 0 to 255.
  10. 18. A modifier in PBASIC that designates a variable as being a hexadecimal number.
Down
  1. 1. Beginners' All-purpose Symbolic Instruction Code
  2. 2. Process of letting a program know that you plan to use a variable, what you want to call it, and how big it is.
  3. 4. Command in PBASIC that is a type of loop that depends on a variable to act as a counter. A series of commands will run until the counter number is reached.
  4. 6. Smallest number in binary. Can only have the value of 0 or 1.
  5. 7. A set of computer instructions to perform a given operation or solve a given problem.
  6. 9. A line of text in a computer program that is ignored by the computer. Comments are used to explain programs to humans.
  7. 10. A command in PBASIC that tells a computer to continue the last command for a given number of milliseconds.
  8. 12. A modifier in PBASIC that designates a variable as being a binary bit.
  9. 13. 16 bits. Can have values from 0 to 65,535.
  10. 14. The rules governing the structure of statements used in a program.
  11. 16. A command in PBASIC that moves the Debug screen down one line. Also called a carriage return.