which is the software in computer which helps to do science experiments in computer?
Answers
Answer:
The Arduino IDE together with an Arduino board! Combine this with Fritzing to design your own electronics and you can do a lot of scientific things with your computer and custom hardware
Answer:
Very much depends on the field of science…
In physics-engineering, LabVIEW is very popular for building complicated hardware setups that are controlled by advanced software. It is also used a lot in automotive industry for making test setups. It has a lot of hardware support, and very powerful user interface options.
Also MATLAB can be used for controlling hardware, but slightly less flexible.
Python is quickly becoming popular as well.
What you want is a software that is of high enough abstract level, that you can focus on the actual task at hand to run the experiment, without having to worry about the programming details too much. Having lots of libraries or tools is essential as well.
Sure, C++ and C# are powerful and flexible… But it takes 10 times longer to write the same program. And it probably ends up being slower…
Explanation: