what is software?
Answers were Sorted based on User's Feedback
Answer / janardhan
Software means computer instructions or data. Anything that can be stored electronically is a software.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / ganesh
software is a collection of
programs or instruction that are
used to some purpose.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sagar pudi
software is a set of programs together to accomplish a task.
for example: Notepad is a software.
a Browser is a software.
a Website is a software.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anusha
software is a set of instructions given to the system to
run the program
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ajay
Software is a set instruction given to a system which makes
it easy for the user to do a particular task.
Which would be easy and time saving.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / dhana lakshmi
storing the data electronically is called software.
| Is This Answer Correct ? | 2 Yes | 5 No |
Why we use int main and void main?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
What is meant by type casting?
tell me the full form of c?
What is the role of this pointer?
How can you access memory located at a certain address?
What is an arrays?
Is c a great language, or what?
What is an expression?
How can we open a file in Binary mode and Text mode?what is the difference?
Why we write conio h in c?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?