For a diafhram 1.5 d =kn(p-p0) D4 Where d in deflection in inch k=constant n=no of capdule (P-P0)=Applied pressure in psi D In active dia at capsule. -1.5 d=k to p d being constant -1.5
2495Post New Shiv Tech Marine Control Interview Questions
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
explain your family background.
How do I format tabs in excel 2013?
Explain about the different channel types in Flume.
What are advantages of spring usage?
What is trigger in dbms?
What is non primitive data type in java?
How do you specify the number of iterations and specific condition within a single do loop?
Explain difference between mpp & mrp?
What is microsoft outlook used for?
Can there be more than 1 main window in sap script?
What is the difference between Case Object and Object(Normal Object)?
Why are data files so large?
What is master page in dtp?
What are the several types of log files in the appserver?