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

1 Answer

Answer :

multiplication

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 : 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 : 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 : 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, __________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 : 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 : 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 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 : 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 : 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 : 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 : 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 : 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 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 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 : In a Rankine cycle, regeneration results in higher efficiency because (a) Pressure inside the boiler increases [GATE-2003] (b) Heat is added before steam enters the low pressure turbine (c) ... temperature of heat addition in the boiler increases (d) Total work delivered by the turbine increases 

Last Answer : (c) Average temperature of heat addition in the boiler increases  

Description : The efficiency of superheat Rankine cycle is higher than that of simple Rankine cycle because [GATE-2002] (a) The enthalpy of main steam is higher for superheat cycle (b) The mean temperature of heat ... temperature of steam in the condenser is high (d) The quality of stem in the condenser is low 

Last Answer :  (b) The mean temperature of heat addition is higher for superheat cycle  

Description : Which of the listed logic gates is considered to be a BASIC building block (basic logic gate) used in logic diagrams? A. NAND B. OR C. NOR D. All of the above.

Last Answer : Answer: B

Description : The basic logic gate whose output is the complement of the input is the: - a) OR gate b) AND gate c) inverter d) comparator

Last Answer : The basic logic gate whose output is the complement of the input is the: -  inverter

Last Answer : In integrated circuit electronics the basic universal gate is AND gate.

Description : basic gate drive circuit of GTO

Last Answer : basic gate drive circuit of GTO

Description : Interference in thin film is mainly because of (a) Division amplitude (b) Division of wave fronts (c) Addition of amplitude (d) Addition of wave fronts

Last Answer : (a) Division amplitude

Description : Interference in thin film is mainly because of A. Division amplitude B. Division of wave fronts C. Addition of amplitude D. Addition of wave fronts

Last Answer : A. Division amplitude

Description : Alternating voltages and phasors phasor addition and division (Problem 3)

Last Answer : Alternating voltages and phasors phasor addition and division (Problem 3)

Description : The basic operations performed by a computers are- 1) Arithmetic Operation 2) Logical Opertaion 3) Storage and Relative 4) All the above

Last Answer : 4) All the above

Description : The basic operations performed by a computers are 1 Arithmetic Operation 2 Logical Opertaion 3 Storage and Relative 4 All the above

Last Answer : 4 All the above

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 : 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.

Last Answer : Bacteria , fungi Etc. Microorganisms Plants, Of animals Waste Substance, Corpses From Food Acceptance By And In the end All this Waste Detached Become Soil Or Of water With Mixed Goes. This Mixed ... Again Food Material As Acceptance To do Possible Is. So This To microorganisms To say Is Separator.