TERMIUM Plus®

La banque de données terminologiques et linguistiques du gouvernement du Canada.

USER CODE [35 fiches]

Fiche 1 2025-01-09

Anglais

Subject field(s)
  • Information Processing (Informatics)
OBS

In general... asynchronous requests should be preferred to synchronous requests for performance reasons. Synchronous requests block the execution of code which creates "freezing" on the screen and an unresponsive user experience.

Français

Domaine(s)
  • Traitement de l'information (Informatique)

Espagnol

Campo(s) temático(s)
  • Tratamiento de la información (Informática)
Conserver la fiche 1

Fiche 2 2024-08-02

Anglais

Subject field(s)
  • IT Security
  • Computer Programs and Programming
DEF

An attack in which a malicious user exploits an unchecked buffer in a program and overwrites the program code with their own data.

CONT

Buffer overflow: A threat actor could overflow a memory buffer using a simple string-copying or print function, which works because the function didn’t check the buffer length before executing it. The attacker then overwrites the return address and points it to a shellcode in the buffer, causing the shellcode to be executed in place of the regular program.

Français

Domaine(s)
  • Sécurité des TI
  • Programmes et programmation (Informatique)
CONT

Surcharge de la mémoire tampon : Un auteur de menace provoque l'arrêt du fonctionnement d'une application, ou en prend le contrôle, en envoyant des quantités extrêmement importantes de données à l'application.

Espagnol

Conserver la fiche 2

Fiche 3 2024-05-09

Anglais

Subject field(s)
  • Software
DEF

The process by which user needs are translated into software requirements, software requirements are transformed into design, the design is implemented in code, and the code is tested, documented, and certified for operational use.

CONT

Software building tools.

CONT

Object-oriented software construction (by B. Meyer, Prentice Hall, 1988, 534 p.)

OBS

software development process: term and definition standardized by the nstitute of Electrical and Electronics Engineers (IEEE).

Français

Domaine(s)
  • Logiciels
DEF

Processus suivant lequel les besoins de l'utilisateur sont traduits sous forme de configuration logicielle, celle-ci est incorporée dans la conception et la conception est mise en œuvre sous forme de code; celui-ci, enfin, est testé, documenté et certifié pour l'exploitation.

Espagnol

Campo(s) temático(s)
  • Soporte lógico (Software)
DEF

Ciclo o método sistemático usado para desarrollar la programática para un sistema.

CONT

Un proceso de desarrollo típico incluye: (a) el planteamiento del problema; (b) el diseño de los algoritmos; (c) la construcción de diagramas de flujo; (d) la codificación del programa; (e) la preparación del código fuente; (f) la traducción a código objeto y si se requiere, la liga con otros módulos o subprogramas; (g) la carga del código ejecutable generado; (h) la verificación y la depuración; (i) la documentación.

Conserver la fiche 3

Fiche 4 2024-04-09

Anglais

Subject field(s)
  • Wireless and Mobile Communications
  • Telephony and Microwave Technology
CONT

The mobile network code is used to uniquely identify the home public land mobile network to the user on the mobile device display when it is connected to the network.

OBS

The mobile network code is either a two- or three-digit number [that] is used as part of the IMSI (international mobile subscriber identity) and LAI (location area identity) ...

Français

Domaine(s)
  • Communications sans fil et mobiles
  • Téléphonie et techniques hyperfréquences

Espagnol

Conserver la fiche 4

Fiche 5 2023-10-24

Anglais

Subject field(s)
  • Computer Programs and Programming
  • Codes (Software)
CONT

Passive code generators build the code only once, then it is up to the user to update and maintain the code.

Français

Domaine(s)
  • Programmes et programmation (Informatique)
  • Codes (Logiciels)

Espagnol

Conserver la fiche 5

Fiche 6 2023-02-20

Anglais

Subject field(s)
  • Information Processing (Informatics)
DEF

Information, a sensory experience or a combination of both, including code or markup defining its structure, presentation and interactions, that is stored as data in an electronic medium and is communicated to the user by means of software.

OBS

electronic content; e-content; digital content: Although the terms "electronic" and "digital" and the element "e-" have slightly different meanings, they are used interchangeably in this context.

Français

Domaine(s)
  • Traitement de l'information (Informatique)
DEF

Information ou expérience sensorielle, y compris le code ou le balisage définissant sa structure, sa présentation et ses interactions, qui est stockée sous forme de données sur un support électronique et est communiquée à l'utilisateur ou à l'utilisatrice par l'intermédiaire d'un logiciel.

