Binary number system


binary number system
binary number system
A method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2. For example, 10011 represents (1 × 24) + (0 × 23) + (0 × 22) + (1 × 21) + (1 × 20), or 16 + 0 + 0 + 2 + 1, or 19.

Read Also:

  • Binary package

    binary package software An archive file that contains all files and directories that must be installed in order to make a working installation of the program(s) included in the package, and the maintainer scripts necessary for the installation. A binary package is usually specific to a certain platform, in contrast to a source package. (2001-01-27)

  • Binary search

    binary search algorithm A search algorithm which repeatedly divides an ordered search space in half according to how the required (key) value compares with the middle element. The following pseudo-C routine performs a binary search return the index of the element of vector “thing[first..last]” equal to “target”: if (target thing[last]) return NOT_FOUND; while (first mid […]

  • Binary synchronous transmission

    binary synchronous transmission protocol (Bisynch) An IBM link protocol, developed in the 1960 and popular in the 1970s and 1980s. Binary Synchronous Transmission has been largely replaced in IBM environments with SDLC. Bisync was developed for batch communications between a System 360 computer and the IBM 2780 and 3780 Remote Job Entry (RJE) terminals. It […]

  • Binary tree

    binary tree

  • Binary weapon

    noun a chemical weapon consisting of a projectile containing two substances separately that mix to produce a lethal agent when the projectile is fired


Disclaimer: Binary number system definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.