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
How do you initialize a string in c++?
What is implicit pointer in c++?
What is meant by the term name mangling in c++?
What are static member functions?
What is the importance of mutable keyword?
How do you print a string on the printer?
What is virtual function? Explain with an example
What is endl c++?
What is the role of static keyword for a class member variable?
What is fixed in c++?
How can I learn c++ easily?
Differences between private, protected and public and give examples.
What is this pointer in c++?
What does std mean in c++?
What are special characters c++?