OBS

contenu électronique; contenu numérique : Bien que les termes «électronique» et «numérique» aient des sens légèrement différents, ils sont utilisés de façon interchangeable dans ce contexte.

Espagnol

Conserver la fiche 6

Fiche 7 2021-05-19

Anglais

Subject field(s)
  • Security Devices
  • IT Security
CONT

Typically, with an electronic access control system the user must present a card, code, or some other item-referred to as a key-which the system can identify.

Français

Domaine(s)
  • Dispositifs de sécurité
  • Sécurité des TI

Espagnol

Campo(s) temático(s)
  • Dispositivos de seguridad
  • Seguridad de IT
Conserver la fiche 7

Fiche 8 2019-03-25

Anglais

Subject field(s)
  • Software
  • Currency and Foreign Exchange
CONT

... decentralized applications are applications which run on a [peer-to-peer] network of computers, instead of... one computer. They are considered to be a form of software program designed to function on the internet without being controlled by a single entity. DApps can have front-end code and user interfaces written in any language, just like a traditional application, which can make calls to its backend.

Terme(s)-clé(s)
  • decentralised application
  • de-centralized application
  • de-centralised application

Français

Domaine(s)
  • Logiciels
  • Politique monétaire et marché des changes
DEF

... application qui fonctionne sur un réseau décentralisé, par opposition aux applications classiques qui reposent sur des serveurs centralisés.

CONT

Techniquement parlant, l'application décentralisée repose sur un protocole informatique, dont le code ne fonctionne pas localement, mais est «contenu» et «distribué» sur la [chaîne de blocs].

Espagnol

Conserver la fiche 8

Fiche 9 2018-05-02

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • Internet and Telematics
OBS

The server sends this response to direct the client to get the requested resource at another URI [uniform resource identifier] with same method that was used in the prior request. This has the same semantics as the "302 Found" HTTP [Hypertext Transfer Protocol] response code, with the exception that the user agent must not change the HTTP method used : If a "POST" was used in the first request, a "POST" must be used in the second request.

Français

Domaine(s)
  • Traitement de l'information (Informatique)
  • Internet et télématique
OBS

Il est utilisé pour rediriger vers une autre adresse afin de contourner une ressource momentanément indisponible.

OBS

La seule différence entre le code 307 et le code 302 réside dans le fait que le statut 307 garantit que la méthode et le corps ne seront pas modifiés lorsque la requête redirigée aura lieu.

Espagnol

Conserver la fiche 9

Fiche 10 2013-08-19

Anglais

Subject field(s)
  • Internet and Telematics
CONT

On the Internet, content delivery... is the service of copying the pages of a Web site to geographically dispersed servers and, when a page is requested, dynamically identifying and serving the page content from the closest server to the user, enabling faster delivery.... A common content delivery approach involves the placement of cache servers at major Internet access points around the world and the use of a special routing code that redirects a Web page request... to the closest server. When the Web user clicks on a URL [Universal Resource Locator] that is content-delivery enabled, the content delivery network re-routes that user's request away from the site's originating server to a cache server closer to the user.

Français

Domaine(s)
  • Internet et télématique

Espagnol

Conserver la fiche 10

Fiche 11 2013-05-15

Anglais

Subject field(s)
  • Informatics
CONT

