answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many inputs does a binary operation have?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is cross products?

in mathematics the cross products are the binary operation on two vectors in a 3dimensional Euclidean space that results in another vector which is perpendicular to the containing the 2 inputs vector.


What are the values of the four fundamental operation?

The four fundamental operation have no intrinsic value. As the name suggests, they are operators. In fact, they are binary operators, which means that they take two values as input and their output is a single value. That value will depend on the inputs.


What is the definition of commuitive property?

Communitative Property In mathematics an operation is commutative if changing the order of the operation does not change the end result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. ...


What is inverse in algebra?

Given a set and a binary operation defined on the set, the inverse of any element is that element which, when combined with the first, gives the identity element for the binary operation. If the set is integers and the binary operation is addition, then the identity is 0, and the inverse of an integer k is -k. If the set is rational numbers and the binary operation is multiplication, then the identity element is 1 and the inverse of any member of the set, x (other than 0) is 1/x.


What is a binary operation?

A binary operator is simply an operator that works with two operands (for example, two numbers). The binary operator is usually written between the two operands. Examples include the familiar operations of addition, subtraction, multiplication, or division - for example, in: 2 + 3 the "plus" is the binary operator, which works on the two numbers written on either side of it. What is an operator: Basically a function (calculation rule), written in a special way.

Related questions

AND 20013 and 222692?

The binary AND operation has two inputs and one output.The binary AND operation will always produce a 1 output if both of its inputs are 1 and will produce a 0 output if one or both of its inputs are 0.In binary20013 = 100111000101101222692 = 110110010111100100When you perform an AND on these you get17444 = 100010000100100


How do you find a product of a decimal number?

A single number cannot have a product: a product is the result of a BINARY OPERATION and this means that it must have two inputs.


How many don't care inputs are there in a binary coded decimal adder?

312


What is cross products?

in mathematics the cross products are the binary operation on two vectors in a 3dimensional Euclidean space that results in another vector which is perpendicular to the containing the 2 inputs vector.


What are the values of the four fundamental operation?

The four fundamental operation have no intrinsic value. As the name suggests, they are operators. In fact, they are binary operators, which means that they take two values as input and their output is a single value. That value will depend on the inputs.


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

Logic gate


Different operations done using rdbms?

different rdbms operations are delete,update easily and other u find on some other site. •Insert : unary operation •Delete : unary operation •Update : unary operation •Select : unary operation •Project : unary operation •Join : binary operation •Union : binary operation •Intersection : binary operation •Difference : binary operation


What does scale of operation mean?

= What is the size of the operation


How many combinations of bits are exist when you make a truth table of 9 inputs?

9 binary input lines ==> 512 different input 'words'


Why do you use binary system in digital electronics?

because binary system is the easy way to understand the inputs and outputs. and it has inly two values 1 or 0;


An example of binary operation which is commutative but not associative?

NAND


Define half adder and full adder?

From wikipedia: A half adder is a logical circuit that performs an addition operation on two binary digits. The half adder produces a sum and a carry value which are both binary digits. A full adder is a logical circuit that performs an addition operation on three binary digits. The full adder produces a sum and carry value, which are both binary digits. It can be combined with other full adders or work on its own.