Script language Practical Cse Diploma 3rd sem
Scripting language practical File Rgpv Cse Diploma 3rd sem. Scripting language :- A scripting language is a type of programming language that is interpreted by another program at runtime, rather than compiled by the computer before execution. Scripting languages are often used for writing short and simple programs, such as automating tasks, creating dynamic web pages, or adding interactivity to games. Some examples of scripting languages are JavaScript, Python, Ruby, Perl, and PHP¹²³⁴⁵. Advantage of Scripting language :- They are easier to learn and use, as they have simpler syntax and less strict rules. They are more portable, as they can run on different platforms without requiring recompilation. They are more flexible, as they can interact with other programs and languages, and modify themselves at runtime. They are faster to develop and debug, as they do not need a separate compilation step and can show errors immediately. Disadvantages of Script...