answersLogoWhite

0

Simply put, a scripting language is a way to write commands that a computer interprets one by one. A script of this kind is usually readable by humans. This is in contrast to a compiled programming-language, where the entire "script" (or source code, more correctly) is first translated into machine-readable codes, and then run at a later time. This is quicker when run, but generally take more work to create. An example of a scripting language is JavaScript, which is used to do various tasks in webpages. Your webbrowser reads the commands in the script, and runs them one by one in order to complete one or several tasks. A simple example: When internet explorer runs this, it would store 'First part' in a variable called x, and likewise 'seccond part' in y. Then it puts them together in z, and finally writes it out to the screen in the form of a popup-box (The kind where you have to click "ok" to make it dissapear). (Note: If the same thing was created with a compiled language, you could end up with a file to run as a program, eg. example.exe, and you would not be able to read the commands running it).

User Avatar

Wiki User

17y ago

Still curious? Ask our experts.

Chat with our AI personalities

TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa

Add your answer:

Earn +20 pts
Q: What is scripiting language explain with with eg?
Write your answer...
Submit
Still have questions?
magnify glass
imp