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 |
What is size of Empty Class?
What is scope of a variable? (LOLZ)
What is the use of 'using' declaration in c++?
Implement a 2 dimensional array by one dimentional array
What is realloc() and free()? What is difference between them?
what is a reference variable in C++?
What is time_t c++?
Why main function is special in c++?
How do you know that your class needs a virtual destructor?
Can a new be used in place of old mallocq? If yes, why?
can output 5 students using one dimensional array
What are inline functions?