How to impress people with the word “algorithm” 1
If you want to come across as a writer who really understands computers, the best way is to learn about them. Read technical books and blogs. Learn how HTML and HTTP work. Find out what the common security fallacies are.
But that’s a lot of work. A quicker way is to use the word “algorithm” a lot.
An algorithm is a precise but abstract description of a computational process. “Precise” means laying out each step mathematically, so that any implementation should produce the same results. “Abstract” means it’s independent of a particular programming language or operating system. You can implement an algorithm in C, PHP, Java, or any other language. Some algorithms work more easily in some languages than in others, but there’s no inherent requirement to use specific technology.
(more…)