Section 11.11 Vocabulary
- stream:
- An abstract model of data produced in one place (like a keyboard or file) and consumed piece by piece in another (like a program).
- token:
- The smallest unit of source code, such as an individual word, literal value, or symbol.
- working directory:
- The directory (folder) where a program is being executed. It may be different than where the program itself is located. When a program reads or writes files, it is to the working directory
You have attempted of activities on this page.