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 |
diff between pointer and reference in c++?
Can a program run without main?
Is c++ high level programming language?
What are the types of array in c++?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
what you know about c++?
What is rtti in c++?
What is constructor c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What are the types of container classes?
What are separators in c++?
Is there any difference between int [] a and int a [] in c++?