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