In modulo-2 arithmetic, __________give the sameresults.
A)
addition and multiplication
B)
addition and division
C)
addition and subtraction
D)
none of the above

1 Answer

Answer :

addition and subtractio

Related questions

Description : The first calculator that can perform all four arithmetic operations(Addition, Subtraction, Multiplication, Division) was known as______ (A) Pascaline (B) Slide Rule (C) Step Reckoner (D) None of the Above

Last Answer : (C) Step Reckoner

Description : which are arithmetic operation are. Addition oS Subtraction Multiplication Division All of these None of these

Last Answer : All of these

Description : In modulo-2 arithmetic, we use the______ operationfor bothaddition and subtraction. A) XOR B) OR C) AND D) none of the above

Last Answer : XOR

Description : How do you make the number 7 even without addition, subtraction, multiplication, or division? -Riddles

Last Answer : Drop the 'S'.

Description : How To Use 3 Five Times To Make 31 with multiplication division addition and subtraction?

Last Answer : 33 - (3+3)/3 = 31.

Description : In the absence of parentheses, the order of operation is a) exponentiation, addition of subtraction, muliplication of division b) addition or subtraction, multiplication or division, ... subtraction d) exponentiation, multiplication or division, addition of subtraction e) None of these

Last Answer : d) exponentiation, multiplication or division, addition of subtraction

Description : What type of instructions permit addition, subtraction, multiplication, and division?

Last Answer : Arithmetic.

Description : Shifting a register content to left by one bit position is equivalent to (A) division by two. (B) addition by two. (C) multiplication by two. (D) subtraction by two

Last Answer : (C) multiplication by two.

Description : Write a program to accept two numbers from user and perform addition, subtraction, multiplication and division operations using pointer.

Last Answer : #include #include void main() { int no1,no2,*ptr1,*ptr2,result; clrscr(); printf("Enter no1:"); scanf("%d",&no1); printf("\nEnter no2:"); scanf("%d",&no2); ptr1=&no1; ptr2=&no2; ... "\n Multiplication=%d",result); result=*ptr1/(*ptr2); printf("\n Division=%d",result); getch(); }

Description : The basic application of an ‘AND’ gate in computers is for: (1) addition (2) subtraction (3) multiplication (4) division

Last Answer : multiplication

Description : In modulo-2 arithmetic, we use only ______. A) 1and 2 B) 0and 2 C) 0and 1 D) none of the above

Last Answer : 0and 1

Description : In modulo-11 arithmetic, we use only the integers inthe range ______, inclusive. A) 1to 10 B) 1to 11 C) 0to 10 D) none of the above

Last Answer : 0to 10

Description : Find a letter from the Bengali alphabet , which is divided into two numbers by addition , subtraction , multiplication , 12 , 8 , 26 and 3, respectively, what is the letter ?

Last Answer : The letter ' ঔ ' ... If you divide it side by side, 9 above and 3 below. Which is 9 + 3 = 12 , 9-3 = 8 , 9 * 3 = 26 , 9/3 = 3.

Description : Which is an algorithm or techniques used to multiply two numbers. a. Addition algorithm b. Subtraction algorithm c. Multiplication algorithm d. __ Allof these

Last Answer : c. Multiplication algorithm

Description : Which operations are used for addition, subtraction, increment, decrement and complement function: a. Bus b. Memory transfer c. Arithmetic operation d. Allof these

Last Answer : d. Allof these

Description : Which algorithm includes repeated addition of two predetermined values A and S to a product P and then performs a rightward arithmetic shift on P. a. Booth’s algorithm b. Usual algorithm c. Multiplication algorithm d. None of these

Last Answer : a. Booth’s algorithm

Description : Which algorithm is used to find GCD of two integers. a. Multiplication algorithm b. Division algorithm c. Addition algorithm d. Simple algorithm

Last Answer : b. Division algorithm

Description : In Stop-and-Wait ARQ, we use sequence numbers to number the frames. The sequence numbers are based on __________arithmetic. A) modulo-2 B) modulo-4 C) modulo-m D) none of the above

Last Answer : modulo-2

Description : Adding 1 and 1 in modulo-2arithmetic results in _________. A) 1 B) 2 C) 0 D) none of the above

Last Answer : 0

Description : Hidden in the poem below, a manly name you'll seek; just read and listen to the rhyme, but please, don't take a week! MYSTERY POEM: I do not mind addition; I'll tolerate subtraction; but try not to ... you use, just makes me want some Tums. What is the man's name you hear in the rhyme? -Riddles

Last Answer : The name you'll hear is MATTHEW.

Description : Addition: ::subtraction:?

Last Answer : you have to do column addition or subtraction putting it in the right column thousand column,hundreds column,tens column or ones as we call it unis

Description : is the inverse operation of addition: a. Addition b. Multiply c. Subtraction d. Divide

Last Answer : c. Subtraction

Description : Do you agree with Keith Devlin that multiplication should not be taught as repeated addition?

Last Answer : I think multiplication can be more easily understood if students are taught to look at multiplication tables as a pattern. I struggled with multiplication until I took my first algebra class when I ... done. So yes, I agree that teaching multiplication as repeated addition is not a great idea.

Description : What property allows us to switch the multiplication and addition terms?

