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
What is virtual table?
What jobs can you get with a c++ certification?
Do the parentheses after the type name make a difference with new?
What is a float in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
How is c++ used in the real world?
Define private, protected and public access control.
What is code reusability in c++?
Explain data encapsulation?
Can c++ be faster than c?
Can you Mention some Application of C/C++?
What is operators in c++?
Difference between pointer to constant vs. Pointer constant
Explain the difference between realloc() and free() in c++?
What is const pointer and const reference?