Definition

interpreted (script)

Part of the Operating systems glossary:

An interpreted program, sometimes called a script , is a program whose instructions are actually a logically sequenced series of operating system commands, handled one at a time by a command interpreter . In turn, the command interpreter requests services from the operating system. The writer of the interpreted program need not be concerned by low-level storage management considerations. On the other hand, an interpreted program can not be as efficient as a compiled program, which has been processed by a language compiler. A language compiler converts source statements into something close to the strings of 0's and 1's that a processor ultimately is given to work on. Because this work is already done before a compiled program is run, it runs much more quickly.

Next Steps

An interpreted program in a language such as PERL is much easier to write than a program written for a compiler. Interpreted programs are ideal for small tasks and for "gluing together" a succession of compiled programs that are run from the interpreted program.

This was last updated in March 2011
Posted by: Margaret Rouse

Related Terms

Definitions

  • shell script

    - A shell script is a text file that contains a sequence of commands for a UNIX-based operating system. (SearchEnterpriseLinux.com)

  • Bourne shell

    - The Bourne shell is the original UNIX shell (command execution program, often called a command interpreter) that was developed at AT&T. Named for its developer, Stephen Bourne, the Bourne shell is ... (SearchEnterpriseLinux.com)

  • command

    - In computers, a command is a specific order from a user to the computer's operating system or to an application to perform a service, such as "Show me all my files" or "Run this program for me. (SearchWinIT.com)

Glossaries

  • Operating systems

    - Terms related to operating systems, including definitions about open source and proprietary operating systems and words and phrases about system programs, boot mechanisms, kernels, command interpre...

  • Internet applications

    - This WhatIs.com glossary contains terms related to Internet applications, including definitions about Software as a Service (SaaS) delivery models and words and phrases about web sites, e-commerce ...

Dig Deeper

  • Scripting hosts and the interpreter

    Scripting is simpler than it looks and can save you substantial time and effort. Here are some basic scripting concepts for newbies as we introduce a new regular column by Christa Anderson, a noted... (SearchWindowsServer.com)

  • How are scripts interpreted?

    Scripting is simpler than it looks and can save you substantial time and effort. Here are some basic scripting concepts for newbies as we introduce a new regular column by Christa Anderson, a noted... (SearchWindowsServer.com)

  • Rhino in Spring 1.1 ready to run

    Rhino in Spring, which is designed to integrate the Mozilla Foundation's Rhino JavaScript interpreter for Java with the Spring Framework, has its next evolutionary release, 1.1. The current release... ()

Fast References

People Who Read This Also Read...

Ask a Question. Find an Answer.Powered by ITKnowledgeExchange.com

Ask An IT Question

Get answers from your peers on your most technical challenges

Ask Question

Tech TalkComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.