Answer:
Its really personal preference G.
Explanation:
But what you said is about right.
The distinction between "computer architecture" and "computer organization" has become very fuzzy, if no completely confused or unusable. Computer architecture was essentially a contract with software stating unambiguously what the hardware does. The architecture was essentially a set of statements of the form "If you execute this instruction (or get an interrupt, etc.), then that is what happens. Computer organization, then, was a usually high-level description of the logic, memory, etc, used to implement that contract: These registers, those data paths, this connection to memory, etc.
Programs written to run on a particular computer architecture should always run correctly on that architecture no matter what computer organization (implementation) is used.
For example, both Intel and AMD processors have the same X86 architecture, but how the two companies implement that architecture (their computer organizations) is usually very different. The same programs run correctly on both, because the architecture is the same, but they may run at different speeds, because the organizations are different. Likewise, the many companies implementing MIPS, or ARM, or other processors are providing the same architecture - the same programs run correctly on all of them - but have very different high - level organizations inside them.
D. View.
You can find the workspace and preview of the file in View.
Answer:
The correct answer to the following question will be Classes.
Explanation:
Class:
- Class and objects are the two basic concepts of Object-oriented programming language (Oops).
- A prototype by which an object can be created.
- A Class is a collection of data members and member functions.
- A Class is a user-defined blueprint on an object.
- Declaration of a class includes: Class names, modifiers, Super class, interfaces and body