answersLogoWhite

0

i do not know how binary is transmitted but i know it is saved as 8 digits representing a number or letter bitmap images will use binary to show were to place colours if you use these 3 patterns 1101100, 11100010 and 1110110 you will get a pattern. A Capital A in binary is represented by 01000001. every 8 digits is a byte. all binary patterns are use ASCII ASCII (American Standard for Information Interchange) as this is the standard saving type.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Numbers stored and transmitted inside a computer in binary or ascii?

Binary.


Numbers are stored and transmitted inside a computer in?

binary form by SaravanaUltimate


In what form is data stored in a computer system?

It is stored in binary, that is in the form of ones and zeroes.


Why is information stored in some kind of binary format in computers?

Information is stored in some kind of binary format in computers because computer memory is made out of binary digits (bits).


What is a method of translating data into code?

One method of translating data into code is by using encoding techniques. Encoding is the process of transforming data into a format that can be easily processed or transmitted by a computer. Common encoding methods include binary encoding, ASCII encoding, and Unicode encoding. These methods assign numeric values or patterns to represent the data, allowing it to be stored or transmitted as code.


How integers are stored as binary digits in computer?

It is 0 and 1.0=OFF AND 1=ON.


What is stored on a computers harddrive?

Everything. All of the code that tells the computer how to boot up and shut down and all of your files and programs.


Why all data stored in a computer in binary form?

Because binary (0 or 1) is the only format that the computer can understand. A transistor is either off or on. There is no other state.


What is binary form in computer?

First we have to know that "in which form data is stored on computer is logical" (may be the two stable states of a flip-flop, two positions of an electrical switch, two distinct voltage or current levels allowed by a circuit) According to computers Binary form means 0 or 1, through which data in computer is stored to represented


What is unit of information stored in a computer?

The unit of information stored in a computer is typically the bit, which represents a binary value of either 0 or 1. Data is stored and processed in computer systems using combinations of bits, with larger units such as bytes, kilobytes, and megabytes representing collections of bits.


What form must a program be stored in memory?

binary


Why do you think these bus widths are multiple of eight?

Because everything in a computer is stored and processed in binary, and 1 byte equals 8 bits