Computer Science, asked by jaspratham1194, 10 months ago

Name three logical operators used by arithmetic and logic unit

Answers

Answered by smartbrainz
2

The three logical operators used by Arithmetic and Logical Unit are AND, OR and NOT

  • The Arithmetic and Logical Unit is a part of the Central Processing Unit (CPU) that deals with arithmetic and logical operations.
  • The three operators used in these operations are AND, OR and NOT. These operators are used to perform comparisons and make decisions based on multiple conditions.
  • AND operator evaluates to true if both the conditions are satisfied.
  • OR operator evaluates to true if either of the conditions is satisfied. If the first condition returns true then the remaining condition is not evaluated at all.
  • NOT operator is used to convert true values to False and vice-versa.

To know more about Logical Operators, visit:

https://brainly.in/question/2427275  

Similar questions