2 minute read

Computer Languages

Fourth-generation Language



Fourth-generation languages attempt to make communicating with computers as much like the processes of thinking and talking to other people as possible. The problem is that the computer still only understands zeros and ones, so a compiler and interpreter must still convert the source code into the machine code that the computer can understand. Fourth-generation languages typically consist of English-like words and phrases. When they are implemented on microcomputers, some of these languages include graphic devices such as icons and onscreen push buttons for use during programming and when running the resulting application.



Many fourth-generation languages use Structured Query Language (SQL) as the basis for operations. SQL was developed at IBM to develop information stored in relational databases. Eventually, it was adopted by the American National Standards Institute (ANSI) and later by the International Standards Organization (ISO) as a means of managing structured, factual data. Many database companies offer an SQL-type database because purchasers of such databases seek to optimize their investments by buying open databases, i.e., those offering the greatest compatibility with other systems. This means that the information systems are relatively independent of vendor, operating system, and computer platform.

Examples of fourth-generation languages include PROLOG, an artificial intelligence language that applies rules to data to arrive at solutions; and OCCAM and PARLOG, both parallel-processing languages. Newer languages may combine SQL and other high-level languages. IBM's Sonnet is being modified to use sound rather than visual images as a computer interface.

In 1991, development began on a refinement of C++ that would be adaptable to the Internet. The result, in 1995, was Java. The program formed the basis of the Netscape Internet browser. Java enables files to be acquired from the Internet in order to run programs or subprograms. This adaptability has made Java a very popular language.

Resources

Books

Block, Joshua. Effective Java Programming Language Guide. New York: Addison Wesley Professional, 2001.

Cockburn, Alistar Agile Software Development. Boston: Addison-Wesley, 2001


Other

Bangladesh University of Engineering & Technology. "History of Linux." Department of Computer Science & Engineering. July 24, 2002 [cited January 16, 2002]. <http://ragib.hypermart.net/linux/>.


Randall S. Frost

KEY TERMS

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Binary digit

—Either of two digits (0 or 1) used to express numbers in binary scale. In binary scale, the base is two, and successive places denote units, twos, fours, etc. Thus, 10 in the binary scale represents the number 2 in base ten, and 100 the number 4.

Additional topics

Science EncyclopediaScience & Philosophy: Cluster compound to ConcupiscenceComputer Languages - First-generation Language, Second-generation Language, Third-generation Language, Fourth-generation Language