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

1 Answer

Answer :

b. Division algorithm

Related questions

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

Last Answer : All of these

Description : Which algorithm is a divided and conquer algorithm that is asymptotically faster: a. Simple algorithm b. Specific algorithm c. Strassen algorithm d. Addition algorithm

Last Answer : c. Strassen algorithm

Description : Which instruction are arranged as per the protocols of memory reference format of the input file in a simple ASCII sequence of integers between the range O to 99 separated by spaces without formatted text ... : a. Memory reference instruction b. Memory reference format c. Both d. None of these

Last Answer : a. Memory reference instruction

Description : How many main approaches to algorithm for division: a 2 b 3 Cc. 4 d 5

Last Answer : a 2

Description : Which are the algorithm based on add/subtract and shift category: a. Restoring division b. Non-restoring division c. SRT division d. Allofthese

Last Answer : d. Allofthese

Description : Which algorithm are used depending on the size of the numbers: a. Simple algorithm b. Specific algorithm c. Both d. None of these

Last Answer : b. Specific algorithm

Description : In conversion to reverse polish notation the __and__ operations are performed at the end. a. Addand subtract b Subtract and multiplication 9 Multiplication and subtract a All of these

Last Answer : a. Addand subtract

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 : 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 : 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 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 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 : The basic application of an ‘AND’ gate in computers is for: (1) addition (2) subtraction (3) multiplication (4) division

Last Answer : multiplication

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 : Which algorithm is named after Volker Strassen: a. Strassen algorithm b. = Matrix algorithm c. Both d. None of these

Last Answer : a. Strassen algorithm

Description : Strassen algorithm was publishedin a 1967 b. 1969 c. 1987 d. 1980

Last Answer : b. 1969

Description : How many algorithm based on add/subtract and shift category: a. 2 b 64 ec. 8 d 6

Last Answer : ec. 8

Description : ___uses various symbols to represent function within program and is __ _representation: a. Flowchart, pictorial b. Algorithm, pictorial c. Pictorial, flowchart d. None of these

Last Answer : a. Flowchart, pictorial

Description : Avoid crossing flow lines. a. Flowchart b. Algorithm c. Botha &b d. None of these

Last Answer : a. Flowchart

Description : is useful to prepare detailed program documentation: a. Flowchart b. Algorithm c. Botha &b d. None of these

Last Answer : a. Flowchart

Description : ___in all digital systems actually performs addition that can handle only two number at a time: a Register b. circuit c digital d. — Allof these

Last Answer : b. circuit

Description : Which addition is performed in the same manner as decimal addition: a. Binary b. Decimal c. Both d. None of these

Last Answer : a. Binary

Description : Which machine can perform addition operation in less than 1 ms: a. Digital machine b. Electronic machine c. Both d. None of these

Last Answer : a. Digital machine

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

Last Answer : c. Subtraction

Description : How many types of addition in the 2’s complement system. a. 3 b 4 c. 5 d. 6

Last Answer : b 4

Description : Which are the types of addition in the 2’s complement system: a. Both number positive b. A Positive number and a smaller negative number c. Anegative number and a smaller positive number

Last Answer : b. A Positive number and a smaller negative number

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 : In arithmetic operation numbers of register and the circuits for addition at a. ALU b. MAR c. Both d. None

Last Answer : a. ALU

Description : The simple procedure istouse a. Binary-triplet method b. Decimal-triplet method c. Octal-triplet method d. __ Allof these

Last Answer : a. Binary-triplet method

Description : following are structured programs written in simple structures. a Sequence b. Selection c. Iteration d. All of these

Last Answer : d. All of these

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 : 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 : Compute the value of adding the following two fuzzy integers: A = {(0.3,1), (0.6,2), (1,3), (0.7,4), (0.2,5)} B = {(0.5,11), (1,12), (0.5,13)} Where fuzzy addition is defined as μA+B(z) = maxx+y=z (min(μA(x), μB( ... ,18)} (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)}

Last Answer : (D) {(0.3,12), (0.5,13), (0.6,14), (1,15), (0.7,16), (0.5,17), (0.2,18)} 

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 : On a set N of all natural numbers is defined the relation R by a R b iff the GCD of a and b is 2, then R is -Maths 9th

Last Answer : (c) Symmetric only Let a ∈N. Then (a, a) ∉R as the GCD of a' and a' is a' not 2. R is not reflexive Let a, b ∈N. Then, (a, b) ∉R ⇒ GCD of a' and b' is 2 ⇒ GCD of b' and a' is 2 ⇒ (b, a) ∈R ∴ R ... , let a = 4, b = 10, c = 12 GCD of (4, 10) = 2 GCD of (10, 12) = 2 But GCD of (4, 12) = 4.

Description : Compute the greatest common divisor (GCD) of numbers in Python -Web-Development

Last Answer : answer:

Description : What is the full form of GCD ?

Last Answer : GCD = greatest Common Divisor.