ANSI ISO IEC 2382-7-1989 Information technology - Vocabulary - Part 07 Computer programming (Adopted by INCITS)《信息技术.词表.第07部分 INCITS采纳的计算机程序》.pdf
《ANSI ISO IEC 2382-7-1989 Information technology - Vocabulary - Part 07 Computer programming (Adopted by INCITS)《信息技术.词表.第07部分 INCITS采纳的计算机程序》.pdf》由会员分享,可在线阅读,更多相关《ANSI ISO IEC 2382-7-1989 Information technology - Vocabulary - Part 07 Computer programming (Adopted by INCITS)《信息技术.词表.第07部分 INCITS采纳的计算机程序》.pdf(31页珍藏版)》请在麦多课文档分享上搜索。
1、INTERNATIONAL ISOIIEC STANDARD 2382-7 NORME INTERNATIONALE Second edition Deuxi b) the term or the generally preferred term in the language. The absence of a generally accepted term for the concept in the language is indicated by a symbol consisting of five points (J; a row of dots may be used to in
2、dicate, in a term, a word to be chosen in each particular case; c) the preferred term in a particular country (identified according to the rules of IS0 3166); d) the abbreviation for the term; e) permitted synonymous term(s); f) the text of the definition (see 1.3.4); g) one or more examples with th
3、e heading “Example(s)“; h) one or more notes specifying particular cases in the field of application of the concepts, with the heading “NOTE(S)“; i) a picture, a diagram, or a table which could be common to several entries. 1.3.3 Classification of entries A two-digit serial number is assigned to eac
4、h part of this Inter- national Standard, beginning with 01 for “fundamental terms”. The entries are classified in groups to each of which is assigned a four-digit serial number, the first two digits being those of the part of this International Standard. 1.3 Principes dhtablissement et regles suivie
5、s 1.3.1 Definition de Iarticle La section 2 est composbe dun certain nombre darticles. Cha- que article est compose dun ensemble dbkments essentiels comprenant le num b) le terme, ou le terme prt+f les points de suspension peuvent cl le terme pr6f d) Iabkviation pouvant etre employee B la place du t
6、erme; e) le terme ou les termes admis comme synonymes; f) le texte de la definition (voir 1.3.4); g) un ou plusieurs exemples pr h) une ou plusieurs notes prkisant le domaine dapplication de la notion, pr i) une figure, un schema ou un tableau, pouvant a diagnostic program; a trace pro- gram; a sort
7、 program. tI7.01.05 algorithmic language An artificial language for expressing algorithms. w.01.06 programming language An artificial language for expressing computer programs. 07.01.07 problem-oriented language A programming language that reflects the concepts of a par- ticular application area. Ex
8、amples: SQL for database applications, COBOL for business applications. CU.01 .ct3 machine language An artificial language composed of the machine instructions of a computer. Section 2: Termes et definitions 07 Programmation des ordinateurs 07.01 Termes gchkaux 07.01 .Ol contexte de programmation en
9、vironnement de programmation Ensemble integre de matbrie/ et de logiciel permettant le d to nest one subroutine within another subroutine. 07.02.04 functional programming A method for structuring programs mainly as sequences of possibly nested *function procedure *calls. 07.02.05 object-oriented pro
10、gramming A method for structuring programs as hierarchically organized classes describing the data and operations of objects that may interact with other objects. 07.02.06 logic programming A method for structuring programs as sets of logical rules with predefined algorithms for the processing of in
11、put data to a pro- gram according to the rules of that program. 07.02.07 1. microprogramming The preparation of microprograms. 07.02.oa 2. microprogramming The technique used in the design of hardware that is to be con- trolled by microprograms. 07.02.09 subroutine A sequence of instructions whose e
12、xecution is invoked by a call. 07J2.10 recursive subroutine A subroutine that may invoke itself. NOTE - A recursive subroutine normally contains a ca/ that invokes this subroutine directly or indirectly. 07.02.11 coroutine A subroutine which, when called again after an execution, resumes at the retu
13、rn point of its previous execution. 07.02.02 affinement progressif MBthode permettant de construire des programmes par placer un sous-programme B Iintbrieur dun autre sous- programme. 07.02.04 programmation fonctionnelle MBthode utilis6e pour structurer les programmes en les Bcri- vant, pour la plus
14、 grande part, sous la forme de suites dappels de fonctions, Bventuellement emboMs. 07.02.05 programmation adapt6e B Iobjet programmation orienthe hers l)objet MBthode utilis6e pour structurer les programmes sous la forme de classes organisbes hi6rarchiquement et dbcrivant les don- n6es et les opkati
15、ons portant sur des objets qui peuvent inter- agir avec dautres objets. 07.02.06 programmation en logique MBthode utilis6e pour structurer les programmes sous la forme densembles de r il est g6tGralement r6serv6 au sysi6me &exploitation. 07.06.13 jump instruction An instruction that specifies a jump
16、. 07.06.13 instruction de saut Instruction qui specific un saut. 07.06.14 unconditional jump instruction A jump instruction that specifies a mandatory jump. 07.06.14 instruction de saut inconditionnel Instruction desaut qui ne spkifie pas de condition pour le saut. 07.66.16 conditional jump instruct
17、ion A jump instruction that specifies a condition for the jump. 07.06.15 instruction de saut conditionnel instruction de saut qui spbcifie une condition pour le saut. 07.W.16 calling sequence A sequence of instructions together with any associated data necessary to execute a Cal/. 07.06.16 sequence
18、dappel Skquence dinstructions et de donnees associbes, n6cessaires pour exbcuter un appef. 07JE.17 address A value that identifies a location. 07.06.17 adresse Valeur identifiant une localisation. Examples: A register number, the address of a particular part of storage, a device address, a network a
19、ddress. Exemples: Num6ro dun registre, adresse dune partie dktermi- n6e dune mkmoire, adresse dun appareil, adresse dun r&eau. 07.W.16 symbolic address An identifier that represents an address. 07.06.18 adresse symbolique ldentificateur qui reprbsente une adresse. 07.06.19 base address An address us
20、ed as the origin in the calculation of addresses. 07.08.19 adresse de base Adresse utilis6e comme point de depart pour le calcul des adresses. 17 ISO/IEC 2382-7 : 1989 (E/F) 07.0620 absolute address A directsddress that identifies a location without reference to a base sddress. NOTE - An absolute ad
21、dress may itself be a base address. 07.06.21 relative address A direct address that identifies a location by means of its displacement from a b8Se address, 07.0622 direct address An address that identifies a location without reference to a storage location containing another address. 07.0623 indirec
22、t address An address of a storage location that contains an address iden- tifying the ultimate location. NOTE - The storage location may be the first address field of a chain- edlist of address fields, the last of which identifies the ultimate loca- tion. 07.06.24 relocatable address An address that
23、 needs to be adjusted when the computer pro- gram containing it or data the address refers to is relocated. 07.06.25 index (in programming) An integer that identifies the position of a data item in a sequence of data items. 07.06.26 indexed address An address that is to be modified by the content of
24、 an index register. 07.0620 adresse absolue Adresse directe qui se suffit B elle-m&me sans utiliser dadresse de base. NOTE - Une adresse absolue peut elle-mbme constituer une adrease de base. 07.06.21 adresse relative Adresse directe qui identifie une localisation au moyen de son dkalage par rapport
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSIISOIEC238271989INFORMATIONTECHNOLOGYVOCABULARYPART07COMPUTERPROGRAMMINGADOPTEDBYINCITS 信息技术 词表 07

链接地址:http://www.mydoc123.com/p-437237.html