English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-30 20:25:07 · 14 answers · asked by SONU 2 in Computers & Internet Other - Computers

14 answers

A byte is a measurement of data - either stored or transmitted. 1 byte = 8 bits (which can be 0 or 1), so a byte can identify 2^8 = 256 different 'things' or numbers. In representing numbers, one usually needs more than one byte, depending on the size of the number required. Two bytes can uniquely identify 256*256 = 65536 'things', four bytes, just over 4 thousand million.

A byte can be divided into two nybbles (note that it is spelt with a 'y'). This is mainly useful when speaking of data in hexadecimal numbers - 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F - because each digit in hexadecimal represents 4 bits.

A kilobyte is roughly 1000 bytes - actually 1024 bytes - and a megabyte 1024*1024 bytes.

2006-08-30 20:38:44 · answer #1 · answered by Owlwings 7 · 0 0

Bytes is used to describe a group of binary digits i.e. 0's and 1's. This binary digits is called as machine language, since our PC only understands 0's and 1's which is intreprted by our Operating system.

1 nibble = A arrangement for binary digits (0's and 1's)
8 bit = 2 nibble
1 Byte = 8 bit
1 KB = 1024 bytes
1 MB = 1024 KB (Kilo Byte)
1GB = 1024 MB(Mega Byte)
1TB(Tera Byte) = 1024 GB(Giga Byte)

In today computer era it is usually used to define the amount of primary memory (such as Ram, 128 MB, 256 MB, 1 GB etc), Secondary Memory(such as Hard Disk, CD, DVD , 40 GB, 800 MB etc)

2006-08-31 03:56:45 · answer #2 · answered by Crypt Raider 2 · 0 0

The computer's native language is based on binary number system in which each no. is power of 2 (0 or 1). Each digit 0 or 1 is called a bit. And the collection of 4 bits (1s or 0s or both) is called a nibble. and 2 nibbles (8 bits)are called a byte.

Mathematically

4 bits= 1 nibble
8 bits= 2 nibble= 1 Byte
Likely to 1000 gm = 1 KG

2006-08-31 03:38:33 · answer #3 · answered by Wasiq 1 · 1 0

1 nibble = A arrangement for binary digits (0's and 1's)
8 bit = 2 nibble
1 Byte = 8 bit
1 KB = 1024 bytes
1 MB = 1024 KB (Kilo Byte)
1GB = 1024 MB(Mega Byte)
1TB(Tera Byte) = 1024 GB(Giga Byte)

2006-08-31 07:04:05 · answer #4 · answered by KPR IT Solutions 2 · 0 0

Byte is nothing but 0's & 1's which computer can understand. Its nothing but machine code.

2006-09-02 13:49:18 · answer #5 · answered by Sudha P 2 · 0 0

byte is unit of memory of computer.
computer is a machine and it understands only electric states that is on/off. Each of this state is known as bit. and a combination of these on and off states represent a character. A combination of 8 bits represents one character and is known as one byte.

2006-08-31 03:36:37 · answer #6 · answered by dilipagr_2000 2 · 0 0

bytes is a computer unit i byte=8 bits bytes can be energy level also

2006-08-31 03:40:15 · answer #7 · answered by Anonymous · 0 1

computer is an electronic device.it accepts information in the form of 0 or 1. byte is also a unit of memory which cosists of 8bits.

2006-09-01 04:43:57 · answer #8 · answered by ben 1 · 0 0

Bytes is the unit of Memory.....

means whn we store any data in computer.........to know how much space that data has taken tof harddisk or other memory.... it is denoted in bytes....

1 byte = 8 bits(smaller unit)

bigger units are
KB(kilo bytes)
MB)megaBytes)
GB(Gigabytes)

2006-08-31 03:40:58 · answer #9 · answered by jass 3 · 1 0

Eight bits is equal to one byte

2006-08-31 03:53:20 · answer #10 · answered by Damodar 1 · 0 0

fedest.com, questions and answers