What is a dirty byte?

What is the difference between Bite and Byte ? ?

  • And whch one is greater? What is binary code the thing 1100101 or some like that. ???? What is 111010 • 01101 ?

  • Answer:

    Do you mean bit and byte. Bit is short for binary digit. It can store only one of the two values 0 or 1. Byte is the group of bits, generally 8 bits can store 256 different values. Then coming to greatness: which is great or worse: a dog bite or a snake bite? .

Truth of our Existence! at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Maybe you mean Bit(binary digit) in binary, that is the 1's and 0's, a binary digit, whether its one or zero is one Bit of information. so 11101001 has 8 bits. 8 bits = 1 byte 1024Byts= 1 megabyte(MB) 1024MB= 1gigabyte(GB) 1024GB = 1 terabyte(TB) the reason 1024 is used in the multiples and not 1000 is because of the fact that it all starts with 8 bits which make a byte and it would take exactly 128 bytes to make a megabyte. So it doesn't follow the normal system of counting but rather results multiplying every time by 2. 8 x 2 = 16, 16 x 2 = 32, all the way up to 1024. It makes it easy for the engineers and computer scientists.

russel walker

A bit is the smallest piece of information there is. Similar to yes/no or true/false... Are you alive? Y or N... T of F Is it daytime? Y or N... T or F Things more complicated require more than one bit to represent the information... Things like What time is it? What letter of the alphabet is it? That's where groups of bits are required to tell us the information. Computers use groups of 8 bits and they are called bytes. Bytes can represent 256 different values (each of the bits either being on or off) Many things require more than just 256 different values of information. Larger groups of bits are words (16 bits, 2 bytes) double dwords (32 bits, 4 bytes) quad words (64 bits, 8 bytes) It can rapidly get even more complicated than that for representing more complex objects. That's where structures come into play. They are groups of bytes, words, and bigger primitive elements. Structures can have large numbers of these primitive elements. For instance, to represent a vehicle: 2 or 4 wheels (may be a motorcycle) vehicle make vehicle model 2 door, 4 door color size of engine transmission type etc, etc, etc, ad infinitum.

ctbuckweed

1 Byte= 8 Bits Byte is greater. 1100101 is 108 in decimal notation The binary number 1100101 is equal to 101 in decimal numbers. It is so because the number 1100101 represents: 64 + 32 + 4 + 1 = 101

Goku

Bite as in bite your food, byte as in gigabyte

james manaqeule

i think you got the spelling wrong its bit not bite 1 byte=8 bit,each bit can store either 0 or 1(binary digits) hence byte is greater binary code is nothing but the conversion of any form of data into 0's and 1's which we call it as the binary digits which is the machine level language or machine understandable format 111010.01101=58.40625(in decimal form)

BHARATH.N.V

"A bit is a single numeric value, either '1' or '0', that encodes a single unit of digital information. A byte is a sequence of bits; usually eight bits equal one byte." so a byte is bigger than a bit 111010 • 01101 = 1011110010

Im A Mac And I Just Work

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.