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


KB Term:  Term intersection
English Word: 

Sigma KEE - ComputerProgram
ComputerProgram(computer program)Ask_Jeeves, CAD, CLI, C_compiler, C_program, DBMS, Explorer, FORTRAN_program, Fortran_compiler, Google, IE, Internet_Explorer, Konqueror, LISP_compiler, LISP_program, MapQuest, Mosaic, Netscape, Pascal_compiler, Web_Map_Server, Web_Map_Service, Windows, active_application, alpha_software, anti-virus_program, applet, application, application_program, applications_programme, assembler, assembly_program, authoring_language, automatic_face_recognition, beta_software, bottom-up, browser, chat_room, chatroom, checking_program, code, command_line_interface, compatible_software, compiler, compiling_program, computer-aided_design, computer_code, computer_database, computer_program, computer_programme, computer_software...

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


(subclass ComputerProgram Procedure) Merge.kif 17136-17136 Computer program is a subclass of procedure
(documentation ComputerProgram EnglishLanguage "A set of instructions in a computer programming language that can be executed by a computer.") Merge.kif 17137-17138 Computer program is a subclass of procedure
(subclass ComputerProgram Software) ComputerInput.kif 829-829 Computer program is a subclass of software
(lexicon ComputerProgram LexNoun "{computer program}") engineering.kif 1719-1719 Computer program is a subclass of software
(lexicon ComputerProgram LexNoun "program") engineering.kif 1720-1720 Computer program is a subclass of software

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


(subclass AppleGarageBand ComputerProgram) ComputingBrands.kif 881-881 GarageBand is a subclass of computer program
(subclass AppleIMovie ComputerProgram) ComputingBrands.kif 887-887 IMovie is a subclass of computer program
(subclass AppleIMessages ComputerProgram) ComputingBrands.kif 893-893 IMessages is a subclass of computer program
(subclass AppleICloud ComputerProgram) ComputingBrands.kif 899-899 ICloud is a subclass of computer program
(subclass AppleILife ComputerProgram) ComputingBrands.kif 905-905 ILife is a subclass of computer program
(subclass AppleIWork ComputerProgram) ComputingBrands.kif 911-911 IWork is a subclass of computer program
(subclass AppleFaceTime ComputerProgram) ComputingBrands.kif 917-917 FaceTime is a subclass of computer program
(subclass AppleFairPlay ComputerProgram) ComputingBrands.kif 955-955 FairPlay is a subclass of computer program
(subclass AppleSetupAssistant ComputerProgram) ComputingBrands.kif 981-981 Setup Assistant is a subclass of computer program
(subclass AppleMigrationAssistant ComputerProgram) ComputingBrands.kif 988-988 Migration Assistant is a subclass of computer program
(subclass ApplicationProgrammerInterface ComputerProgram) ComputingBrands.kif 1911-1911 Application Programmer Interface is a subclass of computer program
(subclass App ComputerProgram) ComputingBrands.kif 1947-1947 App is a subclass of computer program
(subclass AppleAppStore ComputerProgram) ComputingBrands.kif 1970-1970 Apple app store is a subclass of computer program
(subclass AVCTP ComputerProgram) ComputingBrands.kif 2169-2169 Audio/Video Control Transport Protocol is a subclass of computer program
(subclass Firmware ComputerProgram) ComputingBrands.kif 2205-2205 Firmware is a subclass of computer program
(subclass Bookmarklet ComputerProgram) ComputingBrands.kif 2281-2281 Bookmarklet is a subclass of computer program
(subclass CalendaringProgram ComputerProgram) ComputingBrands.kif 2307-2307 カレンダー is a subclass of computer program
(subclass CameraProgram ComputerProgram) ComputingBrands.kif 2329-2329 Camera is a subclass of computer program
(subclass AppleFastAppSwitcher ComputerProgram) ComputingBrands.kif 2843-2843 Apple Fast App Switcher is a subclass of computer program
(subclass AdobeFlashPlayer ComputerProgram) ComputingBrands.kif 2860-2860 Flash is a subclass of computer program
(subclass EmailProgram ComputerProgram) ComputingBrands.kif 3013-3013 Mailer is a subclass of computer program
(subclass IBooks ComputerProgram) ComputingBrands.kif 3154-3154 AppleBooks is a subclass of computer program
(subclass IMessage ComputerProgram) ComputingBrands.kif 3268-3268 I_message is a subclass of computer program
(subclass ITunes ComputerProgram) ComputingBrands.kif 3288-3288 I_tunes is a subclass of computer program
(subclass DHCPProgram ComputerProgram) ComputingBrands.kif 3960-3960 DHCP program is a subclass of computer program

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domain softwareVersion 1 ComputerProgram) ComputingBrands.kif 3771-3771 The number 1 argument of software version is an instance of computer program
(domain implementsProtocol 1 ComputerProgram) ComputingBrands.kif 3950-3950 The number 1 argument of implements protocol is an instance of computer program

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


(=>
    (and
        (instance ?I SoftwareInstallation)
        (dataProcessed ?I ?P)
        (instance ?P ComputerProgram)
        (destination ?I ?C))
    (hasPurpose ?I
        (exists (?PROC)
            (computerRunning ?PROC ?C))))
ComputingBrands.kif 3499-3507 If X is an instance of install, Y is processed by X, Y is an instance of computer program, and X ends up at Z, then X has the purpose there exists W such that W is running on Z
(=>
    (and
        (instance ?U SoftwareUnInstallation)
        (equal ?T2
            (WhenFn ?U))
        (dataProcessed ?U ?P)
        (instance ?P ComputerProgram)
        (located ?U ?C))
    (exists (?I ?T1)
        (and
            (instance ?I SoftwareInstallation)
            (equal ?T1
                (WhenFn ?I))
            (dataProcessed ?I ?P)
            (instance ?P ComputerProgram)
            (located ?I ?C)
            (earlier ?T1 ?T2))))
ComputingBrands.kif 3509-3523 If X is an instance of uninstall, equal Y and the time of existence of X, Z is processed by X, Z is an instance of computer program, and X is located at W, then All of the following hold: (1) there exist V (2) U such that V is an instance of install (3) equal U (4) the time of existence of V (5) Z is processed by V (6) Z is an instance of computer program (7) V is located at W (8) U happens earlier than Y

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


(=>
    (instance ?CP ComputerProgramming)
    (exists (?C)
        (and
            (instance ?C ComputerProgram)
            (result ?CP ?C))))
Merge.kif 17144-17149 If X is an instance of computer programming, then there exists Y such that Y is an instance of computer program and Y is a result of X
(=>
    (instance ?PACK SoftwarePackage)
    (exists (?PROGRAM)
        (and
            (instance ?PROGRAM ComputerProgram)
            (part ?PROGRAM ?PACK))))
ComputerInput.kif 835-840 If X is an instance of software package, then there exists Y such that Y is an instance of computer program and Y is a part of X
(=>
    (instance ?CP ComputerProtocol)
    (hasPurpose ?CP
        (exists (?P1 ?P2 ?C)
            (and
                (instance ?P1 ComputerProgram)
                (instance ?P2 ComputerProgram)
                (instance ?C DataTransfer)
                (origin ?C ?P1)
                (destination ?C ?P2)
                (represents ?CP ?C)))))
ComputingBrands.kif 1736-1746 If X is an instance of computer protocol, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of computer program (3) Z is an instance of computer program (4) W is an instance of data transfer (5) W originates at Y (6) W ends up at Z (7) X expresses W
(=>
    (instance ?API ApplicationProgrammerInterface)
    (exists (?P)
        (and
            (instance ?P ComputerProgram)
            (subProposition ?API ?P))))
ComputingBrands.kif 1929-1934 If X is an instance of Application Programmer Interface, then there exists Y such that Y is an instance of computer program and X is a sub-proposition of Y
(=>
    (instance ?G GUIDock)
    (exists (?I ?P ?CP)
        (and
            (instance ?CP ComputerProgram)
            (programRunning ?P ?CP)
            (instance ?I Icon)
            (represents ?I ?P)
            (orientation ?I ?G Inside))))
ComputingBrands.kif 2544-2552 If X is an instance of dock, then there exist Y, Z, W such that W is an instance of computer program, W is a program running of Z, Y is an instance of icon, Y expresses Z, and Y is inside the to X
(=>
    (instance ?CD ComputerDesktopImage)
    (hasPurpose ?CD
        (and
            (refers ?CD ?F)
            (or
                (instance ?F DigitalData)
                (instance ?F ComputerProgram)))))
ComputingBrands.kif 3074-3081 If X is an instance of computer desktop image, then X has the purpose X includes a reference to Y and Y is an instance of digital data or Y is an instance of computer program
(=>
    (and
        (instance ?U SoftwareUnInstallation)
        (equal ?T2
            (WhenFn ?U))
        (dataProcessed ?U ?P)
        (instance ?P ComputerProgram)
        (located ?U ?C))
    (exists (?I ?T1)
        (and
            (instance ?I SoftwareInstallation)
            (equal ?T1
                (WhenFn ?I))
            (dataProcessed ?I ?P)
            (instance ?P ComputerProgram)
            (located ?I ?C)
            (earlier ?T1 ?T2))))
ComputingBrands.kif 3509-3523 If X is an instance of uninstall, equal Y and the time of existence of X, Z is processed by X, Z is an instance of computer program, and X is located at W, then All of the following hold: (1) there exist V (2) U such that V is an instance of install (3) equal U (4) the time of existence of V (5) Z is processed by V (6) Z is an instance of computer program (7) V is located at W (8) U happens earlier than Y
(=>
    (and
        (instance ?SU SoftwareUpgrading)
        (patient ?SU ?C)
        (instance ?C Computer))
    (exists (?P)
        (and
            (objectTransferred ?SU ?P)
            (instance ?P ComputerProgram)
            (holdsDuring
                (BeginFn
                    (WhenFn ?SU))
                (softwareVersion ?P PreviousVersion))
            (holdsDuring
                (EndFn
                    (WhenFn ?SU))
                (softwareVersion ?P CurrentVersion)))))
ComputingBrands.kif 3732-3746 If X is an instance of software upgrade, Y is a patient of X, and Y is an instance of computer, then there exists Z such that the object transferred in X is Z, Z is an instance of computer program, Z is the software version of Z holds during the beginning of the time of existence of X, and Z is the software version of Z holds during the end of the time of existence of X
(=>
    (instance ?UPLOAD Uploading)
    (exists (?FILE ?COMPUTER ?STORAGEDEVICE)
        (and
            (instance ?UPLOAD Transfer)
            (or
                (instance ?FILE ComputerFile)
                (instance ?FILE ComputerProgram))
            (instance ?COMPUTER Computer)
            (instance ?STORAGEDEVICE DigitalDataStorageDevice)
            (patient ?UPLOAD ?FILE)
            (agent ?UPLOAD ?COMPUTER)
            (origin ?UPLOAD ?COMPUTER)
            (destination ?UPLOAD ?STORAGEDEVICE))))
Facebook.kif 487-500 If X is an instance of uploading, then All of the following hold: (1) there exist Y, Z (2) W such that X is an instance of transfer (3) Y is an instance of computer file or Y is an instance of computer program (4) Z is an instance of computer (5) W is an instance of digital data storage device (6) Y is a patient of X (7) Z is an agent of X (8) X originates at Z (9) X ends up at W
(=>
    (instance ?DOWNLOAD Downloading)
    (exists (?FILE ?COMPUTER ?STORAGEDEVICE)
        (and
            (instance ?DOWNLOAD Transfer)
            (or
                (instance ?FILE ComputerFile)
                (instance ?FILE ComputerProgram))
            (instance ?COMPUTER Computer)
            (instance ?STORAGEDEVICE DigitalDataStorageDevice)
            (patient ?DOWNLOAD ?FILE)
            (agent ?DOWNLOAD ?COMPUTER)
            (origin ?DOWNLOAD ?STORAGEDEVICE)
            (destination ?DOWNLOAD ?COMPUTER))))
Facebook.kif 513-526 If X is an instance of downloading, then All of the following hold: (1) there exist Y, Z (2) W such that X is an instance of transfer (3) Y is an instance of computer file or Y is an instance of computer program (4) Z is an instance of computer (5) W is an instance of digital data storage device (6) Y is a patient of X (7) Z is an agent of X (8) X originates at W (9) X ends up at Z
(=>
    (instance ?R Robot)
    (hasPurpose ?R
        (exists (?PROC ?COMP)
            (and
                (instance ?PROC ComputerProcess)
                (instance ?COMP ComputerProgram)
                (computerRunning ?PROC ?COMP)
                (patient ?PROC ?R)
                (holdsDuring
                    (WhenFn ?PROC)
                    (exists (?INT)
                        (and
                            (instance ?INT IntentionalProcess)
                            (instrument ?INT ?R))))))))
engineering.kif 1086-1100 If X is an instance of robot, then All of the following hold: (1) X has the purpose there exist Y (2) Z such that Y is an instance of computer process (3) Z is an instance of computer program (4) Y is running on Z (5) X is a patient of Y (6) there exists W such that W is an instance of intentional process (7) X is an instrument for W holds during the time of existence of Y


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.0-18d41916 (2026-05-02) is open source software produced by Articulate Software and its partners