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 move semantics?
Difference between overloading vs. Overriding
What is the most common mistake on c++ and oo projects?
What is long in c++?
How do you write a function that can reverse a linked-list?
what are the iterator and generic algorithms.
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Evaulate: 22%5 a) 2 b) 4 c) 0
What is a .lib file in c++?
What is oops in c++?
Adobe Interview & Adobe Placement Paper
structure contains int, char, float how it behaves for big endian and little endian?