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 |
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is the use of the function in c?
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
what are the interview question's in the language c
What are inbuilt functions in c?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
who invented c
What are the types of operators in c?
What is the difference between realloc() and free()
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
How can a process change an environment variable in its caller?