Which of the following is not a logical function?Choose the correct option from the given options.
(a) OR
(b) AND
(c) NOT
(d) PROPER
Answers
Explanation:
PROPER is the right answer for your question bro
Answer:
Option (d) PROPER is not a logical function.
Explanation:
From the above question,
The frequent logical features include:
NOT: Takes a single enter and returns the contrary value. For example, NOT actual returns false.
AND: Takes two or extra inputs and returns actual if all inputs are true. For example, actual AND authentic AND false returns false.
OR: Takes two or greater inputs and returns real if at least one enter is true. For example, authentic OR false OR false returns true.
XOR: Takes two inputs and returns actual if precisely one enter is true. For example, genuine XOR false returns true, whilst genuine XOR real returns false.
NAND: Takes two or greater inputs and returns real if at least one enter is false. For example, NOT(true AND true) returns false, whilst NOT(true AND false) returns true.
NOR: Takes two or extra inputs and returns genuine if all inputs are false. For example, NOT(true OR true) returns false, whilst NOT(true OR false) returns false.
Logical features are crucial constructing blocks in programming and pc science, and are used in many purposes such as choice making, manipulate systems, and synthetic intelligence.
Hence,
Option (d) PROPER is not a logical function.
For more such related questions : https://brainly.in/question/22931190
#SPJ2