Which two items are programming logic constructs? (Choose two.)

IT Questions BankCategory: Ethical HackerWhich two items are programming logic constructs? (Choose two.)

Which two items are programming logic constructs? (Choose two.)

  • Boolean operators
  • Conditionals
  • Arrays
  • Dictionaries
  • Libraries

Explanation: 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.

Exam with this question: 10.3.3 Quiz - Tools and Code Analysis Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments