answersLogoWhite

0

What are the components of loop?

Updated: 11/1/2022
User Avatar

Wiki User

12y ago

Best Answer

a loop consist of

data initialization;test condition;updation;

example a for loop

for(int a=1;a<5;a++)

the loop will be executed 5 times

four positives result and the last test condition will be failed and the loop will be exited

there are many loops some of them are

while loop,do...while loop,for loop,maybe more......

do while is an exit check loop and while and for are entry check loop.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the components of loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the component of oscillator?

It can contain active and passive components with a positive feedback loop.


Why open loop configuration of opamp not used in linear applications?

Open loop means max amplification of an amplifier. if the open loop is very it will probably oscillate since there is not a feedback to control it or it will go to one rail of the other saturated


What are the components of the renal tubule as they are encountered by filtrate?

proximal continuous tubule loop of henle distal continuous tubule


What do you call a circuit that has only one path?

The simplest circuit is a single loop of components connected in series; that is, the components are connected head to tail, with the first and last components connected to close the loop and complete the circuit. See the nearby link for the most rudimentary series circuit imaginable.


What are pre manufactured components in textiles?

Things like buttons, zips, sequins, toggles, drawstrings, beads, shape fasteners,hook and a loop


Does an open loop gain of an op-amp change with a variation of the resistors and transistors inside the IC?

It could do, which is why an op-amp is made with a very high open-loop gain so that the actual gain can be closely controlled by the passive feedback components.


What are the release dates for Loop Loop Loop Loop - 2014?

Loop Loop Loop Loop - 2014 was released on: USA: 15 February 2014


In abseiling what are karabiners?

A carabiner or karabiner is a metal loop with a sprung or screwed gate. The loop part opposite the gate is referred to as the spine. It can quickly and reversibly connect components in safety-critical systems. The word comes from "Karabinerhaken", meaning "hook for a carbine" in German.


What is a nested loop in java?

A nested loop is a (inner) loop that appears in the loop body of another (outer) loop. The inner or outer loop can be any type: while, do while, or for. For example, the inner loop can be a while loop while an outer loop can be a for loop.


What is the purpose of channel coding?

The purpose of channel coding is to maintain the frequency components in the data stream inside the bandwidth determined by the TX loop filter and RX filter.


What are the three basic components of every feedback control system?

The three main components of the feedback loop are; soliciting information, collecting information and compiling the information into a report. The last component of the feedback loop is implementation of the information


The while loop is a type of loop?

Is loop