Using [the company's] auto-trigger, the laser is automatically activated when a bar code is presented, allowing the user to easily select the bar code.

Français

Domaine(s)
  • Informatique

Espagnol

Conserver la fiche 11

Fiche 12 2012-10-10

Anglais

Subject field(s)
  • Telephone Switching
  • Telephone Services
  • Meetings and Assemblies (Administration)
DEF

In teleconferencing, a switchboard facility enabling a conference call to be established by each participating extension user dialing a designated conference code.

OBS

meet me conference: term officially approved by Bell Canada.

Français

Domaine(s)
  • Commutation téléphonique
  • Services téléphoniques
  • Réunions et assemblées (Administration)
OBS

fonction d'un autocommutateur privé.

OBS

À une date et heure prédéterminée, chaque participant appelle un serveur qui met tous les appelants en une conférence commune.

OBS

conférence rendez-vous : terme uniformisé par Bell Canada.

Espagnol

Conserver la fiche 12

Fiche 13 2011-03-31

Anglais

Subject field(s)
  • Management Operations (General)
  • Software
DEF

A set of activities, methods, practices, and transformations that people use to develop and maintain software and the associated products(e. g., project plans, design documents, code, test cases, and user manuals).

Français

Domaine(s)
  • Opérations de la gestion (Généralités)
  • Logiciels
DEF

Ensemble d'activités, de méthodes, de pratiques et de transformations permettant le développement et la maintenance de logiciels et des produits associés (plans de projet, documents de conception, code, jeux de tests et manuels utilisateur).

Espagnol

Conserver la fiche 13

Fiche 14 2007-11-26

Anglais

Subject field(s)
  • Codes (Software)
  • Internet and Telematics
DEF

The code that the Web server uses to communicate with the Web browser or user agent.

OBS

HTTP 1xx - Informational Status Codes; HTTP 2xx - Successful Status Codes; HTTP 3xx - Redirection Status Codes; HTTP 4xx - Client Error Status Codes; HTTP 5xx - Server Error Status Codes.

OBS

HTTP: HyperText Transfer Protocol.

Terme(s)-clé(s)
  • HyperText Transfer Protocol status code
  • HyperText Transfer Protocol response code

Français

Domaine(s)
  • Codes (Logiciels)
  • Internet et télématique
CONT

Lorsqu'une demande visant une page de votre site est adressée à votre serveur (par exemple, lorsqu'un utilisateur accède à votre page dans un navigateur [...]), votre serveur renvoie comme réponse un code d'état HTTP. Ce code d'état fournit des informations sur l'état de la requête.

OBS

HTTP : protocole de transfert hypertexte.

Terme(s)-clé(s)
  • code d'état du protocole de transfert hypertexte
  • code de réponse du protocole de transfert hypertexte

Espagnol

Conserver la fiche 14

Fiche 15 2004-06-30

Anglais

Subject field(s)
  • Simulation (Cybernetic Systems)
DEF

Computer ability to calculate if a user shares spatial coordinates with a virtual object, i.e., if the object were real, whenever there would be contact.

OBS

Software code is written so that, when virtual collision is detected, feedback alerts the user, and/or the virtual object appears to be modified or moved.

Français

Domaine(s)
  • Simulation (Systèmes cybernétiques)
DEF

Capacité de l'ordinateur à calculer si un utilisateur partage des coordonnées spatiales avec un objet virtuel, par exemple, si l'objet était réel, à chaque fois qu'il y aurait un contact.

OBS

Le programme est écrit de telle façon qu'en cas de détection de collision virtuelle, une rétroaction avertit l'utilisateur, et/ou l'objet virtuel semble modifié ou déplacé.

Espagnol

Campo(s) temático(s)
  • Simulación (Sistemas cibernéticos)
DEF

En los gráficos de computadora (ordenador), particularmente en los juegos de tipo «galería», es frecuente que un programa deba determinar si dos objetos han chocado entre sí; habiendo diversas técnicas de programación para lograr este objetivo.

Conserver la fiche 15

Fiche 16 2003-11-26

Anglais

Subject field(s)
  • Telecommunications Transmission
DEF

A facility which permits a user to nominate more than one address for the sending of the same data.

OBS

The network may undertake this by one of two distinct forms : sequentially, simultaneously and if both forms are provided may allow the user to opt for a preferred form. The procedure for using this facility may a) be as defined for a direct call, or b) use a special code or codes in the abbreviated address calling facility to designate all the required destinations or c) indicate the individual full or abbreviated address of each user to which data are to be transmitted; this facility may also be used in association with the delayed delivery facility.

Français

Domaine(s)
  • Transmission (Télécommunications)
DEF

Possibilité aux termes de laquelle un usager peut envoyer les mêmes données à plusieurs adresses désignées.

Espagnol

Campo(s) temático(s)
  • Transmisión (Telecomunicaciones)
DEF

Order o invocación cuyo destino es un conjunto de estaciones.

Conserver la fiche 16

Fiche 17 2003-03-17

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • Internet and Telematics
  • Computer Programs and Programming
  • Programming Languages
CONT

Moreover, it provides for consistency in markup through the use of the same model to incorporate a function. Identical constructs ease authoring, while at the user agent side there is a potential for re-use of code.

OBS

The English terminology on this record is standardized by the World Wide Web Consortium (W3C) whose role it is to establish standards relating to Internet technology. The French terminology was proposed by translators certified by the W3C and was verified by the author of this record.

Français

Domaine(s)
  • Traitement de l'information (Informatique)
  • Internet et télématique
  • Programmes et programmation (Informatique)
  • Langages de programmation
CONT

De surcroît, cela renforce la cohérence du balisage grâce à l'utilisation d'un même modèle pour intégrer une fonction. Des constructions identiques facilitent la conception, avec, du côté de l'agent utilisateur, un potentiel de réutilisation du code.

OBS

La terminologie anglaise de cette fiche est normalisée par le World Wide Web Consortium (consortium W3C) dont le rôle principal est d'établir les normes reliées aux technologies Internet. La terminologie française est proposée par des traducteurs agréés par le Consortium et elle a été vérifiée par l'auteur de cette fiche.

Espagnol

Conserver la fiche 17

Fiche 18 2002-12-18

Anglais

Subject field(s)
  • Reprography
CONT

An optional file management system offers users an unparalleled way to eliminate paper-filing systems by providing the ability to store copy jobs electronically. The [copier] DL355 file management system labels each document or copy job with a specific code, files and stores the jobs accordingly, and offers the user a browser to locate, recall and work with stored files, while at the same time protecting sensitive materials from unauthorized usage.

OBS

A feature offered on some copier models.

Français

Domaine(s)
  • Reprographie
CONT

Un gestionnaire de fichiers en option offre aux utilisateurs une façon inégalée de rendre inutiles les systèmes de classement de documents, en leur permettant de sauvegarder des tirages électroniquement. Le gestionnaire de fichiers du [copieur] DL355 attribue un code particulier à chaque document ou tirage, classe et sauvegarde les tâches de reproduction selon ces codes et offre aux utilisateurs une fonction de repérage et de rappel de fichiers, tout en empêchant l'utilisation de documents confidentiels sans autorisation.

OBS

Fonction offerte sur certains modèles de copieurs.

Espagnol

Conserver la fiche 18

Fiche 19 2002-08-14

Anglais

Subject field(s)
  • Programming Languages
DEF

A high-level compiler language developed for microcomputer systems. PL/M is an assembly language replacement that can command the 8080 and other microprocessors to produce object code. It allows the user to concentrate on problems rather than programming. PL/M is derived from PL/1, an extensive high-level language that has some features of FORTRAN and some features of COBOL.

Français

Domaine(s)
  • Langages de programmation
DEF

Langage évolué créé par Intel et dérivant du PL/1 de IBM, destiné en particulier au microprocesseur 8080. Orienté application et non plus microprocesseur comme les langages assemblés, il permet un gain de temps considérable lors de la rédaction du programme d'application et facilite beaucoup son écriture [...]

CONT

PL/M (Programming Language for Microprocessors) Langage de programmation pour microprocesseurs.

Espagnol

Campo(s) temático(s)
  • Lenguaje de programación
DEF

Lenguaje de programación especializado para desarrollar sistemas y aplicaciones basados en un microprocesador.

Conserver la fiche 19

Fiche 20 2002-04-23

Anglais

Subject field(s)
  • Internet and Telematics
CONT

A duplicate task occurs when a user attempts to perform a BCR(bar code reader) task, but there are not enough goods to perform the task to completion. After the user doing part of the task with the reduced quantity, the support application creates another, duplicate, task for the remaining quantity. This duplicate task remains in the support application until the remaining goods are found or until it is deleted.

Français

Domaine(s)
  • Internet et télématique

Espagnol

Conserver la fiche 20

Fiche 21 2002-04-23

Anglais

Subject field(s)
  • Internet and Telematics
DEF

Term to identify comments added by the user to a form, report, purchase order, requisition, diary entry, or other document.

OBS

Standard text items(also called clauses), when created, are assigned to a text type, which identifies the document to which the text is to be attached. Technically speaking, text types associate the text with a subset of MIMS(Maintenance Information Management System) programs that perform functions that benefit by allowing the user to add standard text to the records that control that function. Each text type is identified by a code and a description. Some text types are, for example : A1 Employee Performance Description; GT General Text; IV Invoice Item.

Français

Domaine(s)
  • Internet et télématique

Espagnol

Conserver la fiche 21

Fiche 22 2001-12-08

Anglais

Subject field(s)
  • Telephone Facilities
DEF

A facility which allows the station user, upon encountering busy signal from the trunk group, to effect a camp-on to the trunk group(or individual trunk circuit) by dialling the appropriate code for this service.

Terme(s)-clé(s)
  • outgoing trunk camp on

Français

Domaine(s)
  • Installations (Téléphonie)

