GB/T 11457-2006 PDF English
US$1510.00 · In stock · Download in 9 secondsGB/T 11457-2006: Information technology - Software engineering terminology Delivery: 9 seconds. True-PDF full-copy in English & invoice will be downloaded + auto-delivered via email. See step-by-step procedureStatus: Valid GB/T 11457: Evolution and historical versions
Standard ID | Contents [version] | USD | STEP2 | [PDF] delivery | Name of Chinese Standard | Status |
GB/T 11457-2006 | English | 1510 |
Add to Cart
|
0-9 seconds. Auto-delivery
|
Information technology - Software engineering terminology
| Valid |
GB/T 11457-1995 | English | RFQ |
ASK
|
11 days
|
Software engineering terminology
| Obsolete |
GB/T 11457-1989 | English | RFQ |
ASK
|
3 days
|
Software engineering terminolgy
| Obsolete |
Excerpted PDFs (Download full copy in 9 seconds upon purchase)PDF Preview: GB/T 11457-2006
GB/T 11457-2006: Information technology - Software engineering terminology---This is an excerpt. Full copy of true-PDF in English version (including equations, symbols, images, flow-chart, tables, and figures etc.), auto-downloaded/delivered in 9 seconds, can be purchased online: https://www.ChineseStandard.net/PDF.aspx/GBT11457-2006
NATIONAL STANDARD OF THE
PEOPLE’S REPUBLIC OF CHINA
ICS 35.080
L 77
Replacing GB/T 11457-1995
Information technology -
Software engineering terminology
Issued on. MARCH 14, 2006
Implemented on. JULY 01, 2006
Issued by. General Administration of Quality Supervision, Inspection and
Quarantine;
Standardization Administration of the People's Republic of
China.
Table of Contents
Foreword... 3
1 Scope... 5
2 Terms, definitions and abbreviations... 5
English index... 274
1 Scope
This Standard defines general terms in the field of software engineering. It is
applicable to software development, use and maintenance, research, teaching
and publishing.
2 Terms, definitions and abbreviations
2.1 1GL
1GL is acronym for first generation language. See. machine language (2.890).
2.2 2GL
2GL is acronym for second generation language. See. assembly language
(2.86).
2.3 3GL
3GL is acronym for third generation language. See. high order language (2.702).
2.4 4GL
4GL is acronym for fourth generation language. See. 2.654.
2.5 5GL
5GL is acronym for fifth generation language. See. 2.623.
2.6 abend
Abbreviation for abnormal end. A process is terminated before it is completed.
See also. abort (2.8) and exception (2.575).
2.7 abnormal end
A process is terminated before it is completed. See also. abort (2.8) and
exception (2.575).
2.8 abort
A process is forced to terminate before it is completed. See also. abend (2.6)
and exception (2.575).
2.9 absolute address
An address that is permanently assigned to a device or storage location and
that identifies the device or location without the need for translation or
calculation.
See also. absolute assembler (2.10), absolute code (2.11), absolute instruction
(2.12) and absolute loader (2.13).
Contrast with. relative address (2.1331), relocatable address (2.1342) and
symbolic address (2.1636).
2.10 absolute assembler
An assembler that produces absolute code.
Contrast with. relocating assembler (2.1346).
2.11 absolute code
A code in which all addresses are absolute addresses.
Contrast with. relocating code (2.1343).
2.12 absolute instruction
A computer instruction in which all addresses are absolute addresses.
See also. direct instruction (2.483), effective instruction (2.532), immediate
instruction (2.722) and indirect instruction (2.745).
2.13 absolute loader
A loader that reads absolute machine code into main memory, beginning at the
initial address assigned to the code by the assembler or compiler, and performs
no address adjustments on the code.
Contrast with. relocating loader (2.1347).
2.14 absolute machine code
A machine language code that must be loaded into a fixed storage location and
cannot be relocated each time it is used.
2.92 assessment instrument
A tool or set of tools that is used throughout an assessment to assist the
assessor in evaluating the performance or capability of processes and in
handling assessment data and recording the assessment results.
2.93 assessment output
All of the tangible results from an assessment (See. assessment record (2.96)).
2.94 assessment participant
An individual who has responsibilities within the scope of the assessment.
2.95 assessment purpose
A statement, provided as part of the assessment input, which defines the reason
for performing the assessment.
2.96 assessment record
An orderly, documented collection of that information which is pertinent to the
assessment and adds to the understanding and verification of the process
profiles generated by the assessment.
2.97 assessment scope
A definition of the boundaries of the assessment, provided as part of the
assessment input, encompassing the organizational limits of the assessment,
the processes to be included, and the context within which the processes
operate (See. process context (2.1194)).
2.98 assessment sponsor
The individual, internal or external to the organization being assessed, who
requires the assessment to be performed, and provides financial or other
resources to carry it out.
2.99 assignment statement
A computer program statement that is used to express a series of operations,
or to assign an operand to a specified variable, or a symbol, or both a variable
and a symbol; for example, Y = X + 5.
See also. clear (2.213), initialize (2.756) and reset (2.1372).
Contrast with. control statement (2.343) and declaration (2.416).
2.100 association
To specify semantic association between multiple categories connected
between instances.
2.101 association class
A model element that combines the dual nature of association and class. An
association class can be thought of as having class nature or as a class with
associative nature.
2.102 association end
For an association, the end point that connects it to classifier.
2.103 atomic type
A data type, each of whose members consists of a single, non-decomposable
data item.
Contrast with. composite type (2.268).
2.104 attribute
A characteristic of an item; for example, the item’s color, size, or type.
See also. quality attribute (2.1295).
2.105 audit
2.106 authoring language
A high-level programming language used to develop courseware for computer-
assisted instruction.
See. authoring system (2.107).
2.107 authoring system
A programming system that incorporates an authoring language.
2.108 automated design tool
A software tool that assists in the synthesis, analysis, simulation, or
documentation of software design. Examples of automated design tool are.
simulator, analysis tool, design representation processor, and file generator.
2.109 automated test case generator
See also. automated test generator (2.111).
2.110 automated test data generator
See also. automated test generator (2.111).
2.111 automated test generator
A software tool which uses computer programs and guidelines as input to
generate test input data that meets the requirements of these guidelines, and
sometimes determines the expected results.
2.112 automated verification system
2.114 auxiliary class
A derivation of a class that is to achieve a two-level logic or control flow as a
typical way so as to support another, more central or more basic class. The use
of auxiliary class with focus class is representative and is particularly useful
during the design process for specifying secondary business logic or control
flow for each component.
See also. focus class (2.639).
2.115 availability
2.116 availability model
A model used to predict, estimate, and determine availability.
2.117 back-to-back testing
Testing in which two or more variants of a program are executed with the same
inputs, the outputs are compared, and errors are analyzed in case of
discrepancies.
See also. mutation testing (2.1001).
2.118 background
In job scheduling, the computing environment in which low-priority processes
or those not requiring user interaction are executed.
See also. background processing (2.119).
Contrast with. foreground (2.641).
2.119 background processing
The execution of a low-priority process while higher priority processes are not
using computer resources, or the execution of processes that do not require
user interaction.
Contrast with. foreground processing (2.642).
2.120 backup
a) A system, component, file, procedure, or person available to replace or
help restore a primary item in the event of a failure or externally caused
disaster;
b) To create or designate a system, component, file, procedure, or person as
in a);
c) To prepare for recovery of data files or software, restart processing, and
use of backup computer equipment in the event of a system failure or
disaster.
2.121 backup programmer
The assistant leader of a chief programmer team; responsibilities include
contributing significant portions of the software being developed by the team,
aiding the chief programmer in reviewing the work of other team members,
substituting for the chief programmer when necessary, and having an overall
technical understanding of the software being developed.
See also. chief programmer (2.205).
2.122 backward execution
See. reversible execution (2.1391).
2.123 backward recovery
a) The reconstruct ion of a file to a given state by reversing all changes made
to the file since i t was in that state;
b) A type of recovery in which a system, program, database, or other system
resource is restored to a previous state in which it can perform required
functions.
Contrast with. forward recovery (2.650).
2.124 base address
An address used as a reference point to which a relative address is added to
determine the address of the storage location to be accessed.
See also. indexed address (2.740), relative address (2.1331) and self-relative
address (2.1429).
2.125 baseline
a) A specification or product that has been formally reviewed and agreed
upon, that thereafter serves as the basis for further development, and that
can be changed only through formal change control procedures;
b) A document or a set of such documents formally designated and fixed at
a specific time during the life cycle of a configuration item. Baselines, plus
approved changes from those baselines, constitute the current
configuration identification.
See also. allocated baseline (2.57), developmental configuration (2.470),
functional baseline (2.659) and product baseline (2.1213).
c) Any agreement or result designated and fixed at a given time, from which
changes require justification and approval.
For configuration management, there are three baselines.
Functional baseline. initially passed feature configuration;
Allocated baseline. initially passed allocation configuration;
Product baseline. initially passed or conditionally passed product configuration.
2.126 baseline configuration management
Establishment of a baseline for formal review and consent and as a basis for
subsequent development work. Some software work products, such as
software design and code, have established baselines at predetermined points
and impose strict change control procedures on them.
See also. base management (2.127).
2.127 baseline management
In configuration management, the application of technical and administrative
direction to designate the documents and changes to those documents that
formally identify and establish baselines at specific times during the life cycle of
a configuration item.
2.128 batch
Pertaining to a system or mode of operation in which inputs are collected and
processed all at one time, rather than being processed as they arrive, and a job,
once started, proceeds to completion without additional input or user interaction.
Contrast with. conversational (2.348), interactive (2.792), on-line (2.1045) and
real time (2.1313).
2.129 bathtub curve
A graph of the number of failures in a system or component as a function of
time. The name is derived from the usual shape of the graph. a period of
decreasing failures (the early-failure period), followed by a relatively steady
period (the constant failure period), followed by a period of increasing failures
(the wear-out-failure period).
2.130 begin-end block
A sequence of design or program statements enclosed by begin and end
delimiters. It is characterized by a single inlet and a single outlet.
2.131 behavior
An observable effect on an operation or event (including the result of the
operation or event).
2.132 behavioral feature
A dynamic feature of a model element; for example, an operation or method.
2.133 behavioral model aspect
A model appearance that focuses on the behavior of each instance in the
system (including method, collaboration, and state).
2.134 benchmark
a) A standard against which measurements or comparisons can be made.
b) A procedure, problem, or test that can be used to compare systems or
components to each other or to a standard as in a).
c) A recovery file.
2.135 bidder
An individual, partnership, company or association that has submitted a
proposal and been accepted as a candidate of one or more product design,
development and/or manufacturing contract.
2.136 big-bang testing
A type of integration testing in which software elements, hardware elements, or
both are combined all at once into an overall system, rather than in stages.
2.137 binary association
An association between two classes. A special case of N-ary associations.
2.138 binary digit [bit]
2.139 bind
To assign a value to an identifier. For example, to assign a value to a parameter
or to assign an absolute address to a symbolic address in a computer program.
See also. dynamic binding (2.515) and static binding (2.1579).
2.140 binding
To assign a value or a specified object (referent) to an identifier. For example,
to assign a value to a parameter or assign an absolute address, virtual address,
or device identifier to a symbolic address or label in a computer program.
See also. dynamic binding (2.515) and static binding (2.1579).
...... Source: Above contents are excerpted from the full-copy PDF -- translated/reviewed by: www.ChineseStandard.net / Wayne Zheng et al.
Tips & Frequently Asked QuestionsQuestion 1: How long will the true-PDF of English version of GB/T 11457-2006 be delivered?Answer: The full copy PDF of English version of GB/T 11457-2006 can be downloaded in 9 seconds, and it will also be emailed to you in 9 seconds (double mechanisms to ensure the delivery reliably), with PDF-invoice. Question 2: Can I share the purchased PDF of GB/T 11457-2006_English with my colleagues?Answer: Yes. The purchased PDF of GB/T 11457-2006_English will be deemed to be sold to your employer/organization who actually paid for it, including your colleagues and your employer's intranet. Question 3: Does the price include tax/VAT?Answer: Yes. Our tax invoice, downloaded/delivered in 9 seconds, includes all tax/VAT and complies with 100+ countries' tax regulations (tax exempted in 100+ countries) -- See Avoidance of Double Taxation Agreements (DTAs): List of DTAs signed between Singapore and 100+ countriesQuestion 4: Do you accept my currency other than USD?Answer: Yes. www.ChineseStandard.us -- GB/T 11457-2006 -- Click this link and select your country/currency to pay, the exact amount in your currency will be printed on the invoice. Full PDF will also be downloaded/emailed in 9 seconds. Question 5: Should I purchase the latest version GB/T 11457-2006?Answer: Yes. Unless special scenarios such as technical constraints or academic study, you should always prioritize to purchase the latest version GB/T 11457-2006 even if the enforcement date is in future. Complying with the latest version means that, by default, it also complies with all the earlier versions, technically.
How to buy and download a true PDF of English version of GB/T 11457-2006?A step-by-step guide to download PDF of GB/T 11457-2006_EnglishStep 1: Visit website https://www.ChineseStandard.net (Pay in USD), or https://www.ChineseStandard.us (Pay in any currencies such as Euro, KRW, JPY, AUD). Step 2: Search keyword "GB/T 11457-2006". Step 3: Click "Add to Cart". If multiple PDFs are required, repeat steps 2 and 3 to add up to 12 PDFs to cart. Step 4: Select payment option (Via payment agents Stripe or PayPal). Step 5: Customize Tax Invoice -- Fill up your email etc. Step 6: Click "Checkout". Step 7: Make payment by credit card, PayPal, Google Pay etc. After the payment is completed and in 9 seconds, you will receive 2 emails attached with the purchased PDFs and PDF-invoice, respectively. Step 8: Optional -- Go to download PDF. Step 9: Optional -- Click Open/Download PDF to download PDFs and invoice. See screenshots for above steps: Steps 1~3 Steps 4~6 Step 7 Step 8 Step 9
|