2
GENERAL INTRODUCTION
Programming languages has developed to be the mostimportant means of communication between the person with aproblem and the digital computer used to solve it. If thecomputer had to be instructed in machine language, it would beunrealistic to find a solution to most problems. This is becausemost machines operate in binary; therefore the only means ofcommunication between the user and the computer itself is theprogramming language.
A. Definition of Programming Language
According to Sammet, author of
Programming Languages:History and
Fundamentals,
“a programming language is a set ofcharacters with rules for combining them. It has the followingcharacteristics; 1) Machine code knowledge is unnecessary, 2)Potential for conversion to other computers, 3) Instructionexplosion, and 4) problem-oriented notation.”
B. Basic Programming Language Terminology’s
1. Source Program: This is the actual program written in ahigher-level language and it is put into the computer mainlyto obtain results.2. Object Program: This program can exist in binary form or in asomewhat complex symbolic assembly language form. It isfrequently used to signify the outcome of translating thesource programming to an assembly level.
Add a Comment