About 1,390,000 results
Open links in new tab
  1. The binary number system | AP CSP (video) | Khan Academy

    Binary numbers form the basis of computing systems. Binary numbers contain only the digits 0 or 1, or bits, where each bit represents a power of two. To convert binary to decimal, multiply each bit by its …

  2. Binary numbers | AP CSP (article) | Khan Academy

    Before exploring how the binary system works, let's revisit our old friend, the decimal system. When you learned how to count, you might have learned that the right-most digit is the "ones' place", the next is …

  3. Converting decimal numbers to binary - Khan Academy

    Learn a technique for converting decimal numbers into binary numbers using just pen, paper, and calculations. Works best for small numbers, since bigger numbers require increasingly more …

  4. Introduction to number systems and binary - Khan Academy

    The most used ones, base 10 is used very heavily, binary and there's also hexadecimal where you don't have two digits or not 10 digits, but you have 16 digits. And we'll explore those in future videos and …

  5. Implementing binary search of an array (article) | Khan Academy

    We just described the binary search algorithm in English, stepping through one example. That's one way to do it, but a human language explanation can vary in quality.

  6. How do computers represent data? | AP CSP (article) | Khan Academy

    Why do computers represent information in such a hard to read way? And how can 1s and 0s represent so many different things? That's what we'll explore in this lesson. To start off, check out the next …

  7. XOR bitwise operation (article) | Ciphers | Khan Academy

    Bitwise simply means that we are dealing with individual bits, or binary numbers. In any modern/computerized encryption scheme we represent our symbols using binary digits.

  8. Binary & data (video) | Bits and bytes | Khan Academy

    Computers use bits (binary digits) to represent data as ones and zeroes. Bits are the smallest piece of information a computer can store. Explore how computers use the binary number system to …

  9. Hexadecimal numbers | AP CSP (article) | Khan Academy

    In this unit on how computers work, we're mostly going to be dealing with binary numbers. It's important to understand the hexadecimal system as well though, because they'll pop up throughout later units …

  10. Lossless bit compression (article) | Khan Academy

    That's the beauty of Huffman coding: the algorithm gives us a way to come up with a set of binary codes for a given sequence that ensures the data can be reconstructed unambiguously and reliably.