Jump to content

DDK Glossary - E: Difference between revisions

From EDM2
Created page with "(1) In a database, the record that is first accessed upon entry into a database, caused by a user's command. (T) (2) The address or label of the first instruction executed o..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
(1) In a database, the record that is first accessed upon entry into a database, caused by a user's command. (T)
#In a database, the record that is first accessed upon entry into a database, caused by a user's command.


(2) The address or label of the first instruction executed on entering a computer program, routine, or subroutine. A computer program, routine, or subroutine may have a number of different entry points, each perhaps corresponding to a different function or purpose. (I) (A) Synonymous with entrance, entry.  
#The address or label of the first instruction executed on entering a computer program, routine, or subroutine. A computer program, routine, or subroutine may have a number of different entry points, each perhaps corresponding to a different function or purpose. Synonymous with entrance, entry.


(3) In a routine, any place to which control can be passed. (A)
#In a routine, any place to which control can be passed.


(4) In the C, FORTRAN, and Pascal languages, the address or label of the first instruction processed or entered in a program, routine, or subroutine. A program, routine, or subroutine can have a number of different entry points , each corresponding to a different function or purpose.  
#In the C, FORTRAN, and Pascal languages, the address or label of the first instruction processed or entered in a program, routine, or subroutine. A program, routine, or subroutine can have a number of different entry points, each corresponding to a different function or purpose.


[[Category:Glossary]]
[[Category:Stub]]

Revision as of 21:41, 28 October 2017

  1. In a database, the record that is first accessed upon entry into a database, caused by a user's command.
  1. The address or label of the first instruction executed on entering a computer program, routine, or subroutine. A computer program, routine, or subroutine may have a number of different entry points, each perhaps corresponding to a different function or purpose. Synonymous with entrance, entry.
  1. In a routine, any place to which control can be passed.
  1. In the C, FORTRAN, and Pascal languages, the address or label of the first instruction processed or entered in a program, routine, or subroutine. A program, routine, or subroutine can have a number of different entry points, each corresponding to a different function or purpose.