Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

byte (Byte)

One Byte of information. A Byte is eight Bits.

Ontology

SUMO / UNITS-OF-MEASURE

Class(es)

unit of measure
is instance of
  byte  

Superclass(es)

[tree]
entity
is subclass of
  abstract  
is subclass of
  quantity  
is subclass of
  physical quantity  
is subclass of
  constant quantity  
is subclass of
  information measure  
is subclass of
  byte  

Coordinate term(s)

amu  angstrom  angular degree  atom gram  bit  british thermal unit  calorie  centimeter  cup  day duration  electron volt  euro cent  euro dollar  fahrenheit degree  foot  hour duration  inch  kilo byte  liter  mega byte  mile  minute duration  ounce  pint  pound force  pound mass  quart  rankine degree  slug  united kingdom gallon  united states cent  united states dollar  united states gallon  week duration  year duration 

Related WordNet synsets

byte
a sequence of 8 bits (enough to represent one character of alphanumeric data) processed as a single unit of information
byte is kind of (all)...   byte is kind of...   byte is part of...   parts of byte...  
See more related synsets on a separate page.

Axioms (2)

If number is an instance of real number, then "number byte(s)" is equal to ""number*" bit(s)".
(=>
      (instance ?NUMBER RealNumber)
      (equal
            (MeasureFn ?NUMBER Byte)
            (MeasureFn
                  (MultiplicationFn ?NUMBER 8)
                  Bit)))

If number is an instance of real number, then "number kilo byte(s)" is equal to ""number*" byte(s)".
(=>
      (instance ?NUMBER RealNumber)
      (equal
            (MeasureFn ?NUMBER KiloByte)
            (MeasureFn
                  (MultiplicationFn ?NUMBER 1024)
                  Byte)))