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

When is a template better solution than a base class??

2 Answers   emc2,


Is c++ built on c?

0 Answers  


How do you save a c++ program?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is the output of printf("%d")?

58 Answers   CTS, HCL, Infosys, TCS, Winit, Wipro,






What is the difference between c++ and turbo c++?

0 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


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,


Who created c++?

0 Answers  


Is java made in c++?

0 Answers  


What is pointer to array in c++?

0 Answers  


What is malloc in c++?

0 Answers  


Categories