Skip to content
SynAc
Browse

Terms

Alphabetical index of published term entries with tag filters and quick sort.

  1. TERM0s
    Updated Jan 05, 2026

    For a positive integer s, 0s is the string that consists of s consecutive 0 bits.

  2. TERM0x
    Updated Jan 05, 2026

    A string of x zero bits. For example, 05 = 00000.

  3. TERM0x00
    Updated Jan 05, 2026

    An all zero octet.

  4. TERM0x0X
    Updated Jan 05, 2026

    8 bit binary representation of the hexadecimal number X, for example, 0x02 = 00000010.

  5. TERM0xab
    Updated Jan 05, 2026

    Hexadecimal notation that is used to define a byte (i.e., eight bits) of information, where a and b each specify four bits of information and have values from the range {0, 1, 2,…F}. For example, 0xc6 is used to represent 11000110, where c is 1100, and 6 is 0110.