The Power of Names
When we have some object, we always give it a name. Words such as books, cars, planes, people, tree, they are all names for a concept, rather than a actual object. We understand that "car", "a car", "that car"and "the car" to mean different things, the first is an idea of something with four wheels, the second is any one instance of a car, while the other two examples are instances of a car that is specified via relationships.
Diverging a little, in computing, what we are manipulating can be split into two types - math, and referencing. When we do something, all we are really doing is:
Diverging a little, in computing, what we are manipulating can be split into two types - math, and referencing. When we do something, all we are really doing is:
- select what we are doing it to (e.g. this bank statement, this picture, this x)
- select what we are doing (e.g. adding a bill, bluring a picture, function y)
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home