Home > Common Problem > body text

What does script mean in layman's terms?

王林
Release: 2023-01-13 00:33:59
Original
48124 people have browsed it

Generally speaking, a script is a file composed of commands. It is an executable file written in a certain format using a specific descriptive language. Scripts are batch files that can make a routine task much more efficient.

What does script mean in layman's terms?

#The operating environment of this article: windows10 system, thinkpad t480 computer.

Generally speaking, a script is a file composed of commands.

Official definition:

Script is an executable file written in a certain format using a specific descriptive language.

Extensions:

Script language, also known as extended language, or dynamic language, is a programming language used to control software applications. Scripts are usually written in text ( ASCⅡ) is saved and is only interpreted or compiled when called.

Features:

(1) A script is a script

(2) A script is an ordinary text file, a batch file

(3) Script Directed the occurrence of a sequence of events

(4) The script greatly improved the efficiency of a routine task

Open a common batch file with the extension .bat in Windows systems, and a A black window with some white words bursting out, this is a batch file, which is also a script file.

Free video tutorial recommendation: php video tutorial

The above is the detailed content of What does script mean in layman's terms?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template