answersLogoWhite

0


Best Answer

Modulo 2 arithmetic is another word for base 2. In computer terms this is referred to as binary. Binary uses only 1's and 0's. Due to electrical limitations of only on and off, the 1 represents on and the off represents 0's. Each number is a called a bit and 8 bits make a byte. While 1024 bytes make a kilobyte and so fourth.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is modulo 2 arithmetic in information systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is the multiplicative inverse of 2 of module 11?

In modulo 11 arithmetic, 6 is the multiplicative inverse of 2.


How do you prove that eleven plus two equals one and nine plus five equals two?

By using modulo (also known as clock) arithmetic. In this type of arithmetic, when the modulus is reached, the counting restarts back at zero - it is the same as the remainder when the number is divided by the modulus. In the case of this question, the modulus is 12: (11 + 2) MOD 12 = 13 MOD 12 13 ÷ 12 = 1 r 1 → 13 MOD 12 = 1 → (11 + 2) MOD 12= 1 (9 + 5) MOD 12 = 14 MOD 14 14 ÷ 12 = 1 r 2 → 14 MOD 12 = 2 → (9 + 5) MOD 12 = 2


What is an equivalence modulo?

An equivalence modulo is a relation between elements of a set, where two elements are considered equivalent if they have the same remainder when divided by a fixed number called the modulus. For example, in modulo 5 arithmetic, the equivalence class of 2 would include all numbers that leave a remainder of 2 when divided by 5: {2, 7, 12, 17, ...}. Equivalence modulo is often used in number theory and modular arithmetic.


Is math discovered or invented?

You can't 'invent' 1 + 1 = 2; it just does. On the contrary, 1 + 1 = 0 in mod(2) arithmetic 1 + 1 = 10 in base(2) arithmetic 1 + 1 = 1 in Boolean arithmetic 1 + 1 = [an arbitrary value] in group theory, depending on your choice of group. In fact, '1 + 1 = 2' is a consequence of selecting one particular set of rules to define one particular formal system. But there are lots of other systems that can be defined, and confusing 'Peano arithmetic' with 'mathematics' is like confusing 'Chess' with 'games'.


Is there a number system other than real numbers?

There are several that are especially important:integers: ..., -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, ...rational numbers: ie, numbers that can be written as quotients of integers, such as 1/2, 7/8, etc.irrational numbers: ie, numbers that cannot be written as quotients of integers, pi, for examplecomplex numbers: consisting of a pair of real numbers, and different arithmeticnumbers 'modulo' a prime, similar to clock arithmetic, where, for instance, 5+9=2 modulo 12.Some of these are subsets of the reals, others aren't.

Related questions

What is the purpose of using modulo 2 arithmetic rather than binary arithmetic in computing an FCS?

Any arithmetic process would work provided it is applied the same way in the forward and reverse process. Modulo 2 is easy to implement in hardware.


What is the multiplicative inverse of 2 of module 11?

In modulo 11 arithmetic, 6 is the multiplicative inverse of 2.


Why does twelve plus one equal one?

Normally it does not. It only does if you are working with congruence numbers, modulo 12. That is a rather technical way of saying you are using "clock" arithmetic. There are other such examples: modulo 7 for days of the week modulo 2 for ON/OFF are another two that most people are familiar with, even if they don't know that they are using modulo arithmetic!


What will b the remainder when minus 10 is divided by 3?

7


How do you prove that eleven plus two equals one and nine plus five equals two?

By using modulo (also known as clock) arithmetic. In this type of arithmetic, when the modulus is reached, the counting restarts back at zero - it is the same as the remainder when the number is divided by the modulus. In the case of this question, the modulus is 12: (11 + 2) MOD 12 = 13 MOD 12 13 ÷ 12 = 1 r 1 → 13 MOD 12 = 1 → (11 + 2) MOD 12= 1 (9 + 5) MOD 12 = 14 MOD 14 14 ÷ 12 = 1 r 2 → 14 MOD 12 = 2 → (9 + 5) MOD 12 = 2


What is an equivalence modulo?

An equivalence modulo is a relation between elements of a set, where two elements are considered equivalent if they have the same remainder when divided by a fixed number called the modulus. For example, in modulo 5 arithmetic, the equivalence class of 2 would include all numbers that leave a remainder of 2 when divided by 5: {2, 7, 12, 17, ...}. Equivalence modulo is often used in number theory and modular arithmetic.


What is the answer for 4 modulo 2?

It is 0.


How many flip flops are required for a modulo 19?

2^5 >19 > 2^4 32>19>16 so we use 5 flip flops for modulo 19


When is 11 2 1?

11 plus 2 is 1 when calculating in modulo 12.


What are examples of information systems?

There are various examples of information systems. A few of the examples are enlisted below: 1. Bank transaction processing systems 2. Knowledge management systems in educational setups 3. Database management systems in offices and libraries etc. 4. Office information systems 5.Stock control information system


What would the 5th Arithmetic mean be equal to if 8 Arithmetic Means are placed between 2 and 17?

It is not possible to place 8 arithmetic means between two numbers since they can have only one arithmetic mean not eight! The one-and-only arithmetic mean of 2 and 17 is (2+17)/2 = 9.5


Is -10 -6 -2 2 6 arithmetic or geometric or neither?

Its an arithmetic progression with a step of +4.