ComputerMemory(computer memory) | EPROM, ROM, computer_memory, computer_storage, core_memory, disk_cache, erasable_programmable_read-only_memory, fixed_storage, flash_memory, magnetic_core_memory, memory, memory_board, non-volatile_storage, nonvolatile_storage, read-only_memory, read-only_storage, scratchpad, storage, store, volatile_storage |
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 | Computer memory is a subclass of computer component |
appearance as argument number 2 |
(termFormat ChineseLanguage ComputerMemory "电脑记忆") | domainEnglishFormat.kif 16336-16336 | |
(termFormat ChineseTraditionalLanguage ComputerMemory "電腦記憶") | domainEnglishFormat.kif 16335-16335 | |
(termFormat EnglishLanguage ComputerMemory "computer memory") | domainEnglishFormat.kif 16334-16334 |
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 |
|