answersLogoWhite

0

Uuencode is the oldest code that xusenet uses to program it's binary coding and is considered a reliable source of coding by many of its many international computer users.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

You use Visual Basic 6 and you are use to the coding language What is the newest edition with exactly the same coding language?

You said Visual Studio 2010 but does it have the BASIC language.


What is The lowest programming language that humans use?

binary


What is the easiest rsps source to code?

Tactically a 317 would be the easiest to code but if you've had, experience coding, you could try coding a 474? You could use any client, that allows you to use customs like Chaotics.


How do you write program decimal to binary in verilog?

To convert a decimal number to binary in Verilog, you can use the built-in reg or wire types to store the binary value. First, define a module and declare an input for the decimal number. You can then use an assignment statement to convert the decimal to binary by assigning the input directly to the output, as Verilog implicitly handles the conversion. For example: module decimal_to_binary(input [7:0] decimal, output reg [7:0] binary); always @(*) begin binary = decimal; // Implicit conversion from decimal to binary end endmodule This code will take an 8-bit decimal input and output its binary representation.


What is the advantages of binary digits over the decimal?

Computers do not understand decimal notation. All information (both instructions and data) must be converted to a binary representation before the machine can understand it. We use the symbols 0 and 1 (binary notation) but the machine has a variety of physical representations it can use to encode binary data, including transistors, flux transitions, on/off switches and so on.

Related Questions

What do the telegraph and Twitter have in common?

The both use a binary coding system composed of off and on signals.


Define binary coding scheme in computer system?

A binary coding scheme is a method of representing data using only two symbols: 0 and 1. In computer systems, these symbols are used to represent digital information at the lowest level, with each digit called a "bit" (binary digit). By combining bits in patterns, binary coding enables computers to store, process, and transmit data.


Explain the advantages of hexodecimal number system to binary system?

with hexidecimal you neednt use as many chartictors to represent a number. in binary 15 would be 01111 where as in hex it would be E resulting in much quicker coding times


What is the binary number of 209.85.153.94?

Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).Just use the Windows calculator, and set it to scientific mode, or use any scientific calculator that supports binary/decimal. In the Windows calculator, make sure you are in decimal, type in each of the four numbers, then select "Binary" to convert to binary. You will have to fill out some of the binary numbers with zeroes to the left (each one must have 8 binary digits).


What is the purpose of binary codes?

A Binary code is a way of representing text or computer processor instructions by the use of the binary number system's two-binary digits 0 and 1.So the purpose of binary code is to issue human readable code, changed to machine code (binary) that the computer understands and can execute the instructions.


What is the binary number of 63?

If you use Windows, you can use the Windows calculator to convert from decimal to binary. Change to scientific mode, be sure the calculator is in decimal, type the decimal number, and switch to binary. If you are practicing decimal to binary conversion, this is a great tool to verify that you have done your calculations correctly.


What is one type of simple cell division that bacteria use to reproduce?

binary fission


Which type of cell division occurs in binary fission?

A cell: All cells divide using Binary fission (except for sex cells which use meiosis) plant cells use binary fission (that is how they grow and repair) animal cell use binary fission (also how grow and repair themselves) bacteria use binary fission (this is how they reproduce, they evolve due to genetic mutations that some times occur during binary fission). The only things that don't use this are viruses which aren't cells and aren't even considered living.


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 type of organisms use binary fission to reproduce?

it is flat worms and amoeba, that right buddy


When would one use a PHP table?

PHP is a type of coding for a forum or website. Any website that uses the PHP coding could use a table to organize data or to show relationships between the specific data that is on the website.


What is the use of binary?

Binary trees are commonly used to implement binary search tree and binary heaps.