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 are the iterator and generic algorithms.
What are stacks?
Define anonymous class.
What is a singleton c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is endl c++?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
What is runtime polymorphism in c++?
const char * char * const What is the differnce between the above two?
What is c++ redistributable?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Explain the operation of overloading of an assignment operator.