answersLogoWhite

0

that is..

User Avatar

Jose Luettgen

Lvl 13
3y ago

What else can I help you with?

Related Questions

What is the primary function of the ascending loop of henle?

the primary function of the ascending loop of henle in the kidney


What is the function of the capillary loop?

what funtion does the capillary loop have in the hair follicle


What are functions in JAVA?

for loop function


Explain open-loop transfer function of a close system?

An open loop transfer function is the transfer function of a system without incorporating the feedback component. For example, where the closed loop transfer function with unity feedback H(s) = G(s)/(1+G(s)) it can be deduced that the open loop transfer function is Y(s)/U(s) = G(s).


What is the function of a feedback loop?

to regulate a process


What is the function of the function descending loop of henle?

It reabsorbs water from Renal Tubules.


How many types of fingerprint patterns are there?

7 there are Arch ,Tentarch, whorl, loop ,double loop ,mixed,and pocketed loop


What are the different types finger prints?

accidental, central pocket loop, double loop, loop, plain arch, tented arch


Double loop circulatory system?

y34hh


Difference between break function and continue function?

The 'break' command will stop a loop from going any further, where a 'continue' command will start the loop over at the top (or bottom) of the loop, bypassing other instructions that may be in the loop. The 'continue' command will not stop a loop, but a 'break ' command will.Note: these statements aren't commands or functions.


How many jumps are in ice skating?

There is a waltz jump and then there are toe loop, salchow, loop, flip, lutz and axel which can all be done as single, double, triple or quad jumps (ex. loop, double loop, triple loop, quad loop). so there are about 24-25 (although i dont think anyone has ever done a quad axel)


How do you get a timer to work in a loop to slow it down in vb6?

You can use the Sleep function in VB6 to introduce a delay within your loop. This function pauses the execution for a specified number of milliseconds. Just insert Sleep(milliseconds) in your loop to slow it down.