Encapsulated {Ans: Programmers say the statements that are contained in a module have been ____.}Self-documenting {Ans: Programmers refer to programs that contain meaningful names as ____.}Identifier {Ans: A variable's name}Pascal {Ans: When the first letter of a variable name is uppercase, as in HourlyWage, the format is known as ____ casing.}Temporary {Ans: A ____ variable is not used for input or output, but instead is just a working variable that you use during a program's execution.}False {Ans: Most modern programming languages require that program statements be placed in specific columns. (True/False)}False {Ans: At any moment in time, a variable can hold more than one value. (True/False)}Variables {Ans: Named memory locations whose contents can vary or differ over time}Mnemonic {Ans: You can also refer to a variable name as a ____.}Data dictionary {Ans: A list of every variable name used in a program, along with its type, size, and description}False {Ans: Programmers generally write programs as one long series of steps. (True/False)}Annotation symbol {Ans: An ____ is most often represented by a three-sided box that is connected to the step it references by a dashed line.}Echoing input {Ans: