what is software

Answer Posted / manju

a software is a program designed to do a specific task.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

2068


what is the BAM? where we can use it in BizTalk server?

1495


In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..

1178


Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...

1971


Difference between delegates and Events?

1861






Give examples of macro quoting function?

1693


I want Ada programming language books. Could anyone post me any link for that?

3082


What is SOLID Principle in Programming Language?

828


how sap is different from other software ?

1823


can we extend a class having only one parameterised constructor.Suggest the process to do it.

2211


what does mean and stack mean in genral programming?

1601


What are events in smartforms?

1931


Plz sent me in .net 2.0 interview Question & answers?

1834


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1676


Q1.Write a C program which asks the user for a number between 1 to 9 and shows the  number. If the user inputs a number out of the specified range, the program should  show an error and prompt the user for a valid input.

2451