DDK Glossary - E: Difference between revisions
Appearance
m Ak120 moved page Entry point to DDK Glossary - E |
mNo edit summary |
||
Line 1: | Line 1: | ||
;entry point | |||
#In a database, the record that is first accessed upon entry into a database, caused by a user's command. | #In a database, the record that is first accessed upon entry into a database, caused by a user's command. | ||
#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. | #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. | ||
#In a routine, any place to which control can be passed. | #In a routine, any place to which control can be passed. | ||
#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. | ||
;EOI:End Of Interrupt | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 18:50, 13 July 2019
- entry point
- In a database, the record that is first accessed upon entry into a database, caused by a user's command.
- 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.
- In a routine, any place to which control can be passed.
- 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.
- EOI
- End Of Interrupt