answersLogoWhite

0

What else can I help you with?

Related Questions

How do you convert binary code to text code and text to binary?

You can are ASCII-tabellen. For converting binary to text


Which is larger in size text or binary in c?

Well "text" is four characters, "binary" is six.


What is full form of byte in computer?

8 bits


What coding method is used by the computer to convert text into Binary?

the binary numeral system


What are the modes of accessing a file?

"text" and "binary"


Which type of file occupies less space text file or binary file?

binary file


How do you convert text into binary in vb or c sharp code?

C# EXAMPLEString text="My sample data";System.Text.ASCIIEncoding encode=new System.Text.ASCIIEncoding();//convert to binary and store in a byte[]byte[] binaryArray=encode.GetBytes(text);


What is the main difference between binary and text files?

Text files are human-readable, binary files aren't. Note: There are some characters that are not common in text files, like 00H-08H,0BH,0E-1FH,7FH.


Is php a binary file?

No, PHP is text file with .php extension.


Text files and binary files are considered to be WHAT files?

different files


What does 010000100110010100100000011100110111010101110010011001 mean?

Error: Malformed binary. Your binary code is must be divisible by 8.This looks like it is the beginning of a binary code, but is not computable into any text as is. Do you have the rest of the code?


What are the different modes in C programming language?

In C programming language, there are three main modes: text mode, binary mode, and append mode. Text mode is used for reading and writing text files, binary mode is used for reading and writing binary files, and append mode is used for appending data to the end of a file.