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

1 Answer

Answer :

XOR

Related questions

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

Last Answer : addition and subtractio

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 : 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 : The ________ rate defines thenumber of dataelements sent in1s; the______ rate is the numberof signalelements sent in 1s. A) data; signal B) signal; data C) baud; bit D) none of the above

Last Answer : data; signal

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 : 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 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 are arithmetic operation are. Addition oS Subtraction Multiplication Division All of these None of these

Last Answer : All of these

Description : In the illustration, the the device E is the______. EL-0033 A. bimetal strip B. moving contact C. trip bar D. handle

Last Answer : Answer: C

Description : The cash bag should always be sent to the account office by the BPM enclosed on the______ a) BO daily account b) SO daily account c) BO Slip d) SO slip

Last Answer : a) BO daily account

Description : The rate for a discrete source is simply the______. a. Entropy b. Loss c. Noise d. Distortion

Last Answer : a. Entropy

Description : Why is the XOR problem exceptionally interesting to neural network researchers? a) Because it can be expressed in a way that allows you to use a neural network b) Because it is complex ... solved by a single layer perceptron d) Because it is the simplest linearly inseparable problem that exists.

Last Answer : d) Because it is the simplest linearly inseparable problem that exists.

Description : This set of Artificial Intelligence MCQs focuses on Neural Networks - 2 . 1. Why is the XOR problem exceptionally interesting to neural network researchers? a) Because it can be expressed in ... by a single layer perceptron d) Because it is the simplest linearly inseparable problem that exists.

Last Answer : d) Because it is the simplest linearly inseparable problem that exists.

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 : Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each perceptron can partition off a linear part of the space itself, and they can then combine their results. ... have to be explicitly hand-coded d) False - just having a single perceptron is enough

Last Answer : c) True – perceptrons can do this but are unable to learn to do it – they have to be explicitly hand-coded

Description : Which of following are known as universal gates (A) NAND & NOR. (B) AND & OR. (C) XOR & OR. (D) None.

Last Answer : Ans: A NAND & NOR are known as universal gates, because any digital circuit can be realized completely by using either of these two gates.

Description : A universal logic gate is one, which can be used to generate any logic function. Which of the following is a universal logic gate? (A) OR (B) AND (C) XOR (D) NAND

Last Answer : Ans: D NAND can generate any logic function.

Description : Consider a single perception with weights as given in the following figure: The above perception can solve (A) OR problem (B) AND problem (C) XOR problem (D) All of the above

Last Answer : (B) AND problem

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 : What will be the hexadecimal value in the register ax (32-bit) after executing the following instructions? Mov al, 15 Mov ah, 15 Xor al, al Mov cl, 3 Shr ax, cl Codes: (A) 0F00 h (B) 0F0F h (C) 01E0 h (D) FFFF h

Last Answer : (C) 01E0 h

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 : How To Use 3 Five Times To Make 31 with multiplication division addition and subtraction?

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

Description : The chief reason why digital computers use complemented subtraction is that it (A) Simplifies the circuitry. (B) Is a very simple process. (C) Can handle negative numbers easily. (D) Avoids direct subtraction.

Last Answer : Ans: C Using complement method negative numbers can also be subtracted.

Description : What is the best way to teach kindergarteners subtraction?

Last Answer : Forget the blackboard. Use raisons or M & M’s. They are very young for the standard written math conventions, but that is the only way you should be writing the equations.

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

Last Answer : Drop the 'S'.

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 : What is the formula for the subtraction of two squares ?

Last Answer : Subtraction of squares of two signs = sum of two signs * subtraction of two signs.

Description : What is subtraction ?

Last Answer : Subtraction is a mathematical rule by which the difference between two numbers is determined.

Description : What is meant by sublimation ? What is subtraction ?

Last Answer : The process by which a substance is heated from a solid to a gaseous state without being turned into a liquid and when it is cooled from a gaseous state to a solid is called a precipitation.

Description : What is subtraction reaction ?

Last Answer : The reaction in which a compound or element breaks down to form more than one element or compound is called subtraction reaction.

Description : What is subtraction verb ?

Last Answer : The reaction in which an element or compound breaks down to form more than one element or compound is called subtraction reaction.

Last Answer : : Sometimes there is an extra part below the scalp in addition to the 5 parts of the flower, it is called scalp.

Last Answer : : The process by which an element breaks down into more than one element or compound is called subtraction

Last Answer : of the pond In the water Different Fungus, Bacteria Dead As Live By them _ Separator Says.