answersLogoWhite

0


Best Answer

Only the presentation. The math is the same.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between binary form and the Russian peasant method?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between binary tree?

fish!


Is there a difference between binary fusion and cell division?

Yes


What is the difference between binary heap and binomial heap?

The difference between Binomial heap and binary heap is Binary heap is a single heap with max heap or min heap property and Binomial heap is a collection of binary heap structures(also called forest of trees).


Difference between a well and flat slide?

it is called a binary fission


What is the difference between binary and general semaphores?

the differents is the bathroom time


What is the difference between unary and binary?

In programming a unary and binary operator defines how many components make up an expression.


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.


What is the difference between a spectroscopic binary star and visual binary star?

You can see both visual binary stars with a telescope while spectroscopic binary stars appear as one star through a telescope.


Difference between binary data and digital data?

only difference is that binary is only consists of 0 and 1 bits,where as digital means it may either contain binary bits (0,1), or contain the numeric digit (0-9), mainely digital means just the number between 0 to 9


What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.


What is the difference between a number system and a binary system?

A binary system is a special type of a number system. The binary system uses only two digits, other number systems use more.


What is the difference between strictly binary tree and complete binary tree?

Complete Binary tree: -All leaf nodes are found at the tree depth level -All nodes(non-leaf) have two children Strictly Binary tree: -Nodes can have 0 or 2 children