Espagnol

Campo(s) temático(s)
  • Instalaciones telefónicas
DEF

Facilidad que permite al usuario de una estación, al encontrarse con una señal de ocupado procedente del grupo de enlaces, ponerse en espera en el grupo de enlaces (o en el circuito de enlace individual), marcando el código adecuado para este servicio.

Conserver la fiche 22

Fiche 23 2001-06-19

Anglais

Subject field(s)
  • Computers and Calculators
CONT

Consider the following hypothetical situation : A user is working on a computationally complex sequential code, perhaps written in C or Fortran. After compiling and linking the application, the user has to decide where to execute the code, choosing to run it on the local workstation(assuming adequate space and speed are available), on a local high-performance machine, or at a remote supercomputer center.

Terme(s)-clé(s)
  • remote supercomputer centre

Français

Domaine(s)
  • Ordinateurs et calculateurs
Terme(s)-clé(s)
  • centre éloigné de super-ordinateur

Espagnol

Conserver la fiche 23

Fiche 24 2001-05-09

Anglais

Subject field(s)
  • Telephone Services
DEF

A facility which allows a station user, upon dialling a special code, to "busy-out" his station for temporary periods of time when he does not wish to be disturbed.

Français

Domaine(s)
  • Services téléphoniques

Espagnol

Campo(s) temático(s)
  • Servicios telefónicos
DEF

Facilidad que permite a un usuario de estación, marcando un código especial, desocupar su estación durante periodos de tiempo en los que no desee que se le moleste.

Terme(s)-clé(s)
  • puesta en ocupación forzada
Conserver la fiche 24

Fiche 25 2000-11-16

Anglais

Subject field(s)
  • Taxation
  • Operating Systems (Software)
CONT

The code representing an evaluation path allows the user to focus inquiries/reports on objects which are affected by certain relationships.

Français

Domaine(s)
  • Fiscalité
  • Systèmes d'exploitation (Logiciels)
CONT

Code désignant un chemin d'exploitation et permettant à l'utilisateur de concentrer ses interrogations / ses états sur des objets modifiés par certaines relations.

Espagnol

Conserver la fiche 25

Fiche 26 1998-03-18

Anglais

Subject field(s)
  • Information Processing (Informatics)
DEF

Item that compromises all information produced as part of the software engineering process.

CONT

source code modules, file structures, design documents, and user manuals.

OBS

Term related to Year 2000 compliance.

Français

Domaine(s)
  • Traitement de l'information (Informatique)
DEF

Élément qui touche toute l'information produite suite au processus d'ingénierie du logiciel.

CONT

les modules de code source, les structures de dossiers, les avant-projets et les manuels des usagers.

OBS

Terme relatif au passage de l'an 2000.

Espagnol

Conserver la fiche 26

Fiche 27 1994-10-13

Anglais

Subject field(s)
  • Simulation (Cybernetic Systems)
DEF

A software that controls both the actions performed by a user and the behavior of objects, sounds and forces in the virtual world. It also controls scaling of the virtual environment and things within it. Simulation code for some applications allows users to grab and pickup virtual objects.

Français

Domaine(s)
  • Simulation (Systèmes cybernétiques)
DEF

Logiciel qui commande les actions exécutées par un utilisateur et le comportement des objets, des sons et des forces du monde virtuel. Il commande également la mise à l'échelle de l'environnement virtuel et des choses qui s'y trouvent. Le code de simulation de certaines applications permet aux utilisateurs de saisir et de ramasser des objets virtuels.

Espagnol

Conserver la fiche 27

Fiche 28 1994-06-27

Anglais

Subject field(s)
  • Telephone Facilities
  • Internet and Telematics
CONT

personal phone number service : Needless to say, the service is not exactly cheap. All unplanned long-distance costs are borne by the subscriber, and the basic fixed charge is the equivalent of around FF70 per month. However, in addition to the automatic "scheduling agent, "the user can make use of services which filter calls in various ways. For example, one can decide to only let through calls from people who have a predetermined code, or find out who the caller is before answering. Bell is reluctant to portray the new service as heralding the lifetime individual phone number. "People already have enough numbers to deal with, ": says Jacques Houpert. "Surveys have shown that in most user's eyes, the idea of a lifetime number smacks too much of regimentation and compulsory ID cards. It's seen as like being tattooed. "(Approach, Paris Airports, June 1994, p. 16).

Français

