answersLogoWhite

0


Best Answer

AND and NOT; OR and NOT; EQU and NOT; XOR

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Any possible binary logic function can be implemented using only?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Why sustraction operation is not used in arthimatic logic unit?

Subtraction in binary can be implemented by adding the 1's complement, and ignoring the overflow flag. Thus there is no need for a separate subtraction function if addition and 1's complement are available.


Why we use only ''0'' and ''1'' in logic?

Binary logic has only two possible values:TRUE or FALSE and these are coded as 1 and 0.


What machine uses binary logic to process information?

Computers use binary logic to process information.


What are the application of programmable array logic?

Programmable array logic is used for designing the digital circuits easily.for example large function which has several variable can easily implemented by using programmable array logic.These are the type of PLD's programmable logic devices.


What sum of product expression can be implemented logic gates?

AND-OR


What is logic 0 and logic 1?

Logic 0 and logic 1 are the two states in digital (or binary) logic. A binary numbering system has but two numbers: 0 and 1. In contrast, we use a decimal system with 10 numbers: 0 to 9. The area of algebra that addresses binary (2-state) logic is called Boolean. In Boolean a logic 0 may be refered to as 'low', 'off' or 'false'; a logic 1 as 'high', 'on' or 'true'. Boolean logic is the foundation of digital electronics.


What type of statement is made in an if then format?

Binary logic.


What is self dual logic function?

A self-dual logic function is a function that is identical to its dual


What is the device that produces a single binary output based on one or more binary inputs?

Logic gate


A logic gate is an electronic circuit?

A: It is and it can be as simple as a diode resistor or as complex as an IC. A gate is also a function and you cannot get one without the other. Logic gates can also be implemented with several nonelectronic technologies, fluidics (a type of hydraulics) is one of these.


Why it is called as logic function generator?

this generator operates using logical function thats why is called as logic function generator


Explain why Boolean logic is so important for computers?

Because computers uses binary as its language. And programs are representation of logic.