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 |
What does void main return?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
What are qualifiers and modifiers c?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
What is the difference between static and global variables?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
difference between spiral and waterfall model
Write code for finding depth of tree
Should I learn c before c++?
Why is not a pointer null after calling free?
What is static and auto variables in c?