COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
communicating with peers
|
|
repeatedly doing something
|
|
utilizing technology
|
|
all of the above
|
Detailed explanation-1: -repeating; making repetition; repetitious. relating to or noting a development strategy that involves a cyclical process of refining or tweaking the latest version or iteration of a product, process, or idea to make a subsequent version: Website design is highly iterative.
Detailed explanation-2: -iterative in American English 1. repeating; making repetition; repetitious. Grammar. noting or pertaining to a verb aspect expressing repetition of an action; frequentative.
Detailed explanation-3: -What is the iterative process? The iterative process is the practice of building, refining, and improving a project, product, or initiative. Teams that use the iterative development process create, test, and revise until they’re satisfied with the end result.
Detailed explanation-4: -Definitions of iterative. adjective. marked by iteration. synonyms: reiterative repetitious, repetitive. characterized by repetition.
Detailed explanation-5: -Repetition in a program means that lines of code will be run multiple times. Iteration is a term similar to repetition: it means to continue repeating an action until you achieve the correct outcome.