TERMIUM Plus®

From: Translation Bureau

On social media

Consult the Government of Canada’s terminology data bank.

NUMERIC TYPE [10 records]

Record 1 2023-12-18

English

Subject field(s)
  • Data Banks and Databases
  • Computer Programs and Programming
DEF

Transformation of the representation of a data value of one data type to that of another data type, usually performed to avoid an illegal data type mismatch.

OBS

Type conversion among numeric types frequently is permitted, but may cause loss of accuracy, precision, or both.

OBS

type conversion: designation and definition standardized by ISO and the International Electrotechnical Commission.

OBS

conversion: designation standardized by the Canadian Standards Association (CSA).

French

Domaine(s)
  • Banques et bases de données
  • Programmes et programmation (Informatique)
DEF

Transformation de la représentation d'une valeur d'un type de données vers un autre, généralement effectuée pour éviter des conflits de types.

OBS

La conversion de types entre les types numériques est souvent permise mais peut entraîner une perte d'exactitude ou de précision ou les deux.

OBS

conversion de type : désignation et définition normalisées par l'ISO et la Commission électrotechnique internationale.

OBS

conversion : désignation normalisée par l'Association canadienne de normalisation (CSA).

Spanish

Campo(s) temático(s)
  • Bancos y bases de datos
  • Programas y programación (Informática)
DEF

Proceso de cambiar la representación de los datos de una forma a otra.

Save record 1

Record 2 2020-02-05

English

Subject field(s)
  • Computer Programs and Programming
CONT

From a pragmatic viewpoint, an attribute system is a specification of a program. Given a datatype, an attribute is some computable characteristic(e. g. numeric value, type, or space requirement) for which a program is wanted. An attribute system indicates how the attribute is calculated, and usually this involves showing how it is computed from other attributes.

French

Domaine(s)
  • Programmes et programmation (Informatique)
CONT

Le système d'attributs est extensible par l'utilisateur, ce qui [...] permet de créer [ses] propres noms d'attribut.

Spanish

Save record 2

Record 3 2019-10-30

English

Subject field(s)
  • Computer Mathematics
  • Computer Programs and Programming
CONT

The binary adding operators +(addition) and –(subtraction) are predefined for every specific numeric type T with their conventional meaning.

French

Domaine(s)
  • Mathématiques informatiques
  • Programmes et programmation (Informatique)
DEF

Opérateur prédéfini pour deux opérandes de même type numérique quelconque et un résultat de même type pour l'addition et la soustraction [...]

Spanish

Campo(s) temático(s)
  • Matemáticas para computación
  • Programas y programación (Informática)
CONT

La siguiente gramática incontextual G1 modela expresiones formadas con identificadores, un operador aditivo binario asociativo por la izquierda, un operador multiplicativo binario asociativo por la izquierda y más prioritario, un operador de cambio de signo unario prefijo más prioritario que ambos, y paréntesis.

Save record 3

Record 4 2019-02-28

English

Subject field(s)
  • Testing and Debugging
CONT

Negative testing ensures that your application can gracefully handle invalid input or unexpected user behavior. For example, if a user tries to type a letter in a numeric field, the correct behavior... would be to display [an error] message. The purpose of negative testing is to detect such situations and prevent applications from crashing. Also, negative testing helps you improve the quality of your application and find its weak points.

CONT

Negative testing is performed to ensure that the product or application under test does not fail when an unexpected input is given. The purpose of negative testing is to break the system and to verify the application response during unintentional inputs.

French

Domaine(s)
  • Test et débogage

Spanish

Save record 4

Record 5 - external organization data 2014-08-04

English

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
15.04.15 (2382)
ISO/IEC standard entry number
DEF

scalar type, each data object of which represents an integer or an approximation of a real number

OBS

numeric type : term and definition standardized by ISO/IEC [ISO/IEC 2382-15 : 1999].

French

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
15.04.15 (2382)
ISO/IEC standard entry number
DEF

