Do websites make use of computer memory (RAM) for performing internal calculations?
-
Which memory does such http://www.math.com/students/calculators/source/basic.htm use:
-
Answer:
Yes, if it uses a client side scripting language such as java script. Such languages help web servers pass on some of the load to the client (browsers) and hence some part of the code is executed and its output is delivered by the browser itself. This is done so that there is no postback to the server and hence the response is almost instantaneous (example games) There are also other platforms such as flash / applets on the browser that do a fair bit of computation (and hence use RAM) on the client side. A snapshot of task manager will tell you the story well enough. This is the same reason why your computer tends to get slow when you have a lot of tabs open on your browser. Browsers (web pages in turn) are monster consumers of RAM. The calculator app mentioned by you uses javascript which is evident from the source code.
Rajaram Srinivasan at Quora Visit the source
Related Q & A:
- How do you scrape websites that use services like Brassring?Best solution by Quora
- How do you use a sony memory stick?Best solution by Yahoo! Answers
- How to make a PSP magic memory stick?Best solution by Yahoo! Answers
- Can I use a US memory stick for my Japanese PSP?Best solution by Yahoo! Answers
- How can I use my old memory card on my new camera?Best solution by forums.sandisk.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.