|
What are software objects made out of? A good answer might be:Computer memory. |
Software Objects as MemoryIt is only a slight exaggeration to say that memory (both main memory and secondary memory) is all that there is inside of a computer The other pieces of electronics---the processor chip, the busses, the power supply, the keyboard, the video card and so on---exist only to work on memory and to show what it contains. So what else could a software object be but a chunk of memory? (Actually, it is not quite correct to claim that a software object is a "chunk" of memory. A software object is somewhat like a bank account---its existence is spread out and does not correspond one-to-one with any particular piece of material. But for now it is convenient and reasonably accurate to think of a software object as a chunk of memory.) Objects (real world and software) have identity, state, and behavior.
|
QUESTION 5:(Review) What is the defining characteristic of the type of computer called a von Neumann computer (the type of nearly all current computers)? Click Here after you have answered the question |