About 13,000,000 results
Open links in new tab
  1. Bit - Wikipedia

    Bit ... The bit is the most basic unit of information in computing and digital communication. The name is a portmanteau of binary digit. [1] The bit represents a logical state with one of two possible values.

  2. BIT Definition & Meaning - Merriam-Webster

    The meaning of BIT is the biting or cutting edge or part of a tool. How to use bit in a sentence.

  3. What Is BIT (Binary DigIT)? - Computer Hope

    Sep 7, 2025 · Sometimes abbreviated as b (lowercase), bit is short for binary digit. It's a single unit of information with a value of either 0 or 1 (off or on, false or true, low or high).

  4. Bit - definition of bit by The Free Dictionary

    Define bit. bit synonyms, bit pronunciation, bit translation, English dictionary definition of bit. n. 1. A small portion, degree, or amount: a bit of lint; a bit of luck.

  5. What is bit (binary digit) in computing? - TechTarget

    Jun 6, 2025 · Bits are stored in memory through the use of capacitors that hold electrical charges. The charge determines the state of each bit which, in turn, determines the bit's value. Various …

  6. What are Bits and Bytes?

    Bits and bytes are the smallest units of data in a computer. A bit is a single binary digit, with a value of either 0 or 1. A byte is a group of 8 bits.

  7. Bit | Definition & Facts | Britannica

    Bit, in communication and information theory, a unit of information equivalent to the result of a choice between only two possible alternatives, as between 1 and 0 in the binary number system generally …

  8. BIT | English meaning - Cambridge Dictionary

    Do you want to get something to eat in a bit? I'm going to stop work in a bit. We just turned off the motorway, so we should arrive at your house in a bit. Keep running – you can have a rest in a bit. …

  9. Bit Definition - What is a bit in data storage? - TechTerms.com

    Apr 20, 2013 · A bit (short for "binary digit") is the smallest unit of measurement used to quantify computer data. It contains a single binary value of 0 or 1. While a single bit can define a boolean …

  10. Bitwise operation - Wikipedia

    Bitwise operation In computer programming, a bitwise operation operates on a bit string, a bit array or a binary numeral (considered as a bit string) at the level of its individual bits. It is a fast and simple …