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

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

6 Answers   NIIT,


We use library functions in the program, in what form they are provided to the program?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


What is recursion?

0 Answers  






What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


Can you explain the term "resource acquisition is initialization?"

1 Answers   Amazon,


Show the declaration for a static member variable.

0 Answers  


What does asterisk mean in c++?

0 Answers  


What is the difference between new/delete and malloc/free?

1 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What is an action class?

1 Answers  


Categories