Which two items are programming logic constructs? (Choose two.)
- Boolean operators
- Conditionals
- Arrays
- Dictionaries
- Libraries
Explanation & Hint:
Programming logic constructs are the building blocks that include the sequence or order in which instructions occur and are processed, the path a program takes when it is running, and the iteration (or repeated execution) of a section of code. Most programming languages include the following logic constructs: loops, conditionals, Boolean operators, string operators, and arithmetic operators. |