ComputerMemory
|
|
appearance as argument number 1 |
(documentation ComputerMemory EnglishLanguage "The computer's workspace (physically, a collection of RAM chips). It is an important resource, since it determines the size and number of programs that can be run at the same time, as well as the amount of data that can be processed instantly.") | QoSontology.kif 71-74 | |
(externalImage ComputerMemory "http://upload.wikimedia.org/wikipedia/commons/ 7/ 72/ MemoryRam.jpg") | pictureList.kif 10702-10702 | |
(subclass ComputerMemory ComputerComponent) | QoSontology.kif 70-70 | 电脑记忆 是 电脑组件 的 subclass |
appearance as argument number 2 |
(termFormat ChineseLanguage ComputerMemory "电脑记忆") | domainEnglishFormat.kif 16320-16320 | |
(termFormat ChineseTraditionalLanguage ComputerMemory "電腦記憶") | domainEnglishFormat.kif 16319-16319 | |
(termFormat EnglishLanguage ComputerMemory "computer memory") | domainEnglishFormat.kif 16318-16318 |
consequent |
(=> (instance ?System HardwareSystem) (exists (?Processor ?Memory ?Network) (and (instance ?Processor CPU) (component ?System ?Processor) (instance ?Memory ComputerMemory) (component ?System ?Memory) (instance ?Network ComputerNetwork) (component ?System ?Network)))) |
QoSontology.kif 312-321 |
|