object code


)The code produced by a compiler. Programmers write programs in a form called source code. The source code consists of instructions in a particular language, like C or FORTRAN. Computers, however, can only execute instructions written in a low-level language called machine language.

To get from source code to machine language, the programs must be transformed by a compiler. The compiler produces an intermediary form called object code. Object code is often the same as or similar to a computer’s machine language. The final step in producing an executable program is to transform the object code into machine language, if it is not already in this form. This can be done by a number of different types of programs, called assemblers, binders, linkers, and loaders.

Read Also:

  • object oriented

    A popular buzzword that can mean different things depending on how it is being used. Object-oriented programming (OOP) refers to a special type of programming that combines data structures with functions to create re-usable objects (see under object-oriented programming). Object-oriented graphics is the same as vector graphics. Otherwise, the term object-oriented is generally used to […]

  • object-oriented graphics

    The representation of graphical objects, such as lines, arcs, circles, and rectangles, with mathematical formulas. This method of describing objects enables the system to manipulate the objects more freely. In an object-oriented system, for example, you can overlap objects but still access them individually, which is difficult in a bit-mapped system. Also, object-oriented images profit […]

  • Object-Oriented Programming

    A type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one […]

  • ORM

    Short for object role modeling, a conceptual database design methodology that allows the user to express information as an object and explore how it relates to other information objects.

  • obliq

    A lexically scoped interpreted programming language that supports distributed object-oriented computing. Obliq computations can roam over the network, while maintaining network connections. In Obliq, there are no class hierarchies as every object is potentially and transparently a network object. An object may become accessible over the network either by the negotiation of a name server […]


Disclaimer: object code definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.