What is looping?Explain in brief...
Answers
Answered by
1
DEFINITIONloopWord of the Dayhands-off infrastructure managementHands-off infrastructure management is the remote, automated administration of server, storage and network resources. When products are marketed with the label "hands-off," it means they have been designed and configured to run with minimal human assistance.Word of the Day Archive20 Newest and Updated TermsAvroquality assurance (QA)gross revenuevoice recognition (speaker recognition)Amazon Pinpointemployee engagement softwareMicrosoft Project Honoluluproject scopeunstructured datahands-off infrastructure managementMicrosoft Windows Insider Program for Businessrisk map (risk heat map)VMware vCenter Server (formerly VMware VirtualCenter)Advanced Message Queuing Protocol (AMQP)network engineerAnsiblecloud backup (online backup)cloud storage serviceSAML (Security Assertion Markup Language)filter bubble
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number. If it hasn't, the next instruction in the sequence is an instruction to return to the first instruction in the sequence and repeat the sequence. If the condition has been reached, the next instruction "falls through" to the next sequential instruction or branches outside the loop. A loop is a fundamental programming idea that is commonly used in writing programs.
Similar questions