Domaine(s)
  • Installations (Téléphonie)
  • Internet et télématique
CONT

AccèsTotal, système inédit mis au point par Bell, la compagnie de téléphone de l'Est canadien, permet de contacter un abonné partout dans le monde à un numéro unique et sur n'importe quel appareil. Il lui suffit pour cela de programmer, depuis un téléphone à touches, l'acheminement de ses appels vers l'endroit où il doit se rendre. L'ordinateur de la centrale téléphonique se charge du reste. Une vraie révolution : numéroter les personnes plutôt que les appareils va modifier complètement la façon de gérer les communications téléphoniques. «AccèsTotal fait le travail d'une secrétaire et d'un service de messagerie vocale et s'adresse d'abord aux gens très mobiles» (Approche, Aéroports de Paris, juin 1994, page 16).

Espagnol

Conserver la fiche 28

Fiche 29 1994-04-27

Anglais

Subject field(s)
  • Corporate Security
  • Security Devices
  • Security
  • Electrical Engineering
CONT

When selecting a central station that user the McCulloh circuit or when designing a McCulloh circuit monitoring system another factor that sould be considered is clash. Clash results when two or more code transmitters are activated and simultaneously attempt to transmit their messages over the same transmission line.

Français

Domaine(s)
  • Sécurité générale de l'entreprise
  • Dispositifs de sécurité
  • Sécurité
  • Électrotechnique

Espagnol

Conserver la fiche 29

Fiche 30 1993-05-10

Anglais

Subject field(s)
  • Informatics
OBS

Access to the LAN is logically controlled by user ID, and authentication of the users is by password. The O/S one-way encrypts the passwords that are generated by the EDP Manager, who retains a copy of the user ID and password in a readable format. Since the LAN has been operational for only six months, there has been no need to change passwords. The authentication code(password) must only be known by the authorized user.

Français

Domaine(s)
  • Informatique

Espagnol

Conserver la fiche 30

Fiche 31 1990-11-23

Anglais

Subject field(s)
  • Informatics
OBS

Justification proposed by Intergraph : The second number or its alphanumeric equivalent in a user identification code that uniquely identifies that code-wildcards all member numbers, filenames and versions.

Français

Domaine(s)
  • Informatique

Espagnol

Conserver la fiche 31

Fiche 32 1989-03-01

Anglais

Subject field(s)
  • Artificial Intelligence
  • Information Processing (Informatics)
CONT

Dynamic data compression employs an adaptive algorithm to monitor the user data and to generate new code tables based on characters’ measured occurrence frequency.

Français

Domaine(s)
  • Intelligence artificielle
  • Traitement de l'information (Informatique)

Espagnol

Conserver la fiche 32

Fiche 33 1985-01-24

Anglais

Subject field(s)
  • Computer Programs and Programming
OBS

The lowest-addressed half of process address space(PO space). The program region contains the image currently being executed by the process and other user code called by the image.

Terme(s)-clé(s)
  • programme region

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

Conserver la fiche 33

Fiche 34 1984-04-18

Anglais

Subject field(s)
  • Codes (Software)
CONT

Featuring automatic code recognition, the models 16800A programmable and 16801A non-programmable barcode readers allow the user to select any combination of codes : industrial 3 of 9 and interleaved 2 of 5, as well as commercial EAN/UPC and Codabar.

Français

Domaine(s)
  • Codes (Logiciels)

Espagnol

Conserver la fiche 34

Fiche 35 1984-03-21

Anglais

Subject field(s)
  • Codes (Software)
DEF

An identification code that enables a user to gain access to a MUMPS-11 system to execute programs.

Français

Domaine(s)
  • Codes (Logiciels)

Espagnol

Conserver la fiche 35

Avis de droit d’auteur pour la banque de données TERMIUM Plus®

© Services publics et Approvisionnement Canada, 2025
TERMIUM Plus®, la banque de données terminologiques et linguistiques du gouvernement du Canada
Un produit du Bureau de la traduction

En vedette

Portail linguistique du Canada

Accédez à une collection de ressources canadiennes sur tous les aspects du français et de l'anglais, y compris des jeux.

Outils d'aide à la rédaction

Les outils d’aide à la rédaction du Portail linguistique ont fait peau neuve! Faciles à consulter, ils vous donnent accès à une foule de renseignements utiles pour mieux écrire en français et en anglais.

Lexiques et vocabulaires

Accédez aux lexiques et vocabulaires du Bureau de la traduction.

Date de modification :