Bathar-cruaidh agus Bathar-bog (Hardware and Software)
The hardware and the software.
One question that is often asked is what is machine language?
Seldom written about but all programs are compiled or interpreted into machine language, in order to run.
Programming languages are often graded by level.
Machine language is the lowest as it is closest to the surface of the machine and hence runs much faster. While languages such as Python are termed high level languages far from the surface of the machine and closer to the language of the individual(s) writing it. They often execute slower as the amount of compilation or interpretation takes longer to render the program into a form that can be run. They often rely on faster machines to run. With the speed increase of machines over the last decade the rise of such high level languages have increased. With server based services also being widely used. Which is what most, but not all, websites are stored on. Python is widely used for data gathering and providing the statistical information throughout the world. Python is also widely used in graphic manipulation such as Adobe Premier, After effects and the like. This does not make such systems efficient as the lower the programming level the more accurate the memory and resource allocation can be.
....
Comments
Post a Comment