High-Level Language
)A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages. In contrast, assembly languagesare considered low-level because they are very close to machine languages.
The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a compiler or interpreter.
The first high-level programming languages were designed in the 1950s. Now there are dozens of different languages, including Ada, Algol, BASIC, COBOL, C, C++, FORTRAN, LISP, Pascal, and Prolog.
Read Also:
- high memory
See high memory area.
- high memory area
In DOS -based systems, the high memory area refers to the first 64K of extended memory.
- H.225
H.225.0 is a key protocol in the H.323 VoIP architecture defined by ITU-T. H.225.0 describes how audio, video, data and control information on a packet based network can be managed to provide conversational services in H.323 equipment. H.225.0 has two major parts: Call signaling and RAS (Registration, Admission and Status).
- himem.sys
An extended memory (XMS) driver included with DOS, Windows 3.1, Windows for Workgroups and Windows 95. Windows 95 automatically loads himem.sys during start-up. With older versions of Windows, and with DOS, himem.sys must be explicitly loaded by placing a command in CONFIG.SYS.
- hit
(1) Also called a page hit. The retrieval of any item, like a page or a graphic, from a Web server. For example, when a visitor calls up a Web page with four graphics, that’s five hits, one for the page and four for the graphics. For this reason, hits often aren’t a good indication […]