answersLogoWhite

0


Best Answer

Scripting does not ever really change the program. Although it is much like programming, the method of how the code is used is different. In Programming you write your desired code and then compile it into an excutable which is directly associated with machine code. While scripting allows the coder to write the desired information or code which is compiled every time it is requested. How ever scripting allows you to achieve your desired result by making your code. Then when you request it the preproccessor applications will take the code and read it much like you would a set of cooking instructions or map directions. You all ready know what one cup is, same as water and a pan. So the instructions tell you to add One cup of Water into the Pan, thus you do many small steps such as grab the cup, turn on the facet, but all those are all ready known and not needed in the instructions.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does scripting change a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of self-replicating program uses a scripting engine to attack?

The type of self-replicating program that uses a scripting engine to attack is called a worm. This is a type of computer virus.


What is vbscript?

! VBScript is a Microsoft created program. It stands for Visual Basic Scripting


How do you Script in Photoshop cs5?

Go to C:\Program Files\Adobe\Adobe Photoshop CS5\Scripting in Windows XP or find Photoshop\Scripting folder on your computer for detailed information's.


What is scripting or scripting language?

Scripting languages, of which JavaScript is one, are light-weight programming languages (i.e. not a fully featured programming languages) that exist to enhance HTML and web pages so that they are dynamic or interactive. They interact with, amend or generate HTML. They would not have any function outside of a web page environment.


Difference between perl scripting and shell scripting?

Perl is a scripting language. It is not, however, a shell scripting language because Perl is not a shell program. A shell program is one that usually interacts with a user and provides certain user interface abilities. Perl was not designed for that purpose. You can certainly program a shell to operate in various fashions. A shell script is usually provided for redundant tasks and series of commands, unattended operation, and so forth. Perl is a "kitchen sink" of ways to interact with data, databases, networks, and so forth. It is a great language for manipulating text in various ways.


What is a self replicating program using a scripting engine to attack and infect a host file?

mass-mailing worm


What type of self-replication program uses a scripting engine to attack and infect a host file?

macro-virus


What is the use of scripting languages?

Scripting languages are simply to tell the computer / machine what to do next. They generally consist of commands and declarations in order to create something on the screen (a program) that ultimately aim to turn what's on paper to the screen for electronic use.


How do you change your gold on gaiaonline?

By earning or losing it. If you mean by scripting it, you can. As soon as you change to another page, your gold changes back to its original amount


What is The type of self replicating program uses a scripting engine to attack the host file?

Macro-virus


Can CGI scripting be done in notepad?

Yes. CGI scripting can be done in notepad, since CGI scripting is just the scripting of normal programming languages, like Python and Perl.


Is HTML a type of web scripting?

HTML [Hyper Text Markup Language] is a set of instructions on a document for displaying within a web browsers. It doesn't display without a web browser or browser-like program. HTML can be used to actuate a script (as in a javascript) or make calls to servers with scripting programs there [like BASH or CGI], but HTML in and of itself is not a scripting language.