Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Multitasking
Multitasking(multitasking)

appearance as argument number 1
-------------------------


(documentation Multitasking EnglishLanguage "The running of two or more programs in one computer at the same time. The number of programs that can be effectively multitasked depends on the type of multitasking performed (preemptive vs cooperative), CPU speed and memory and disk capacity.") QoSontology.kif 1780-1783
(subclass Multitasking ComputerProcess) QoSontology.kif 1779-1779 Multitasking is a subclass of computer process

appearance as argument number 2
-------------------------


(termFormat ChineseLanguage Multitasking "多任务处理") domainEnglishFormat.kif 39261-39261
(termFormat ChineseTraditionalLanguage Multitasking "多任務處理") domainEnglishFormat.kif 39260-39260
(termFormat EnglishLanguage Multitasking "multitasking") domainEnglishFormat.kif 39259-39259

antecedent
-------------------------


(=>
    (instance ?Process Multitasking)
    (exists (?Program1 ?Program2)
        (and
            (programRunning ?Process ?Program1)
            (programRunning ?Process ?Program2)
            (not
                (equal ?Program1 ?Program2)))))
QoSontology.kif 1785-1792

consequent
-------------------------


(=>
    (instance ?Task ComputerTask)
    (exists (?Program ?Process)
        (and
            (part ?Task ?Process)
            (instance ?Process Multitasking)
            (programRunning ?Task ?Program))))
QoSontology.kif 1799-1805


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners