3.Utility ProgramsC.Data ware. The systematic and organized collection of data and procedures relevant to theorganizationD.People ware.Refers to personnel who manage and use the computer system, who design theapplications and systems software, who write and encode the programs and who run the hardware.Computer Basic OperationsInputis whatever goes into the computer. Inputcan take a variety of forms, from commands you enter bykeyboard to data from another computer (via a networkconnection) or device (via direct or network connection). Adevice that feeds data into a computer, such as a keyboardor mouse, is called aninput device.Outputis any information (data) that comes out of a computer.Output devicescan be othercomputers, display screens, speakers, and printers.StorageComputer data storage is referred to as storage or memory, which can save digital data. Examplesare RAM, hard disks, CDs, DVDs and removable flash memory sticks.Permanent, or non-volatile, storage devices do not require power to remember the data stored.Mass storage devices, like hard disk, are non-volatile; a loss of power does not affect their ability to retaindata. This category also includes ROM (Read Only Memory).Temporary or volatile storage is more often called "memory". A loss of power means that any datastored will be lost irretrievably. When you are using an application, such as a word processor, the data(the document you are working on) is stored in RAM (Random Access Memory). If you lose power withoutexplicitly saving your work, you willlikelylose data.ProcessingThe processor is the brain of a computer. It's also called theCPU(Central processing unit) and it isa microchip. For a non-programmer, this is where all the real action is. Programs just set the stage anddirect the play. (In this off hand analogy, the play itself, in written form, would be most like a program.)