click below
click below
Normal Size Small Size show me how
vocab 5
| Term | Definition |
|---|---|
| Accumulator | A variable used to store a number that is incremented by a changing amount |
| Concatenated | Strings that have been joined |
| Concatenation | The process of joining two or more strings into one string |
| Flag | A condition used to signify that a loop should stop executing |
| Infinite loop | A loop that continues forever |
| Input box | A predefined dialog box that accepts input from the user |
| Iteration | See looping |
| Loop | A set of statements that executes a loop as long as a condition is true |
| Loop structure | Repeating one or more statements |
| Looping | Properties and methods of a class |
| Method | A procedure in a class |
| Object | A variable that is declared with a data type that is a class |
| Structure | A simple form of a class |
| Substring | A portion of a string |
| Textual comparison | Comparing characters without distinguishing case |
| Unicode | A digital code that represents every letter of an alphabet symbols of every culture. Each code uses 16 its or 2 bytes |