Last Answer : yes

Description : Which algorithm is used for matrix multiplication: a. Simple algorithm b. Specific algorithm c. Strassen algorithm d. Addition algorithm

Last Answer : c. Strassen algorithm

Description : Which algorithm is used as a general variant of a theorems, in the domain of integral numbers: a. Multiplication algorithm c. Addition algorithm d. Simple algorithm

Last Answer : c. Addition algorithm

Description : Develop a simple ‘C’ program for addition and multiplication of two integer numbers.

Last Answer : #include<stdio.h> #include<conio.h> void main() { int a,b,add,mul; clrscr(); printf("Enter value for a and b:"); scanf("%d%d",&a,&b); add=a+b; ... b=%d\n",add); printf("\Multiplication of a and b=%d",mul); getch(); }

Description : Did you ever realize that long division is the reverse operation of multiplication?

Last Answer : Kinda always known this. However, by all means teach this. I took a grotesque amount of math in High School and College and I have tutored all three of my sisters kids in math for the last decade. In high ... taught how.. In college I learned the why . The latter is a hell of a lot more valuable.

Description : Which German mathematician developed a more advanced mechanical calculator capable of multiplication and division using wheels and rods based on Pascal's instrument ?

Last Answer : German mathematician Gottfried von Leibniz developed a more sophisticated mechanical calculator capable of multiplication and division using wheels and rods based on Pascal's instrument.

Description : How do you check an equivalent fraction with multiplication and division?

Last Answer : If you start with a fraction p/q and are told that x/y is anequivalent fraction, then the simplest check is to cross-multiply:p*y must be equal to q*x.

Description : Is quotient a division word or a multiplication word?

Last Answer : It is a division word. The quotient is the result you get whenyou divide a number (dividend) by another number (divisor).

Description : What is the key word in multiplication or a division word problem called?

Last Answer : One possibility is the "answer".

Description : A set of rods where numbers were carved and used for multiplication and division aids is known as A) Pascaline B) Napier’s Bones C) Stepped Reckoner D) Slide Rule

Last Answer : Answer : B

Description : Actual data processing operations are performed in the arithmetic logic section, but not in the “. Storage section of a processor unit a. Primary b. Accumulator c. Buffer d. Secondary

Last Answer : Primary

Description : The secondary storage devices can only store data but they cannot perform a. Arithmetic Operation b. Logic operation c. Fetch operations d. Either of the above

Last Answer : Either of the above

Description : The central processing unit (CPU) consists of a. Input, output and processing b. Control unit, primary storage, and secondary storage c. Control unit, arithmetic-logic unit and primary storage d. Control unit, processing, and primary storage

Last Answer : Control unit, arithmetic-logic unit and primary storage

Description : The central processing unit (CPU) consists of a. Input, output and processing b. Control unit, primary storage, and secondary storage c. Control unit, arithmetic-logic unit and primary storage d. Control unit, processing, and primary storage

Last Answer : Control unit, arithmetic-logic unit and primary storage

Description : The first machine to successfully perform a long series of arithmetic and logical operations was; a. ENIAC b. Mark I c. Analytic engine d. UNIVAC-I

Last Answer : Mark

Description : Which was the computer conceived by Babbage? a. Analytical Engine b. Arithmetic Machine c. Donald Kunth d. All of above

Last Answer : Analytical Engine

Description : Pick the one that is used for logical operations or comparisons such as less than equal to or greater than. a. Arithmetic and Logic Unit b. Control Unit c. Both of above d. None of above

Last Answer : Arithmetic and Logic Unit

Description : The brain of any computer system is a. Control Unit b. Arithmetic Logic Unit c. Central Processing Unit d. Storage Unit

Last Answer : Central Processing Unit

Description : Central Processing Unit is combination of a. Control and storage b. Control and output unit c. Arithmetic logic and input unit d. Arithmetic logic and control unit

Last Answer : Arithmetic logic and control unit

Description : ALU is a. Arithmetic Logic Unit b. Array Logic Unit c. Application Logic Unit d. None of above

Last Answer : Arithmetic Logic Unit

Description : In one's complement arithmetic, if positive 7 is 0111, then negative 7 is ________. A) 1111 B) 1101 C) 1000 D) none of the above

Last Answer : 1101

Description : Checksums use_________arithmetic. A) two's complement arithmetic B) one's complement arithmetic C) either (a)or (b) D) none of the above

Last Answer : one's complement arithmetic

Description : Which error detection method usesone's complement arithmetic? A) Simple parity check B) Two-dimensionalparity check C) CRC D) Checksum

Last Answer : Checksum

Description : Which error detection method uses one's complement arithmetic? A. Simple parity check B. Two-dimensional parity check C. CRC D. Checksum

Last Answer : D. Checksum

Description : Help with math problem involving roots of a modulo operation?

Last Answer : Question: if x doesn’t divide N, what does “N (mod N/x)” mean?

Description : The number of flip-flops required to design a modulo-272 counter is: (A) 8 (B) 9 (C) 27 (D) 11

Last Answer : 9

Description : Could I get a critique of an addition to my Web site (knowledge of modular arithmetic required)?

Last Answer : I won’t comment on the math but there is a serious lack of contrast. It is amazingly hard to read.