ANSWERS: 3
  • A "bit" is a single one or zero. It has two states, and can only represent one of two values. A "byte" is (usually) 8 bits working together, such that each bit is double the value of the bit to its right. A byte can represent 256 possible values. A "word" is some group of bytes working together -- the actual number depends on the computer or language being used. On a Windows PC, a word is 4 bytes (32 bits), which can represent about 4 billion different values.
  • A bit can have only two states: on or off ( 1 or 0 ). A byte is eight bits, and can have a numerical value of 0 - 255. A word's length depends on the system it is in. An 8-bit system's word is the same size as a byte (8 bits). A 32-bit system, such as most Windows PCs, has a 32-bit word.
  • A bit is single one which may be either 0 or 1 A byte is the group of bits together where values has a specific values for each bit based on the the location it was placed.A n bits has 2^n values .generally byte may be used as 8 bits together A word is group of bytes working together . the lenght of the word depends upon the configurations of the system used

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy