what is meaning of isa and hsa



what is meaning of isa and hsa..

Answer / 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

More C++ General Interview Questions

Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Briefly describe a B+ tree. What is bulk loading in it?

0 Answers   Wipro,


Is eclipse good for c++?

0 Answers  


What is the use of 'this' pointer?

0 Answers   Fidelity,


What are the rules for naming an identifier?

0 Answers  






What is the difference between while and do while loop?

0 Answers  


What is a constant reference?

0 Answers  


What is the best it certification?

0 Answers  


What is prototype for that c string function?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


How can we check whether the contents of two structure variables are same or not?

0 Answers  


Which is better c++ or java?

0 Answers  


Categories