type scalaire dont chaque objet de données représente un entier relatif ou une approximation d'un nombre réel

OBS

type numérique : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-15:1999].

Spanish

Save record 5

Record 6 - external organization data 2011-06-21

English

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
15.04.29 (2382)
ISO/IEC standard entry number
DEF

transformation of the representation of a data value of one data type to that of another data type, usually performed to avoid an illegal data type mismatch

OBS

Type conversion among numeric types frequently is permitted, but may cause loss of accuracy, precision, or both.

OBS

type conversion: term and definition standardized by ISO/IEC [ISO/IEC 2382-15:1999].

French

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
15.04.29 (2382)
ISO/IEC standard entry number
DEF

transformation de la représentation d'une valeur d'un type de données vers un autre, généralement effectuée pour éviter des conflits de types

OBS

La conversion de types entre les types numériques est souvent permise mais peut entraîner une perte d'exactitude ou de précision ou les deux.

OBS

conversion de type : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-15:1999].

Spanish

Save record 6

Record 7 - external organization data 2006-02-01

English

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
15.04.33 (2382)
ISO/IEC standard entry number
DEF

data type of numeric literals and the data type of the result of some predefined operations used for compliance with strong typing

OBS

Example: In Ada, a number declaration (without a data type) assumes a universal type.

OBS

universal type: term and definition standardized by ISO/IEC [ISO/IEC 2382-15:1999].

French

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
15.04.33 (2382)
ISO/IEC standard entry number
DEF

type de données des libellés numériques et type de données du résultat de certaines opérations prédéfinies qui sont utilisés pour se conformer aux règles du typage fort

OBS

Exemple : En Ada, une déclaration de nombre (sans type de données) implique que le nombre a le type universel.

OBS

type universel : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-15:1999].

Spanish

Save record 7

Record 8 1996-02-27

English

Subject field(s)
  • Programming Languages
DEF

A data type of numeric literals and the data type of the result of some predefined operations used for compliance with strong typing.

OBS

Term and definition standardized by ISO.

French

Domaine(s)
  • Langages de programmation
DEF

Type de données des libellés numériques et le type de certaines opérations prédéfinies qui sont utilisées pour se conformer aux règles du typage fort.

OBS

Terme et définition normalisés par l'ISO.

Spanish

Save record 8

Record 9 1995-10-23

English

Subject field(s)
  • Programming Languages
DEF

Transformation of the representation of a data value of one data type to that of another data type, usually performed to avoid an illegal data type mismatch.

OBS

Type conversion among numeric types frequently is permitted but may cause loss of accuracy, precision, or both.

OBS

Term and definition standardized by ISO.

French

Domaine(s)
  • Langages de programmation
DEF

Transformation de la représentation d'une valeur type de données vers un autre, généralement effectuée pour éviter des conflits de types.

OBS

La conversion de types entre les types numériques est souvent permise mais peut entraîner une perte d'exactitude ou de précision.

OBS

Terme et définition normalisés par l'ISO.

Spanish

Save record 9

Record 10 1992-09-16

English

Subject field(s)
  • Communication and Information Management
DEF

Numeric code assigned to each type of transaction for the purpose of recording it in the official languages information system(OLIS).

French

Domaine(s)
  • Gestion des communications et de l'information

Spanish

Save record 10

Copyright notice for the TERMIUM Plus® data bank

© Public Services and Procurement Canada, 2026
TERMIUM Plus®, the Government of Canada's terminology and linguistic data bank
A product of the Translation Bureau

Features

GCtranslate (available on the Government of Canada network only)

Use this artificial intelligence prototype to translate Government of Canada content up to and including Protected B. Available to employees of selected departments and agencies only.

Writing tools

The Language Portal’s writing tools have a new look! Easy to consult, they give you access to a wealth of information that will help you write better in English and French.

Glossaries and vocabularies

Access Translation Bureau glossaries and vocabularies.

Date Modified: