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

位元組 (Byte)

One Byte of information. A Byte is eight Bits.

Ontology

SUMO / UNITS-OF-MEASURE

Class(es)

量度單位
is instance of
  位元組  

Superclass(es)

[tree]
實體
is subclass of
  抽象的  
is subclass of
  數量  
is subclass of
  物理量  
is subclass of
  常量  
is subclass of
  資訊單位  
is subclass of
  位元組  

Coordinate term(s)

原子質量單位  光譜線波長單位  角度  atom gram  位元  英國熱量單位-BTU  熱量的單位-卡路里  公分  半品脫之量  日計  電壓單位-電伏特  歐元一分  歐元一元  華氏-度  英尺  時計  英吋  千位元組  公升  百萬位元組  英里  分計  盎司  品脫  力量單位    容量或液量單位  摩擦角度  質量單位  英制液量單位-加侖  美元一分  美元一元  美制液量單位-加侖  周計  年計 

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實數實例, then "number 位元組(s)" 等於 ""number*" 位元(s)".
(=>
      (instance ?NUMBER RealNumber)
      (equal
            (MeasureFn ?NUMBER Byte)
            (MeasureFn
                  (MultiplicationFn ?NUMBER 8)
                  Bit)))

If number實數實例, then "number 千位元組(s)" 等於 ""number*" 位元組(s)".
(=>
      (instance ?NUMBER RealNumber)
      (equal
            (MeasureFn ?NUMBER KiloByte)
            (MeasureFn
                  (MultiplicationFn ?NUMBER 1024)
                  Byte)))