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 |
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
What is insertion sorting?
What is null pointer and void pointer?
Define the operators that can be used with a pointer.
What is a pointer with example?
What are c++ templates used for?
What compiler was used?
What do you mean by funtion prototype?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is using namespace std in cpp?
What does flush do?