It means the operation has two sub-operations and it does not matter in which order they are done. An example is the addition of two numbers (but not the subtraction).
For example, 2+1=3, but also 1+2=3 so adding 1 and 2 is commutative.
It is a type of pointer dereference operation. If you have a pointer p to an object that has methods or attributes, you can say (*p).m to refer to the m method of the object, or you can say p->m to do the exact same thing.
Functions are used to carryon a specific task or to perform specific operation.
smh = "shaking my head"
A mechanical mechanism that can move automatically.
Explaine operation of UJT .
what is the commutative operation of addition
Assuming you mean definition, commutative is a property of an operation such that the order of the operands does not affect the result. Thus for addition, A + B = B + A. Multiplication of numbers is also commutative but multiplication of matrices is not. Subtraction and division are not commutative.
It means that "a operation b" is the same as "b operation a". For example, in standard addition, 1 + 2 is the same as 2 + 1.
Yes it is : a + b = b + a for all integers a and b. In fact , if an operation is called addition you can bet that it is commutative. It would be perverse to call an non-commutative operation addition.
Both union and intersection are commutative, as well as associative.
it depends how the operation is
NAND
what is commutative and distributed property mean
The commutative property states that changing the order of operands in a binary operation does not affect the result. More simply, and using more familiar terms: for addition, it means that A + B = B + A or for multiplication, A * B = B *A Subtraction and division are not commutative, nor is matrix multiplication.
No, it is not.
It works for some operations, for others it doesn't. Specifically, both addition and multiplication of real numbers are commutative.
Multiplication and addition of ordinary numbers is commutative: 2 + 3 = 3 + 2 = 5 5 * 7 = 7 * 5 = 35 It would be easy to jump to the conclusion that 'everything' is. But operations on clothes aren't: put on socks + put on shoes = ok put on shoes + put on socks = not so ok