TERMIUM Plus®

The Government of Canada’s terminology and linguistic data bank.

PREDEFINED DATA TYPE [8 records]

Record 1 2021-11-17

English

Subject field(s)
  • Programming Languages
  • Computer Programs and Programming
  • Telecommunications Transmission
DEF

A data type, referenced by a predefined identifier, for which a programming language provides appropriate operations.

OBS

predefined type: designation and definition standardized by ISO in collaboration with the International Electrotechnical Commission.

French

Domaine(s)
  • Langages de programmation
  • Programmes et programmation (Informatique)
  • Transmission (Télécommunications)
DEF

Type de données référencé par un identificateur prédéfini pour lequel un langage de programmation fournit les opérations adéquates.

OBS

type prédéfini : désignation et définition normalisées par l'ISO en collaboration avec la Commission électrotechnique internationale.

Spanish

Campo(s) temático(s)
  • Lenguaje de programación
  • Programas y programación (Informática)
  • Transmisión (Telecomunicaciones)
CONT

Los tipos de datos predefinidos son: numéricos, lógicos, caracteres y cadenas.

Save record 1

Record 2 2007-11-15

English

Subject field(s)
  • Programming Languages
DEF

A predefined characteristic of a data type data object, module, or some other language construct.

OBS

Examples - A real type may have the attribute PRECISION with the data values SINGLE or DOUBLE. A task may have the attribute TERMINATED that yields TRUE if the task is terminated, and FALSE otherwise.

OBS

Term and definition standardized by ISO.

French

Domaine(s)
  • Langages de programmation
DEF

Caractéristique prédéfinie d'un type de données, d'un objet de données, ou d'un module, ou de tout autre objet de langage.

OBS

Exemples : Un type réel peut avoir l'attribut PRECISION avec les valeurs SIMPLE ou DOUBLE. Une tâche peut avoir l'attribut de données TERMINÉ qui prend la valeur VRAI si la tâche est terminée, et FAUX dans le cas contraire.

OBS

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

Spanish

Campo(s) temático(s)
  • Lenguaje de programación
Save record 2

Record 3 - external organization data 2006-02-01

English

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

data type, referenced by a predefined identifier, for which a programming language provides appropriate operations

OBS

predefined 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.32 (2382)
ISO/IEC standard entry number
DEF

type de données référencé par un identificateur prédéfini pour lequel un langage de programmation fournit les opérations adéquates

OBS

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

Spanish

Save record 3

Record 4 - external organization data 2006-02-01

English

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

predefined characteristic of a data type, data object, module, or some other language construct

OBS

Examples: A real type may have the data attribute PRECISION with the data values SINGLE or DOUBLE. A task may have the data attribute TERMINATED that yields TRUE if the task is terminated, and FALSE otherwise.

OBS

data attribute: 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.03.17 (2382)
ISO/IEC standard entry number
DEF

caractéristique prédéfinie d'un type de données, d'un objet de données, d'un module, ou de tout autre élément de langage

OBS

Exemples : Un type réel peut avoir l'attribut de données PRÉCISION avec les valeurs de donnée SIMPLE ou DOUBLE. Une tâche peut avoir l'attribut de données TERMINÉ qui prend la valeur VRAI si la tâche est terminée, et FAUX dans le cas contraire.

OBS

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

Spanish

Save record 4

Record 5 - external organization data 2006-02-01

English

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

pertaining to a language construct that is declared by the definition of the programming language

OBS

Examples : The predefined function SIN in PL/I, the predefined data type INTEGER in Fortran.

OBS

predefined; built-in; intrinsic: terms 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.02.05 (2382)
ISO/IEC standard entry number
DEF

qualifie un élément de langage dont la déclaration figure dans la définition du langage de programmation

OBS

Exemples : La fonction prédéfinie SIN en PL/I, le type de données prédéfini INTEGER en Fortran.

OBS

prédéfini; intrinsèque; incorporé : termes et définition normalisés par l'ISO/CEI [ISO/IEC 2382-15:1999].

Spanish

Save record 5

Record 6 - 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 6

Record 7 2000-06-29

English

Subject field(s)
  • Programming Languages
  • Telecommunications Transmission
OBS

A data type in a programming language is a set of data with values having predefined characteristics. Examples of data types are : integer, floating point number, character, string, and pointer. Usually, a limited number of such data types come built into a language. The language usually specifies the range of values for a given data type, how the values are processed by the computer, and how they are stored.

French

Domaine(s)
  • Langages de programmation
  • Transmission (Télécommunications)

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

Copyright notice for the TERMIUM Plus® data bank

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

Features

Language Portal of Canada

Access a collection of Canadian resources on all aspects of English and French, including quizzes.

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: