From Source Code to Machine Language
The statements that are written by the programmer are called "source language," and they are translated into the computer's "machine language" by programs called "assemblers," "compilers" and "interpreters." For example, when a programmer writes MULTIPLY HOURS TIMES RATE, the verb MULTIPLY must be turned into a code that means multiply, and the nouns HOURS and RATE must be turned into memory locations where those items of data are actually located.
Grammar and Syntax
Like human languages, each programming language has its own grammar and syntax. There are many dialects of the same language, and each dialect requires its own translation system. Standards have been set by ANSI for many programming languages, and ANSI-standard languages are dialect free. However, it can take years for new features to be included in ANSI standards, and new dialects inevitably spring up as a result.
Low Level and High Level
Programming languages fall into two categories: low-level assembly languages and high-level languages. Assembly languages are available for each CPU family, and each assembly instruction is translated into one machine instruction by the assembler program. With high-level languages, a programming statement may be translated into one or several machine instructions by the compiler.
Following is a brief summary of the major high-level languages. Look up each one for more details. For a list of high-level programming languages designed for client/server development, see client/server development system.
ActionScript
Programming language for Flash programs. See Flash and ActionScript.
Ada
Comprehensive, Pascal-based language used by the Department of Defense. See Ada.
ALGOL
International language for expressing algorithms. See ALGOL.
APL
Used for statistics and mathematical matrices. Requires special keyboard symbols. See APL.
BASIC
Developed as a timesharing language in the 1960s. It has been widely used in microcomputer programming in the past, and various dialects of BASIC have been incorporated into many different applications. Microsoft's Visual Basic is widely used. See BASIC and Visual Basic.
C
Developed in the 1980s at AT&T. Widely used to develop commercial applications. Unix is written in C. See C.
C++
Object-oriented version of C that is popular because it combines object-oriented capability with traditional C programming syntax. See C++.
C#
Pronounced "C-sharp." A Microsoft .NET language based on C++ with elements from Visual Basic and Java. See .NET.
COBOL
Developed in the 1960s. Widely used for mini and mainframe programming. See COBOL.
dBASE
Used to be widely used in business applications, but FoxPro (Microsoft's dBASE) has survived the longest. See Visual FoxPro, FoxBase, Clipper and Quicksilver.
F#
Pronounced "F-sharp." A Microsoft .NET scripting language based on ML. See F#.
FORTH
Developed in the 1960s, FORTH has been used in process control and game applications. See FORTH.
FORTRAN
Developed in 1954 by IBM, it was the first major scientific programming language and continues to be widely used. Some commercial applications have been developed in FORTRAN. See FORTRAN.
Java
The programming language developed by Sun and repositioned for Web use. It is widely used on the server side, although client applications are increasingly used. See Java.
JavaScript
A scripting language widely used on the Web. JavaScript is embedded into many HTML pages. See JavaScript.
LISP
Developed in 1960. Used for AI applications. Its syntax is very different than other languages. See LISP.
Logo
Developed in the 1960s, it was noted for its ease of use and "turtle graphics" drawing functions. See Logo.
M
Originally MUMPS (Massachusetts Utility MultiProgramming System), it includes its own database. It is widely used in medical applications. See M.
Modula-2
Enhanced version of Pascal introduced in 1979. See Modula-2.
Pascal
Originally an academic language developed in the 1970s. Borland commercialized it with its Turbo Pascal. See Pascal.
Perl
A scripting language widely used on the Web to write CGI scripts. See Perl.
Prolog
Developed in France in 1973. Used throughout Europe and Japan for AI applications. See Prolog.
Python
A scripting language used for system utilities and Internet scripts. Developed in Amsterdam by Guido van Rossum. See Python.
REXX
Runs on IBM mainframes and OS/2. Used as a general purpose macro language. See REXX.
VBScript
Subset of Visual Basic used on the Web similar to JavaScript. See VBScript.
Visual Basic
Version of BASIC for Windows programming from Microsoft that has been widely used. See Visual Basic.
Web Languages
Languages such as JavaScript, Jscript, Perl and CGI are used to automate Web pages as well as link them to other applications running in servers.
Millions of Languages!
Programmers must use standard names for the instruction verbs (add, compare, etc.) in the language they use. In addition, a company generally uses standardized names for the data elements in its databases. However, programmers typically "make up" names for all the functions (subroutines) in the program. Since programmers are loathe to document their code, the readability of the names chosen for these routines is critical.
In a single program, the programmer could make up hundreds of function names as well as names for data structures that hold fixed sums, predefined tables and display messages.
Just Make It Up!
Unless rigid naming conventions are enforced or pair programming is used, whereby one person looks over the shoulders of the other, programmers can make up names that make no sense whatsoever. Little understood by non-programmers, this is the bane of many professionals when they have to modify someone else's program. Debugging another person's code is very difficult if the names are cryptic, and there are few comments, which is often the case. It often requires tracing the logic one statement at a time.
In fact, if programmers are not attentive to naming things clearly, they can have a miserable time reading their own code later on. See pair programming, programmer, to the recruiter and naming fiascos.
![]() | Reproduced with permission from Computer Desktop Encyclopedia. Copyright (c) 1981-2009 The Computer Language Company Inc. All rights reserved. |
Additional Resources
- Sprite Browser 1.0.2 (Windows)
- Sprite Browser is an easy-to-use software that help you access the Internet and lets you record and replay repetitious work. Record & replay all Web surfing activities. Sprite Browser is a template driven Web browser. It record/edit/run template to drive inside Web browser to access Web page. Send messages on...
- Software downloads 2009-11-05
- Java Runtime Environment (JRE) 6 Update 17 (Windows)
- The Java Runtime Environment JRE provides the libraries, the Java Virtual Machine, and other components to run applets and applications written in the Java programming language. In addition, two key deployment technologies are part of the JRE: Java Plug-in, which enables applets to run in popular browsers; and Java Web...
- Software downloads 2009-11-04
- Berkeley UPC 2.10.0 (Mac)
- Unified Parallel C UPC is an extension of the C programming language designed for high performance computing on large-scale parallel machines. The language provides a uniform programming model for both shared and distributed memory hardware. The programmer is presented with a single shared, partitioned address space, where variables may be...
- Software downloads 2009-11-03
- Remember when FrontPage seemed pretty slick?
- My school teaches...... web design in the conventional way. Intro classes cover HTML, CSS, using JQuery modules or writing basic js. Advances classes teach PHP and such. None of the classes I know of cover CMS.I had a summer internship where I used Drupal. I didn't do any of the...
- Discussion threads 2009-10-29
- Google Maps Navigation: The newest feature on Android
- Google Maps Navigator is a feature on the newest Android 2.0 devices like Motorola's new Droid. The application basically makes the GPS device you currently use in your car useless. The features Google has packed into this application are better than most anything you would find...
- Blog posts 2009-10-29
- Logtalk 2.37.5 (Mac)
- Logtalk is an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols interfaces, component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.
- Software downloads 2009-10-29
- Snappy Snippets 1.0.6 (Windows)
- Snappy Snippets is a code snippet organiser for use with any programming, scripting or markup language. Ideal for use with HTML, PHP, CSS, Visual Basic, Visual C++, Java, RealBasic etc... It's features include Tree view of snippets allows easy navigation to the required code. Copy to the clipboard or use...
- Software downloads 2009-10-27
- CreateInstall 5.5.1 (Windows)
- CreateInstall is a versatile and powerful installer for both expert and novice developers. With CreateInstall, you can create fully featured installation programs for your applications. At the heart of CreateInstall is a programming language, which provides superior flexibility and power to enable you to create setups with any degree of...
- Software downloads 2009-10-26
- R for Windows 2.10 (Windows)
- R is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes an effective data handling and storage facility, a suite of operators for calculations on arrays, in particular matrices, a large, coherent, integrated collection of intermediate tools for data analysis, graphical facilities for data...
- Software downloads 2009-10-26
- Application transformation case study targets enterprise bottom line with eye-popping ROI
- But, what hardware, OS, programming language, tools, frameworks, etc, did they use????
- Discussion threads 2009-10-25
- FCC unanimously approves next steps toward Net Neutrality
- Gov't fix, oh joyUh yeah, the internet is undecidely broken. This has a strong possibility of leading to usage limits. Comcast already has walked that line because they are behind the curve on their backbone upgrades. Why would a company who is being paid not provide better...
- Discussion threads 2009-10-22
- Nook Clarified: Really solid progress for e-readers
- Yesterday, I posted a long analysis of what I thought was right and strangely wrong about the Barnes & Noble Nook. Matt Miller today got a clarification about my main concern, which was that Barnes & Noble seemed to have said, according to several published reports, that Wi-Fi would work...
- Blog posts 2009-10-21
- PCLTool SDK 8.795 (Windows)
- PCLTool SDK is a collection of tools to convert complex all levels of HP PCL text, raster and vector files into bitmap formats (TIF, in-memory DIB, PCX, DCX, BMP, XPS and PNG) or vector formats (in-memory GDI, .PDF, WMF and EMF) with matching TrueType fonts for those used to create...
- Software downloads 2009-10-21
- B&N's Nook e-reader: Weirdly unrevolutionary
- In addition to this posting, please visit this clarifications posting to get the whole picture. It would be nice to say, as Matt Miller has, that the e-book and e-reader market was revolutionized today. It simply got more interesting. A careful reading of the $259 Nook's...
- Blog posts 2009-10-20
- Google Web Toolkit 1.7.1 (Mac)
- Google Web Toolkit GWT is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your...
- Software downloads 2009-10-20
- Greenfoot 1.5.6 (Mac)
- An integrated development environment that makes it easy to write games and simulations in the Java Programming Language. It comes with a broad range of demo scenarios and documentation that gets newcomers started very quickly. Greenfoot may be used to learn or teach programming, or just to put a cool...
- Software downloads 2009-10-19
- Processing 1.0.8 (Mac)
- Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve...
- Software downloads 2009-10-18
- Armaide 2.2 (Windows)
- Armaide is a fast and responsive integrated development environment for Windows. It is designed for developing reliable software to run on the powerful NXP / Philips LPC2000 family of ARM-based microcontrollers. The programming language supported by Armaide is Oberon-07. Now you can write software with the readability of Pascal and...
- Software downloads 2009-10-15
- SpaceTime 4.0.1 (Mac)
- Revolution in mathematics software with 2D, 3D, and time graphing with MobileCAS for algebra and calculus. Explore mathematical concepts in an innovative interface and write your own scripts in our new powerful programming language. With features only available in Mathematica and MATLAB, SpaceTime is the most powerful cross-platform mathematics software...
- Software downloads 2009-10-14
- Acorn co-founder talks early computers
- Acorn co-founder Andy Hopper told silicon.com that he believes the BBC Micro - with its easy to grasp Basic programming language - offered an experience that is missing today. Andy Hopper is co-founder of the iconic Acorn Computers and currently head of the computer laboratory at the University of...
- News items 2009-10-12
Neighboring Terms
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
SmartPlanet
- Thought-provoking progressive ideas on diverse topics that intersect with technology, business, and life, and matter to the world at large. Visit SmartPlanet
- More from IBM
- How to Drive Better Business Outcomes with Exceptional Web Experiences Download the eBook
- Driving Business Agility through SOA Connectivity & Integration Read the White Paper from IBM
- Linking Decisions and Information for Organizational Performance Read the Tom Davenport study




