answersLogoWhite

0

What is softwaresystem?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Ways of detecting virus in computer?

Antivirus softwaresystem popupserrorscommonly occurring blue screens of deathmanually


How software categorized?

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


What is the profit from erp?

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.


What are five examples of applications software?

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.


Classifications of softwares?

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


The registry is stored in 5 files called?

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)