Answer Posted / reejusri
Its a computer architecture thing:
ISA stands for instruction set architecture. ISA determines
the computational characteristics of a computer. ISA deals
with the design of datatypes, register sets, and the
instruction set (including addressing modes) of the
computer.
HSA, hardware-system architecture, deals with computer's
major HW subsystems including CPU, memory and I/O. HSA
determines how efficiently the machine will operate.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Is c++ proprietary?
What are static and dynamic type checking?
Explain how an exception handler is defined and invoked in a Program.
Explain the benefits of proper inheritance.
What is the rule of three?
Describe the advantages of operator overloading?
What is the difference between interpreters and compilers?
What are pointers used for c++?
Do you know the use of vtable?
What is runtime errors c++?
Should I learn c or c++ or c#?
an integer constant must have atleast one a) character b) digit c) decimal point
Why is c++ called oops?
How do you declare a set in c++?
What's the order in which the local objects are destructed?