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

1 Answer

Answer :

Answer : B

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 : Each set of Napier’s bones consisted of rods. A) 5 B) 9 C) 11 D) 13

Last Answer : Answer : C

Description : The Stepped Reckoner was invented by A) John Napier B) William Oughtred C) Gottfried Leibnitz D) Blaise Pascal

Last Answer : Answer : C

Description : Describe Napier’s Bone and Slide Rule. 

Last Answer :  Napier's Bone:  It was a calculating device invented by John Napier (Scottish Mathematician) in 1614.  It consisted of a wooden box containing rotating cylinders having digits from 0-9.  ... solve problem of multiplications and divisions.  It has 3 parts. Slide, Rule and Sliding Cursor. 

Description : What does the stepped reckoner do that to pascals machine couldn't?

Last Answer : Need answer

Description : Napier’s Bones were invented in A) 1614 B) 1617 C) 1620 D) None of above

Last Answer : Answer : B

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 : What is Napier’s Bones?

Last Answer : Ans. John Napier created a device using rods to perform arithmetic calculations that is called Napier’s Bones.

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

Last Answer : multiplication

Description : Which of the following device was not invented by Babbage? A) Pascaline B) Difference Engine C) Analytical Engine D) None of above

Last Answer : Answer : A

Description : When was Pascaline invented? A) 1617 B) 1620 C) 1642 D) 1837

Last Answer : Answer : C

Description : Herman Hollerith developed a machine called________ (A) Pascaline (B) Analytical engine (C) Census Tabulator (D) Tabulating Machine

Last Answer : (D) Tabulating Machine

Description : Which of the following was a small experimental machine based on Neumann’s stored program concept? (A) Analytical engine (B) Pascaline (C) Manchester Mark I (D) None of the Above

Last Answer : (C) Manchester Mark I

Description : What do you know about Pascaline Calculator?

Last Answer : Pascal invented a machine that had a system of gears. Numbers could be entered and cumulative sums obtained by cranking a handle.

Description : Who devised the calculator known as the step reckoner?

Last Answer : What is the answer ?

Description : Slide Rule (1822) What ?

Last Answer : : In 1822, William Oughtred of Germany invented the circular slide rule using John Napier's method . Sliderolls were used for division , multiplication , root , logarithm and trigonometry. Before the invention of the pocket calculator it was a tool commonly used in science and engineering.

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 : How do you make the number 7 even without addition, subtraction, multiplication, or division? -Riddles

Last Answer : Drop the 'S'.

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

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

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 : 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 : Who invented mechanical calculator called Pascaline? -Technology

Last Answer : Pascaline, also called Arithmetic Machine, the first calculator or adding machine to be produced in any quantity and actually used. The Pascaline was designed and built by the French mathematician-philosopher Blaise Pascal between 1642 and 1644.

Description : Who invented the mechanical calculator called Pascaline ?

Last Answer : Answer : Blaise Pascal invented a mechanical calculator called Pascaline .

Description : what are the numbers 3 and 5 callde in the multiplication sentence 3x5 =15?

Last Answer : they are called multiplicands

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 multiplication numbers equal 71?

Last Answer : 1 times 71 = 71 which is also a Prime number

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 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 : Mathematicians and others -- can you still use a slide rule?

Last Answer : answer:We had a couple at home when I was growing up, so I learned (to satisfy my curiosity) even though they had long since been replaced by calculators by the time I got to ... skills/principles, like vernier calipers and tapes that measure diameter (not circumference) when wrapped around a tree.

Description : What three words were carved on a statue of Dion?

Last Answer : Need answer

Description : How were the lakes shaped and carved out in Cordillera?

Last Answer : What is the answer ?

Description : The highly polished monolithic Ashokan Pillars were carved out of single pieces of a buff-coloured sandstone, usually mined from the quarries of?

Last Answer : Chunar near Mirzapur

Description : Radioimmunoassay (RIA) is a therapy used - (1) to cure lung cancer (2) to cure AIDS (3) to cure fractures in bones (4) to detect antibodies and hormones present in the blood samples

Last Answer : (4) to detect antibodies and hormones present in the blood samples Explanation: Radioimmunoassay (RIA) is a very sensitive in vitro assay technique used to measure concentrations of antigens (for ... licensing, since radioactive substances are used. Today it has been supplanted by the ELISA method.

Description : Radioimmunoassay (RIA) is a therapy used (1) to cure lung cancer (2) to cure AIDS (3) to cure fractures in bones (4) to detect antibodies and hormones present in the blood samples

Last Answer : to detect antibodies and hormones present in the blood samples

Description : “Each electron in an atom must have its own unique set of quantum numbers” is a statement of--------? A. Aufbau principle B. Pauli exclusion principle (Answer) C. Hund’s rule D. Periodic law

Last Answer : B. Pauli exclusion principle (Answer)

Description : In the following question from among the given alternative select the one in which the set of numbers is most like the set of number given in the questions. GiveSet:(4, 25, 81) 16. (a) (4, 36, 79) ... . Which of the following series observes the rule? (a) BAFHTU (b) ACEGJL (c) ACFJOU (d) ADFHJL

Last Answer : 16. (c) 17. (c)

Description : When was the last time you carved a jack-o-lantern?

Last Answer : answer:This is my favorite month, thanks to Halloween (my favorite holiday). We watch scary movies all month long. We watched 3 tonight (watching The Blair Witch Project at the moment). We are doing the carving ... for us. That's ok though, because we wouldn't be home. We'll be out getting candy.

Description : What should my last carved pumpkin be?

Last Answer : A skeleton would be awesome. Also… I carved pumpkins in college. You’ll figure it out if it’s something you want to do!

Description : How do you keep a carved pumpkin "fresh?"?

Last Answer : check this out”

Description : From what type of wood was Pinocchio carved out of do you think?

Last Answer : Who nose? I certainly don’t. (I hope that it wasn’t Stinkwood.)

Description : Do you think a hollow stone surface carved out in the exact shape of your body would be as comfortable to lie on as a mattress?

Last Answer : Of course not. Who the heck doesn’t move – at all, ever – while sleeping?