Computer Science, asked by shreyamenon3844, 11 months ago

Define looping (NCERT Class 11th)

Answers

Answered by shaivyvi75
0

In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions, and many other things.

Loops are supported by all modern programming languages, though their implementations and syntax may differ. Two of the most common types of loops are the while loop and the for loop

mark me as brainlist

Answered by gratefuljarette
0

Looping is form of programming structure that follows instructions in a sequence in a continuous process till the certain criteria is met

Explanation:

  • In computer programming the implementation of a set of instructions in a sequence which is repeated in a continuous manner for meeting a specific end result.
  • There can be a process that involves the changing of a specific item within the data  or for checking whether there is prescribed number in a specific counter for the flow of program to move ahead till certain condition are met.
  • The programming loops are used by programmers for adding some numbers, go through certain values, repeat the functions, and many forms of set programs which can be operated on the system.  

To know more about computer programming

………. is a computer program that provides services to other computer programs.

https://brainly.in/question/13057357

Similar questions