1.

What Are The Three Different Records Used In Object Program?

Answer»

The header record, text record and the end record are the THREE different records USED in object program. 

  1. The header record contains the program name, starting address and length of the program. 
  2. Text record contains the translated instructions and data of the program. 
  3. End record marks the end of the object program and SPECIFIES the address in the program where execution is to BEGIN

The header record, text record and the end record are the three different records used in object program. 



Discussion

No Comment Found