answersLogoWhite

0


Best Answer

Repetitive code is usually called a loop. Loops are usually iterative, however recursive loops are also possible.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In software programming the repetition of various steps is called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the programming software?

in software programming the rrepetition of various steps is called what


Translating design specifications into computer software is called?

Programming


Which programming software works great when it comes to easty to read software?

Accurately named, the easiest to read software is called Easy Read!


What programming language does Microsoft word?

Word is mostly written in C++. It also contains a programming language which is Visual Basic for Applications, which is an implementation of Microsoft's Visual Basic 6. Search Wikipedia for more info.


What is the difference between a programming language and a database?

Programming language is to develop an application where a database is a place at which we can store the data about any objects and a software which maintains this database is called DBMS.


What does object-oriented mean in the sense of computer programming?

There are various "styles" of software languages. Some software languages are more compartmentalized and allow for the re-use of code much more easily than others. One such programming style, called "object oriented programming" (OOP) allows for programmers to reuse large sets of code by recompiling them into new routines. These "objects" may contain classes, methods, together with the control structures (scripting that controls how the objects interact.


How are computer software programs manufactured?

The "manufacturing" of computer software is called "programming"; also "development". A person or a company will use a special programming language to write instructions, which are then translated into computer code. For more details, check videos or other online resources about "computer programming". You can also find free introductory courses about computer programming in different places.


What is each repetition of an experiment called?

Each repetition is called a trial or sometimes a replicate.


What computer programming did Toy Story use?

It used an animation software called 3ds max.


What is the HTML editor software?

There are various HTML editing software. They are also called IDE's i.e. Integrated Development Environment.


What is the repitition of a consonant called?

The repetition of a consonant in a word is called consonance. Consonance is a literary device where the same consonant sound is repeated in close proximity to each other within a word.


What is two types of programming approaches?

Procedural programming, one that is made of one or more procedures and Object-oriented programming (O.O.P.) where a standard model is used for designing using real-world objects to express patterns, called classes in software.