Computer Programming - note vi (Scripting Language)
Computer Programming - note vi (Scripting Language)
COMPUTER PROGRAMMING I
CSC 201
Scripting Programming
o Scripting languages are high-level
programming languages designed to automate
tasks, control software applications, and
manage system functions.
o Features of Scripting languages :
a) They are interpreted rather than compiled.
b) They are often used for writing short programs
(scripts) to perform specific tasks.
c) They are lightweight and easy to learn.