object code - definizione. Che cos'è object code
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è object code - definizione

COMPUTER CODE COMPILED FROM SOURCE CODE
Object Code; Overhead code; Code object

object code         
The machine code generated by a source code language processor such as an assembler or compiler. A file of object code may be immediately executable or it may require linking with other object code files, e.g. libraries, to produce a complete executable program. (1995-01-31)
object         
WIKIMEDIA DISAMBIGUATION PAGE
Object orientation; Objects; Oject; Object (disambiguation); Objecct; Event-driven object-orientation; Objects (disambiguation)
n.
1.
Thing, reality, particular, existence, fact, phenomenon, percept, thing perceived, external reality.
2.
Mark, aim, target, butt; goal, end, destination; recipient, correlate, or complement (of a conscious subject).
3.
End, aim, intent, intention, purpose, design, motive, use, view, drift, goal, final cause.
4.
(Gram.) Regimen, complement.
object         
WIKIMEDIA DISAMBIGUATION PAGE
Object orientation; Objects; Oject; Object (disambiguation); Objecct; Event-driven object-orientation; Objects (disambiguation)
I
n.
1) a material, physical object
2) a sex object
3) (grammar) a direct; indirect object
4) (misc.) an object of derision; an unidentified flying object (= UFO)
II
v.
1) to object strenuously, strongly, violently
2) (D; intr.) to object to (to object to new taxes)
3) (L) she objected that the accusation was based on hearsay

Wikipedia

Object code

In computing, object code or object module is the product of a compiler.

In a general sense object code is a sequence of statements or instructions in a computer language, usually a machine code language (i.e., binary) or an intermediate language such as register transfer language (RTL). The term indicates that the code is the goal or result of the compiling process, with some early sources referring to source code as a "subject program".