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
Who discovered c++?
daily Routine of father
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is the oldest programming language?
Can we delete this pointer in c++?
What is oops in c++?
Why c++ is not a pure oop language?
What is a catch statement?
How long does it take to get good at leetcode?
What is the difference between an array and a list?
Why c++ does not have finally?
Is java the same as c++?
What is pair in c++?
What is an arraylist c++?
What is the C-style character string?