i want previous psi main exam question paper with answer in Maharashtra state.please send me on my mail id .thaks
30 67345Post New SG Phyto Pharma Interview Questions
What exactly is spark?
What is return in php function?
How do I perform dependency injection in laravel?
What is the difference between "assert" and "verify" commands?
what are the new rules of central excise ?
Explain about lasso tools in photoshop.
the pump holds on run indication into the dcs and filed local control panel remote push button condition operaton wrong like when the push button pushing conditions the pump is off and the push button release condition the pump is on totally opposite condition . And control room inside give the stop command into dcs just 1secon relay engage and again normal condition. How can I slove
What is the use of ‘self’ keyword in python?
Can list be final in java?
what is call handover?
What are the three main elements of a presentation?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How do you prioritize tasks in a Generative AI project?
Difference between cassandra and mongodb?
In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?