ACP (MIDTERMS) Questions and answers, 100% Accurate. verified
ACP (MIDTERMS) Questions and answers, 100% Accurate. verified literal - -used to indicate a specific value, which can be assigned to a variable identifiers - -different names for variables/ might be followed by any sequence of letters, digits, or underscores reserved words/keywords - -Identifiers that are part of the built-in syntax of a language. implicit data conversion - -takes place automatically during run time between ONLY numeric values module/script - -programs usually created by typing definitions into a separate file called __________ programming environment - -A special computer program that provides facilities to make programming easier IDLE - -the standard python distribution includes a programming environment called _________ that you can use for working on the programs operators - -used to form and combine expressions into more complex expressions strings - -letters, special characters, spaces, digits/ enclose in quotation marks or single quotes output - -used to print stuff to console input - -gives you a string so must cast if working with numbers indentation - -matters in python/ how you denote blocks of code while and for loops - -iterate through numbers in a sequence break statement - -Immediately exit from switch structure/ skips remaining expressions in code block control statements - -statement that determines the control flow of a set of statements control structure - -is a set of statements and the control statements controlling their execution Boolean data type - -contains two Boolean values, denoted as true and false Boolean expression - -in programming, an expression that evaluates to True or False. relational operator - -to evaluate a boolean expression lexicographical ordering - -for string comparison if-else statement - -allows your program to perform one action if the Boolean expression evaluates to true and a different action if the Boolean expression evaluates to false.
Document information
- Uploaded on
- August 14, 2023
- Number of pages
- 4
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers