binary

Từ điển WordNet

    n.

  • a system of two stars that revolve around each other under their mutual gravitation; binary star, double star

    adj.

  • of or pertaining to a number system have 2 as its base

    a binary digit

  • consisting of two (units or components or elements or terms) or based on two

    a binary star is a system in which two stars revolve around each other

    a binary compound

    the binary number system has two as its base


Microsoft Computer Dictionary

adj. Having two components, alternatives, or outcomes. The binary number system has 2 as its base, so values are expressed as combinations of two digits, 0 and 1. These two digits can represent the logical values true and false as well as numerals, and they can be represented in an electronic device by the two states on and off, recognized as two voltage levels. Therefore, the binary number system is at the heart of digital computing. Although ideal for computers, binary numbers are usually difficult for people to interpret because they are repetitive strings of 1s and 0s. To ease translation, programmers and others who habitually work with the computer’s internal processing abilities use hexadecimal (base-16) or octal (base-8) numbers. See Appendix E. See also base (definition 2), binary-coded decimal, binary number, bit, Boolean algebra, byte, cyclic binary code, digital computer, dyadic, logic circuit. Compare ASCII, decimal, hexadecimal, octal.n. In an FTP client program, the command that instructs the FTP server to send or receive files as binary data. See also FTP client, FTP server. Compare ascii.