In simple term "it is a program"
Code that is predefined in all possible angles that human can think of it to perform a task accurately
Antivirus softwaresystem popupserrorscommonly occurring blue screens of deathmanually
On the basis of role / function and use in the specific area, software can be categorized into three types which are shown below :Application softwareSystem softwareComputer programming software
Enterprise Resource Planning is a complete software architecture that supports the streaming and distribution of scattered agency-wide data across all departments of the non-profit organization.An ERP solution can merge each of the agency's key operations, including the vocational facility's manufacturing, distribution, sub-minimum wage and piece rate payroll, and time collection into one softwaresystem. For agencies without a vocational rehabilitation focus, the ERP software can still merge information from case records, financial accounting, staff payroll, attendance tracking, and service billing.
Five examples of system software are:Microsoft windowsHD Sector Boot SoftwareLinker SoftwareMac OSXBIOS SoftwareSystem software is computer software designed to operate and control the computer hardware and to provide a platform for running application software.
yes, what about the software that the FBI uses to track down people and other things. they also try to classify things like Tor and other (sometimes illegal) useful things
Collectively, the Windows system registry files are called hives. They are stored in:%SystemRoot%\System32\Config\ - %SystemRoot% is often C:\Windows or C:\WinNTHere are the names of the files:Default – HKEY_USERS\.DEFAULTSam – HKEY_LOCAL_MACHINE\SAMSecurity – HKEY_LOCAL_MACHINE\SECURITYSoftware – HKEY_LOCAL_MACHINE\SOFTWARESystem – HKEY_LOCAL_MACHINE\SYSTEMAlso, the following file which contains HKEY_CURRENT_USER is found in each user's profile folder:%USERPROFILE%\Ntuser.datIn addition, under Windows 2000, Windows XP, and Server 2003, the user-specific Usrclass.dat file is used for file associations and COM information:%USERPROFILE%\Local Settings\Application Data\Microsoft\Windows\Usrclass.dat (path is localized) – HKEY_USERS\_Classes (HKEY_CURRENT_USER\Software\Classes)Windows Vista and higher continue to use it but, the path was changed to:%USERPROFILE%\AppData\Local\Microsoft\Windows\Usrclass.dat (path is not localized) alias %LocalAppData%\Microsoft\Windows\Usrclass.dat – HKEY_USERS\_Classes (HKEY_CURRENT_USER\Software\Classes)