Respuesta :
A set of code blocks which is written to solve a particular problem in a certain programming language and passed to the interpreter to run is called a script.
- The script is program's body which is made up of codes written in accordance to the syntax of a certain programming language.
- In other to execute the program written, it has to be passed to the interpreter, which run the script and produces an output.
Hence, the set of code written by a programmer is called the script.
Learn more :https://brainly.com/question/14364607