answersLogoWhite

0


Best Answer

This is the Algorithm use by CSMA/CD as a wait period to allow other devices on the network to access the media.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The truncated binary exponential back off algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is the answer to converting 125 binary back to a decimal?

That question is defective, and it has no answer.' 125 ' is not a binary number.A binary number never has a digit bigger than ' 1 ' in it.


How do you subtract 2 binary numbers?

An easy way is to convert them to decimal, subtract, then convert the answer back to binary.


Who invented the modern binary system?

Binary systems appear in many ancient cultures. The earliest is believed to be the I Ching, a Chinese philosophical text that dates back to the 9th century BC. Other early examples of binary systems include the Mangarevan invention of binary steps for arithmetic, Shao Yang's binary arrangement of hexagrams, and Pingala's work on prosody. The modern binary number system was studied by Gottfried Leibniz in 1679. Leibniz published a work in 1703 that describes the binary system of the Chinese and his own system of binary numbers. Leibniz attributed the invention of binary system to Fuxi.


In binary number system Is 2 used to represent the value 2?

No. The binary number only uses the digits 0 and 1. In decimal, once you reach the maximum digit (9), to add one more you change it back to zero and add one to the digit on the left. In binary it is the same principle; with the main difference that only the digits 0 and 1 are used. Thus, the first numbers in binary (with decimal in parentheses) are: 0 (0) 1 (1) 10 (2) 11 (3) 100 (4) 101 (5) 110 (6) 111 (7) 1000 (8) etc.


How is binary used in every day life?

It isnt man , it just isnt. Sit back forget about computers, and smoke a blunt and suck on my black thing man , cmmon you gayh boy you know you want it

Related questions

What is the answer to converting 125 binary back to a decimal?

That question is defective, and it has no answer.' 125 ' is not a binary number.A binary number never has a digit bigger than ' 1 ' in it.


How do you subtract 2 binary numbers?

An easy way is to convert them to decimal, subtract, then convert the answer back to binary.


What is the difference between truncate and delete in terms of a database transaction?

Once data is truncated it can not be rolled back (recovered). However, data can be rolled back if deleted accidentally.


What is 1x1 in binary?

I assume you mean what is the answer of 1x1 in binary. Obviously the answer to 1x1 is 1. In binary the base ten 'one' is 1. If you mean the 1's in binary you can convert to decimal (they stay 1) and then multiply (getting 1) then convert back to binary (1)


Convert the following decimal numbers into their equivalent binary numbers and then convert the resulting binary numbers back into the decimal numbers a. 6401 b. 1010110?

a) 6401 in Binary is 1100100000001b) 1010110 in decimal is 86


When prim algorithm fail?

When there are directed edges in the graph, as it is impossible to move back from B to A when the edges are directed.


Discuss the back propagation algorithm for neural network-based classification of data?

i don't know the answer i want this answer from your side.............


Who invented the modern binary system?

Binary systems appear in many ancient cultures. The earliest is believed to be the I Ching, a Chinese philosophical text that dates back to the 9th century BC. Other early examples of binary systems include the Mangarevan invention of binary steps for arithmetic, Shao Yang's binary arrangement of hexagrams, and Pingala's work on prosody. The modern binary number system was studied by Gottfried Leibniz in 1679. Leibniz published a work in 1703 that describes the binary system of the Chinese and his own system of binary numbers. Leibniz attributed the invention of binary system to Fuxi.


What is the problem with your rrod xbox 360 if the secondary error code is shown as binary code?

a hacker will of done it , you have to find out who it is and send them a message back saying the binary code then it will be fixed


What mode do you ftp tar files in?

Transfer tar files in binary mode.WARNING: some ftp clients go back to ascii mode when you enter an ls or dir command. To be safe, always use the binary command before getting a binary file.


What are Disadvantage of stack?

A stack is a LIFO (last-in, first-out) data structure such that only the top-most element is accessible and all new elements are pushed onto the top (analogous to a stack of plates). Stacks are advantageous when implementing a back-tracking algorithm but are ultimately useless for anything else. However, this is not a disadvantage. If you're not implementing a back-tracking algorithm then the problem is not the stack itself it is the fact that you are using the wrong type of container for your algorithm.


What is the answer of binary decimal plus binary?

If you want to add numbers in different bases, in this case decimal and binary, or do any other calculation that involves different bases for that matter, you have to convert all numbers to a single system first - for example, all to decimal. Then you can do the operation. It is really up to you in what base you represent the final answer. In this example, you can convert back to binary, for example.