TERMIUM Plus®

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

PROGRAM CODE [100 fiches]

Fiche 1 2024-08-21

Anglais

Subject field(s)
  • Codes (Software)
  • Artificial Intelligence
DEF

A software tool that accepts as input the requirements or design for a program and produces source code that implements the requirements or design.

OBS

source code generator: designation and definition standardized by ISO in collaboration with the International Electrotechnical Commission.

Français

Domaine(s)
  • Codes (Logiciels)
  • Intelligence artificielle
DEF

Outil logiciel auquel on indique, comme données d'entrée, les besoins ou la conception d'un programme, et qui fournit le code source qui met en œuvre ces besoins ou cette conception.

OBS

générateur de code source : désignation et définition normalisées par l'ISO en collaboration avec la Commission électrotechnique internationale.

Espagnol

Campo(s) temático(s)
  • Códigos (Soporte lógico)
  • Inteligencia artificial
Conserver la fiche 1

Fiche 2 2024-08-02

Anglais

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

[A technique that involves inserting a] malicious code into a computer program by taking advantage of a flaw in a program's functionality instructions or in the way it interprets data input.

CONT

Remote code execution (RCE), also known as code injection or remote code evaluation, is a technique to exploit an application’s input validation flaws to execute malicious code over a network.

Français

Domaine(s)
  • Sécurité des TI
  • Programmes et programmation (Informatique)
  • Codes (Logiciels)
DEF

[...] technique qui consiste à insérer [un] code malveillant dans un programme informatique en exploitant une faille dans les instructions d'une fonction du programme ou dans la façon dont ce programme interprète les données saisies.

Espagnol

Campo(s) temático(s)
  • Seguridad de IT
  • Programas y programación (Informática)
  • Códigos (Soporte lógico)
Conserver la fiche 2

Fiche 3 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 3

Fiche 4 2024-02-29

Anglais

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

In dynamic compilation, part or all of the code is compiled while the program is executed.

Terme(s)-clé(s)
  • dynamic compiling

Français

Domaine(s)
  • Traitement de l'information (Informatique)
  • Codes (Logiciels)
OBS

Dans le cas de la compilation dynamique, une partie ou l'entièreté du code est compilée pendant l'exécution du programme.

Espagnol

Conserver la fiche 4

Fiche 5 2024-02-29

Anglais

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

With a static compiler, the code is compiled before the program is executed.

Français

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

Avec un compilateur statique, le code est compilé avant l'exécution du programme.

Espagnol

Conserver la fiche 5

Fiche 6 2024-02-29

Anglais

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

In static compilation, the code is compiled before the program is executed.

Terme(s)-clé(s)
  • static compiling

Français

Domaine(s)
  • Traitement de l'information (Informatique)
  • Codes (Logiciels)
OBS

Dans le cas de la compilation statique, le code est compilé avant l'exécution du programme.

Espagnol

Conserver la fiche 6

Fiche 7 2024-02-29

Anglais

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

With a dynamic compiler, part or all of the code is compiled while the program is executed.

Français

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

Avec un compilateur dynamique, une partie ou l'entièreté du code est compilée pendant l'exécution du programme.

Espagnol

Conserver la fiche 7

Fiche 8 2024-01-22

Anglais

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

A "parallelizing compiler" is typically a compiler that finds parallelism in a sequential program and generates appropriate code for a parallel computer.

Terme(s)-clé(s)
  • parallelising compiler

Français

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

La détection du parallélisme de l'application peut être réalisée par un compilateur paralléliseur à partir du code de l'application [...]

Espagnol

Conserver la fiche 8

Fiche 9 2023-02-28

Anglais

Subject field(s)
  • Artificial Intelligence
CONT

Pattern-directed inference systems are programs that look for interesting or important situations occurring as patterns in the input or memory data to direct their activity. These patterns select pieces of program code to be executed.

Français

Domaine(s)
  • Intelligence artificielle

Espagnol

Conserver la fiche 9

Fiche 10 2023-02-10

Anglais

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

Computer viruses generally require a host program. The virus writes its own code into the host program. When the program runs, the written virus program is executed first, causing infection and damage.

Français

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

Les virus informatiques ne doivent pas être confondus avec les vers informatiques, qui sont des programmes capables de se propager et de se dupliquer par leurs propres moyens sans contaminer de programme hôte.

Espagnol

Conserver la fiche 10

Fiche 11 2023-01-23

Anglais

Subject field(s)
  • Computer Programs and Programming
CONT

A decompiler is a computer program that... translates program code at a relatively low level of abstraction(usually designed to be computer-readable rather than human-readable) into a form having a higher level of abstraction(usually designed to be human-readable).

Français

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

Programme générant un code source de haut niveau à partir d'un code de langage assembleur ou de code machine.

Espagnol

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

[...] programa de ordenador que realiza la operación [de] traducir [un] código o información de bajo nivel de abstracción [...] a un lenguaje o medio de mayor nivel de abstracción [...]

Conserver la fiche 11

Fiche 12 2022-12-05

Anglais

Subject field(s)
  • Computer Programs and Programming
CONT

To use the processor's resources effectively, a global scheduling approach is required, whereby partial instructions can be moved across basic block boundaries. These moves are also termed code motions. Code motions may only be applied when they do not change the semantics of the overall program.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

Conserver la fiche 12

Fiche 13 2022-06-16

Anglais

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

[A] program [that] reads the entire disk, computes some kind of checksum of the executable code in a computer system, and stores the checksum in a database.

Français

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

Espagnol

Campo(s) temático(s)
  • Programas y programación (Informática)
  • Seguridad de IT
Conserver la fiche 13

Fiche 14 2022-01-26

Anglais

Subject field(s)
  • Programming Languages
  • Codes (Software)
DEF

The process of converting a program from machine code into assembly language source code.

Français

Domaine(s)
  • Langages de programmation
  • Codes (Logiciels)
DEF

Opération consistant à retrouver, à partir d'un programme en langage machine, le programme en langage d'assemblage équivalent.

Espagnol

Campo(s) temático(s)
  • Lenguaje de programación
  • Códigos (Soporte lógico)
Conserver la fiche 14

Fiche 15 2022-01-21

Anglais

Subject field(s)
  • IT Security
CONT

Non-memory-resident viruses are active only when an infected application is executed. They execute their code completely at that stage and do not remain in memory. Other executables are generally infected only when an infected program is executed.

Français

Domaine(s)
  • Sécurité des TI
CONT

La recherche de signature est la technique la plus utilisée par les antivirus. Elle permet d'identifier un virus avant que l'application contaminée soit chargée en mémoire.

PHR

exécution d'une application contaminée

Espagnol

Campo(s) temático(s)
  • Seguridad de IT
CONT

... los virus no residentes en memoria están activos sólo cuando se ejecuta una aplicación infectada.

Conserver la fiche 15

Fiche 16 2021-07-28

Anglais

Subject field(s)
  • Programming Languages
  • Codes (Software)
DEF

A program that converts machine code to assembly language source code.

OBS

Most debuggers have some kind of built-in disassembler that allows the programmer to view an executable program in terms of human-readable assembly language.

Français

Domaine(s)
  • Langages de programmation
  • Codes (Logiciels)
DEF

Programme informatique traduisant le code machine d'un programme en langage d'assemblage.

Espagnol

Campo(s) temático(s)
  • Lenguaje de programación
  • Códigos (Soporte lógico)
Conserver la fiche 16

Fiche 17 2021-02-25

Anglais

Subject field(s)
  • IT Security
  • Risks and Threats (Security)
CONT

The smurf attack is named after the source code employed to launch the attack(smurf. c). The smurf attack employs forged ICMP [Informal Conflict Management Program] echo request packets and the direction of those packets to IP network broadcast addresses.

Français

Domaine(s)
  • Sécurité des TI
  • Risques et menaces (Sécurité)
CONT

L'attaque par rebond […] est une attaque de déni de service avec amplification. L'ordinateur de l'attaquant envoie un paquet spécialement modifié à l'adresse de diffusion d'un routeur. Ce routeur diffuse le paquet à tous les équipements et ordinateurs de son réseau. Ces derniers répondent à l'adresse de la source (celle spécialement modifiée par l'attaquant).

Espagnol

Conserver la fiche 17

Fiche 18 2020-12-22

Anglais

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

A virus removal program sometimes can be used to delete virus code from a program. If the infection is too severe, however, a rescue disk [ensures] the virus has been eradicated...

Terme(s)-clé(s)
  • virus removal programme
  • disinfection programme
  • disinfecting programme

Français

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

Espagnol

Conserver la fiche 18

Fiche 19 2020-02-06

Anglais

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

A small section of text or source code that can be inserted into the code of a program or Web page.

CONT

Snippets provide an easy way to implement commonly used code or functions into a larger section of code. Instead of rewriting the same code over and over again, a programmer can save the code as a snippet and simply drag and drop the snippet wherever it is needed. By using snippets, programmers and Web developers can also organize common code sections into categories, creating a cleaner development environment.

Français

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

Petit bloc de code déjà écrit que l'on peut insérer facilement dans un code source à l'aide des outils fournis par [un environnement de développement intégré].

Espagnol

Conserver la fiche 19

Fiche 20 - données d’organisme externe 2019-12-02

Anglais

Subject field(s)
  • Compartment - Royal Canadian Mounted Police (RCMP)
Universal entry(ies)
002582
code de profession, voir observation
OBS

002582: Royal Canadian Mounted Police job code.

OBS

IC: in charge.

OBS

The member is responsible for : managing and directing complex investigations under the Criminal Code and federal and provincial statutes; supervising units within the Major Crime Section; may act as a resource person or trainer for major case management training; and managing the on-the-job training program for municipal investigators.

Terme(s)-clé(s)
  • IC and Subordinate Supervisor, Serious and Major Crimes
  • In Charge/Subordinate Supervisor, Serious/Major Crimes
  • In Charge and Subordinate Supervisor, Serious and Major Crimes
  • Serious/Major Crimes, IC/Subordinate Supervisor
  • Serious and Major Crimes, IC and Subordinate Supervisor
  • Serious/Major Crimes, In Charge/Subordinate Supervisor
  • Serious and Major Crimes, In Charge and Subordinate Supervisor
  • IC/Subordinate Superviser, Serious/Major Crimes
  • IC and Subordinate Superviser, Serious and Major Crimes
  • In Charge/Subordinate Superviser, Serious/Major Crimes
  • In Charge and Subordinate Superviser, Serious and Major Crimes
  • Serious/Major Crimes, IC/Subordinate Superviser
  • Serious and Major Crimes, IC and Subordinate Superviser
  • Serious/Major Crimes, In Charge/Subordinate Superviser
  • Serious and Major Crimes, In Charge and Subordinate Superviser

Français

Domaine(s)
  • Tiroir - Gendarmerie royale du Canada (GRC)
Entrée(s) universelle(s)
002582
code de profession, voir observation
OBS

002582 : code d'emploi de la Gendarmerie royale du Canada.

OBS

Le membre remplit les fonctions suivantes : gérer et diriger les enquêtes complexes en vertu du «Code criminel» et des lois fédérales et provinciales; superviser les groupes au sein de la Section des crimes majeurs; peut agir à titre de personne-ressource ou d'instructeur pour la formation sur la gestion des cas graves; gérer le programme de formation en cours d'emploi pour les enquêteurs municipaux.

Terme(s)-clé(s)
  • responsable-superviseur subalterne des Crimes graves/majeurs
  • responsable-superviseure subalterne des Crimes graves/majeurs
  • resp.-superviseur subalterne des Crimes graves ou majeurs
  • resp.-superviseure subalterne des Crimes graves ou majeurs
  • resp.-superviseur subalterne des Crimes graves/majeurs
  • resp.-superviseure subalterne des Crimes graves/majeurs
  • Crimes graves ou majeurs, responsable-superviseur subalterne
  • Crimes graves ou majeurs, responsable-superviseure subalterne
  • Crimes graves/majeurs, responsable-superviseur subalterne
  • Crimes graves/majeurs, responsable-superviseure subalterne
  • Crimes graves ou majeurs, resp.-superviseur subalterne
  • Crimes graves ou majeurs, resp.-superviseure subalterne
  • Crimes graves/majeurs, resp.-superviseur subalterne
  • Crimes graves/majeurs, resp.-superviseure subalterne

Espagnol

Conserver la fiche 20

Fiche 21 2019-10-30

Anglais

Subject field(s)
  • Computer Programs and Programming
CONT

The BAL instruction puts the instruction length code, the condition code(CC), and the program mask in the high-order byte of the register.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

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

Las subrutinas se llaman usando la instrucción de ramificación y enlace, que guarda el contador de programa actual (PC) en el registro R15.

Conserver la fiche 21

Fiche 22 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 22

Fiche 23 2019-01-11

Anglais

Subject field(s)
  • Computer Programs and Programming
CONT

Each shared code segment is accompanied, at a static offset, by a nonshared linkage table and, at an arbitrary offset, by a nonshared data segment. The linkage table lists the addresses of all external symbols referenced in the code segment.

OBS

The code segment of a program may be shared between multiple processes running that code so long as none of them tries to modify it.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

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

Aspectos fundamentales del software concurrente. [...] La comunicación síncrona incluye la sincronización entre el emisor y el receptor además del intercambio de información. Durante el intercambio de información, las dos actividades concurrentes se fusionan y ejecutan un segmento de código compartido [...]

Conserver la fiche 23

Fiche 24 2019-01-10

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

The area of memory containing the machine code instructions of a program.

OBS

The code segment of a program may be shared between multiple processes running that code so long as none of them tries to modify it.

Français

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

Segment [qui] contient les instructions du programme.

CONT

Il est bon de noter que dans le programme exécutable, les instructions ont été codées. Ainsi, chaque instruction est codée par un octet ou une succession d'octets consécutifs en mémoire (segment de code).

Espagnol

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

Sección [...] en memoria que contiene instrucciones ejecutables.

Conserver la fiche 24

Fiche 25 2018-10-04

Anglais

Subject field(s)
  • Software
OBS

A program is free software if the program's users have the four essential freedoms : the freedom to run the program as they wish, for any purpose... the freedom to study how the program works and change it...(access to the source code is a precondition for this), the freedom to redistribute copies... and the freedom to distribute copies of a modified version.

Français

Domaine(s)
  • Logiciels
DEF

Logiciel distribué avec l'intégralité de ses programmes-sources, afin que l'ensemble des utilisateurs qui l'emploient, puissent l'enrichir et le redistribuer à leur tour.

OBS

Un logiciel libre n'est pas nécessairement gratuit et les droits de la chaîne des auteurs sont préservés.

OBS

Le cadre d'un «logiciel libre» est posé sous forme de quatre libertés : liberté d'exécuter, liberté d'étudier et d'adapter, liberté de redistribuer et liberté d'améliorer le programme et de rendre publiques ses modifications pour la communauté. À côté du «libre» le récent mouvement «Open Source» («logiciel ouvert») fait référence à l'accès au code source du programme (une des libertés associée au libre).

OBS

logiciel libre : terme et définition publiés au Journal officiel de la République française le 20 avril 2007.

Espagnol

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

Programa desarrollado y distribuido dándole al usuario la libertad de ejecutar, copiar, distribuir, cambiar y mejorar dicho programa [...] mediante su código fuente.

CONT

El software libre […] es la denominación del software que respeta la libertad de los usuarios sobre su producto adquirido y, por tanto, una vez obtenido puede ser usado, copiado, estudiado, modificado y redistribuido libremente. […] El software libre suele estar disponible gratuitamente, o al precio de costo de la distribución a través de otros medios; sin embargo no es obligatorio que sea así, por lo tanto no hay que asociar software libre a "software gratuito" (denominado usualmente freeware), ya que, conservando su carácter de libre, puede ser distribuido comercialmente ("software comercial").

CONT

Un programa es software libre si los usuarios tienen [las cuatro libertades esenciales]. Entonces, debería ser libre de redistribuir copias, tanto con o sin modificaciones, ya sea gratis o cobrando una tarifa por distribución, a cualquiera en cualquier parte. El ser libre de hacer estas cosas significa, entre otras cosas, que no tiene que pedir o pagar el permiso.

OBS

No confundir “software libre” con “software gratuito”, que es una traducción incorrecta de “free software” y corresponde más bien al inglés “freeware”. “Free” en inglés es polisémico y en el caso de “free software” no indica que sea gratis sino libre.

OBS

No confundir “software libre” con “software de código abierto” ya que se distinguen por diferencias en la filosofía de distribución y de otorgamiento de licencias.

Conserver la fiche 25

Fiche 26 2018-03-28

Anglais

Subject field(s)
  • IT Security
CONT

Apart from procedural advice on how to fight the virus problem, the book also contains the source code of two anti-virus programs : a pattern checker... and a fingerprinting program... Both are written in "C"... and can be used as practical anti-virus tools.

OBS

A generic name for any of the physical means employed in the fight against computer viruses.

Français

Domaine(s)
  • Sécurité des TI
CONT

Outre les conseils concernant la lutte contre les virus, cet ouvrage contient le code source de deux programmes antivirus: un vérificateur de configuration [...] et un programme «empreintes digitales» [...] Tous deux sont écrits en langage «C» [...] et peuvent être utilisés efficacement comme outils antivirus.

OBS

Terme générique regroupant tous les moyens concrets utilisés dans la lutte antivirus.

Espagnol

Conserver la fiche 26

Fiche 27 2018-01-26

Anglais

Subject field(s)
  • Non-Gov. Provincial Bodies and Committees (Canadian)
  • Urban Studies
OBS

MPPI represents Manitoba's professional planning community. MPPI is responsible for handling membership applications and services, and is responsible for the enforcement of the code of professional conduct. MPPI sponsors workshops and seminars for the purpose of informing the membership of relevant developments and issues in the planning field and to provide networking and information sharing opportunities for [its] members. The Association also emphasizes liaison with planning students, particularly those enrolled in the University of Manitoba's Department of City Planning, and is responsible for periodic review of this program in [the] context of national membership standards and requirements.

Français

Domaine(s)
  • Organismes et comités provinciaux non gouv. canadiens
  • Urbanisme

Espagnol

Conserver la fiche 27

Fiche 28 2017-03-14

Anglais

Subject field(s)
  • Testing and Debugging
  • Software
DEF

A software tool that aids in the evaluation of a [program's code] without executing the program.

CONT

When you analyze a project for the first time, you may uncover a lot of issues. But if you run the static analyzer regularly and fix the flaws it uncovers, you should see fewer problems in subsequent analyses. ... Note that if the static analyzer reports no problems, you can’t assume that there are none. The tool cannot necessarily detect all the flaws in the source code.

OBS

static analyzer: term standardized by the Institute of Electrical and Electronics Engineers.

Français

Domaine(s)
  • Test et débogage
  • Logiciels
DEF

Outil logiciel qui facilite l'évaluation du code d'un programme sans l'exécution du programme.

Espagnol

Conserver la fiche 28

Fiche 29 2017-01-25

Anglais

Subject field(s)
  • National Bodies and Committees (Canadian)
  • Paramedical Staff
OBS

The Communicative Disorders Assistant Association of Canada(CDAAC) is an organization whose members consist of Communicative Disorders Assistants(CDA's). Members must have completed an approved program and are expected to adhere to the Standards of Practice and Code of Ethics of the Association.

Français

Domaine(s)
  • Organismes et comités nationaux canadiens
  • Personnel para-médical

Espagnol

Conserver la fiche 29

Fiche 30 2016-11-30

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

A software tool that generates and inserts counters or other probes at strategic points in another program to provide statistics about program execution, such as how thoroughly the program's code is exercised.

OBS

instrumentation tool: term and definition standardized by the Institute of Electrical and Electronics Engineers (IEEE).

Français

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

Outil logiciel qui produit et insère des compteurs ou d'autres sondes à des endroits stratégiques dans un autre programme pour fournir des statistiques sur l'exécution du programme, notamment pour indiquer dans quelle mesure le code du programme et appliqué.

Espagnol

Conserver la fiche 30

Fiche 31 2016-11-30

Anglais

Subject field(s)
  • Artificial Intelligence
  • Computer Programs and Programming
DEF

... the generation of computer program code given some description of the problem in another form. This description might be in the form of examples of behaviour, a statement in a formal language(such as logic), a description in natural language, or result from an interactive dialogue.

CONT

Knowledge and reasoning in program synthesis.

OBS

program synthesis: term standardized by the Institute of Electrical and Electronics Engineers (IEEE)

Français

Domaine(s)
  • Intelligence artificielle
  • Programmes et programmation (Informatique)
DEF

Génération automatique de programmes à partir d'une description non procédurale de leurs effets souhaités.

CONT

La synthèse de programmes permet de synthétiser, automatiquement ou par des interactions avec l'utilisateur, des algorithmes à partir d'exemples d'entrée/sortie, de traces de calculs, ou de spécifications formelles.

Espagnol

Conserver la fiche 31

Fiche 32 2016-07-29

Anglais

Subject field(s)
  • Computer Peripheral Equipment
  • IT Security
DEF

[A copy protection device] which plugs into [the port] of a computer and allows software to run on that particular computer.

OBS

The software sends a code to that port and the key responds by reading out its serial number, which verifies its presence to the program. The key hinders software duplication because each copy of the program is tied to a unique number, which is difficult to obtain and the key has to be programmed with that number.

Français

Domaine(s)
  • Périphériques (Informatique)
  • Sécurité des TI
DEF

[Dispositif de protection contre la copie que l'on branche dans le port] d'un ordinateur afin d'autoriser l'exécution [d'un logiciel] sur cet ordinateur.

Espagnol

Campo(s) temático(s)
  • Equipo periférico (Computadoras)
  • Seguridad de IT
DEF

Medio para proteger la programática contra su copia ilegal.

Conserver la fiche 32

Fiche 33 2015-03-19

Anglais

Subject field(s)
  • Copyright
CONT

The source code from a computer program can be completely different from that of another program, and yet have the same functionality to produce a similar set of instructions that achieve a similar result. This is at the heart of the idea/expression dichotomy that is often at the forefront of the software protection debate.

Français

Domaine(s)
  • Droits d'auteur
CONT

Le code source d’un programme d’ordinateur peut être complètement différent de celui d’un autre et pourtant avoir la même fonctionnalité, c’est-à-dire produire un ensemble d’instructions analogue menant à un résultat analogue. On touche là le cœur de la dichotomie idée/expression qui figure souvent au premier plan du débat sur la protection des logiciels.

Espagnol

Conserver la fiche 33

Fiche 34 2015-02-26

Anglais

Subject field(s)
  • Management Operations (General)
CONT

Benefit-cost studies indicate that each percentage point increase in postal code acceptance represents and accumulated, undiscounted saving to the Post Office of $23 million over the 17 year life of the program.

Français

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

Des études avantages-coûts indiquent que chaque point procentuel d'augmentation de l'utilisation du code postal au cours des 17 années d'application du programme représente, pour le ministère des Postes, des épargnes accumulées non escomptées de l'ordre de $23 millions.

Espagnol

Conserver la fiche 34

Fiche 35 2015-01-28

Anglais

Subject field(s)
  • Titles of Federal Government Programs (Canadian)
  • Labour Disputes
OBS

Through this program, the CIRB [Canadian Industrial Relations Board] resolves labour relations issues by exercising its statutory powers relating to the application and interpretation of Part I(Industrial Relations), and certain provisions of Part II(Occupational Health and Safety), of the Code. Activities include the granting, modification and termination of bargaining rights; the investigation, mediation and adjudication of complaints alleging violation of Part I of the Code; the determination of level of services required to be maintained during a work stoppage; the exercise of ancillary remedial authority; the exercise of cease and desist powers in cases of unlawful strikes or lockouts; the settlement of the terms of a first collective agreement; the provision of administrative services to support these activities.

Français

Domaine(s)
  • Titres de programmes fédéraux (Gouvernement canadien)
  • Conflits du travail
OBS

Par ce programme, le CCRI [Conseil canadien des relations industrielles] règle des questions liées aux relations du travail en exerçant les pouvoirs qui lui sont conférés par la loi relativement à l'application et à l'interprétation de la Partie I (Relations du travail) et de certaines dispositions de la Partie II (Santé et sécurité au travail) du Code. Ses activités consistent à accorder, à modifier et à révoquer des droits de négociation; à mener des enquêtes sur des plaintes alléguant violation de la partie I du Code, à les trancher ou encore à régler ces plaintes au moyen de la médiation; à définir les services qui doivent être maintenus durant un arrêt de travail; à exercer ses pouvoirs de redressement connexes; à rendre des ordonnances d'interdiction en cas de grèves ou de lock-out interdits par la loi; à établir les modalités d'une première convention collective; et à fournir des services administratifs nécessaires pour appuyer ces activités.

Espagnol

Conserver la fiche 35

Fiche 36 2015-01-07

Anglais

Subject field(s)
  • Software
  • School Equipment
DEF

The domain knowledge necessary to solve problems.

CONT

Ideal Student Model. The tutor must be able to solve problems in the domain so that it can understand the student’s behavior and assist in the problem-solving as required. However, an expert system could not adequately serve as the basis for the tutor. Experts will solve problems using more advanced heuristics, macro-rules, and other techniques not yet in the curriculum for the student. Instead, the tutor must not only be able to solve problems, but must be able to solve them as advanced students would do. ... the LISP tutor contains an ideal student model: a simulation of the programming knowledge ideal students use in solving LISP problems.

CONT

The "ideal student model", or the domain expert, enables the tutor to solve for itself the problem on which the student is working.

CONT

The ideal model contains both planning and coding production rules. The planning rules design an algorithm to achieve a particular program specification, and the coding productions then write the code to achieve the algorithm.

CONT

The complete set of correct rules for writing code is referred to as the ideal student model and represents the instructional objectives of the text and tutor.

Français

Domaine(s)
  • Logiciels
  • Matériel et équipement scolaires
DEF

Représentation du niveau de connaissance qu'un apprenant devrait idéalement atteindre dans le domaine enseigné afin de résoudre des problèmes de façon optimale.

CONT

La mise en œuvre du modèle de «l'élève idéal». Ce modèle de «l'élève idéal» est appelé à jouer un rôle dans deux contextes différents : Il sert de référence si l'élève pose une question au système sur la résolution proprement dite. [...] Il assure avec le module de diagnostic et le module pédagogue, le suivi du travail de l'élève. Ce module est mis en œuvre par un système expert [...]

OBS

Ce modèle reflète l'attente de l'enseignant et formalise les connaissances et les processus de résolution d'un élève idéal à un niveau donné de sa scolarité.

Espagnol

Conserver la fiche 36

Fiche 37 2015-01-06

Anglais

Subject field(s)
  • Automatic Control (Machine Tools)
  • Computer Programs and Programming
DEF

A portion of machine program or sub-program equivalent to one block of NC data. Lines are separated by NEW LINE(LINE FEED) code. Sequence numbers contained in NC data are not necessarily equivalent to line numbers. The definition of line numbers in a given situation is a function of control implementation.

OBS

Term and definition standardized by ISO.

Français

Domaine(s)
  • Commandes automatiques (Machines-outils)
  • Programmes et programmation (Informatique)
DEF

Partie d'un programme machine ou d'un sous-programme équivalent à un bloc de données de commande numérique. Les lignes sont séparées par un code de retour à la ligne (interligne). Les numéros de séquence contenus dans les données de Commande Numérique ne sont pas nécessairement équivalents aux numéros de lignes. La définition des numéros de lignes dans une situation donnée est une fonction de la mise en œuvre de la commande.

OBS

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

Espagnol

Conserver la fiche 37

Fiche 38 2014-05-08

Anglais

Subject field(s)
  • Communication and Information Management
  • Federal Administration
CONT

Bank Number. A field in a personal information bank. This unique identifying number is created by each institution for each personal information bank using the institution's Federal Identity Program acronym or commonly used acronym, personal information bank code(e. g. PPU, PPE, etc.), and the institution's assigned reference number.

Français

Domaine(s)
  • Gestion des communications et de l'information
  • Administration fédérale
CONT

Numéro de fichier. Un champ dans un fichier de renseignements personnels [FRP]. Ce numéro d'identification unique est créé par chaque institution pour chaque FRP à l'aide de l'acronyme du programme de coordination de l'image de marque de l'institution ou de l'acronyme commun, du code du fichier de renseignements personnels (p. ex. PPU, PPE, etc.) et du numéro de référence attribué par l'institution.

Espagnol

Conserver la fiche 38

Fiche 39 2014-05-07

Anglais

Subject field(s)
  • Communication and Information Management
  • Federal Administration
CONT

... using the institution's Federal Identity Program acronym or commonly used acronym, personal information bank code(e. g. PPU, PPE, etc.), and the institution's assigned reference number.

Français

Domaine(s)
  • Gestion des communications et de l'information
  • Administration fédérale
CONT

[...] à l'aide de l'acronyme du Programme de coordination de l'image de marque de l'institution ou de l'acronyme commun, du code du fichier de renseignements personnels (p. ex. PPU, PPE, etc.) et du numéro de référence attribué par l'institution.

Espagnol

Conserver la fiche 39

Fiche 40 2013-04-25

Anglais

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

To convert information from its original format into content that can be displayed on the Web.

CONT

For example, to code a text file into an HTML file is to webify it; to turn a hard copy print file into a PDF is to webify it; to scan an image, use a program to convert it to a GIF or JPG file, and then FTP it to a server is to webify it; to convert an audio file into a format for play on the Web is to webify it; or to convert a video file into a program that can be streamed on the Web is to webify it.

OBS

webify: The Translation Bureau recommends in its revised 2013 Linguistic Recommendation that “web” not be capitalized when it is part of a compound, whether the compound is written as two words or one, with or without a hyphen.

Français

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

Action de convertir un document ou un fichier pour le rendre accessible via Internet.

OBS

webifier : Le Bureau de la traduction préconise dans sa Recommandation linguistique révisée en 2013 la minuscule initiale lorsque «web» est utilisé comme préfixe pour former des termes dérivés.

Espagnol

Conserver la fiche 40

Fiche 41 2012-10-31

Anglais

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

A combination of constructs from a programming language with those of natural language that is not necessarily computer-processible, but intended to make the design of a program manifest to human readers. [Definition standardized by ISO/IEC.]

DEF

A code that requires translation prior to execution. Pseudocode can be used as an aid in program development by using English-like terms to describe program structures. [Definition officially approved by GESC. ]

OBS

Example: IF the data arrive faster than expected, THEN reject every third input. ELSE process all data received. ENDIF.

OBS

pseudo code: term standardized by the Institute of Electrical and Electronics Engineers (IEEE).

OBS

pseudocode: term standardized by ISO/IEC; officially approved by the Government EDP (Electronic Data Processing) Standards Committee (GESC).

Français

Domaine(s)
  • Langages de programmation
  • Programmes et programmation (Informatique)
DEF

Combinaison d'éléments d'un langage de programmation et d'un langage naturel, qui n'est pas nécessairement traitable par ordinateur, mais a pour but d'expliquer à un lecteur humain la conception d'un programme. [Définition normalisée par l'ISO/CEI.]

DEF

Code nécessitant une traduction en vue de son exécution, qui peut être utilisé comme outil de mise au point d'un programme (notamment en mode conversationnel) pour décrire la structure de ce programme par l'emploi de noms symboliques. [Définition uniformisée par le CNGI.]

OBS

Exemple : SI les données arrivent plus vite que prévu, ALORS rejeter un article sur trois, SINON traiter toutes les données reçues. FINDESI.

OBS

pseudocode : terme normalisé par l'ISO/CEI; uniformisé par le Comité des normes gouvernementales en informatique (CNGI).

Espagnol

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

Código arbitrario, independiente del equipo de computación, diseñado para conveniencia en la programación, y que debe ser traducido en un código de computadora (ordenador) si ha de dirigir la máquina.

CONT

Método para traducir un código fuente a un código intermedio, llamado código P, mediante un compilador, y reprocesarlo después utilizando un intérprete especial de código P en una máquina anfitriona, para obtener un código objeto ejecutable.

Conserver la fiche 41

Fiche 42 2012-10-03

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • Computer Programs and Programming
DEF

A program or program function, often part of a compiler, that transforms a computer program from some intermediate level of representation(often the output of a parser) into a lower level representation such as assembly code or machine code. [Definition standardized by IEEE. ]

DEF

A subprogram, often part of a compiler, that transforms all or part of a program from some intermediate language into an object language. [Definition standardized by ISO.]

OBS

code generator: term standardized by the Institute of Electrical and Electronics Engineers (IEEE) and ISO/IEC.

Français

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

Programme ou fonction du programme, souvent compris dans un compilateur, qui fait passer un programme machine d'un niveau de représentation intermédiaire quelconque (souvent la sortie d'un analyseur syntaxique) à un niveau de représentation inférieur, tel que le code d'assemblage ou le code machine.

DEF

Sous-programme, souvent inclus dans un compilateur, qui transforme tout ou partie d'un programme depuis un langage intermédiaire vers un langage objet. [Définition normalisée par l'ISO/CEI.]

OBS

générateur de code : terme normalisé par l'ISO/CEI.

Espagnol

Conserver la fiche 42

Fiche 43 - données d’organisme externe 2012-09-25

Anglais

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
07.04.43 (2382)
numéro d'article de norme ISO/CEI
DEF

software tool that accepts as input the requirements or design for a program and produces source code that implements the requirements or design

OBS

source code generator: term and definition standardized by ISO/IEC [ISO/IEC 2382-7:2000].

Français

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
07.04.43 (2382)
numéro d'article de norme ISO/CEI
DEF

outil logiciel auquel on indique, comme données d'entrée, les besoins ou la conception d'un programme, et qui fournit le code source qui met en œuvre ces besoins ou cette conception

OBS

générateur de code source : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-7:2000].

Espagnol

Conserver la fiche 43

Fiche 44 2012-05-18

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

An assembler which suppresses certain sections of code if stated program conditions are not met at assembly time.

Français

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

Assembleur conditionnel: cette disposition permet d'assembler une partie de programme comprise entre les déclarations IF et ENDIF conditionnellement à des paramètres définis lors de l'assemblage.

Espagnol

Conserver la fiche 44

Fiche 45 2012-04-04

Anglais

Subject field(s)
  • IT Security
DEF

An indicator associated with one or more storage blocks, that requires that tasks have a matching protection key to use the blocks.

CONT

In the IBM 360/370 series... each block of 2, 048 consecutive bytes has an associated protection code register that holds a four-bit protection key set by an executive routine operating in supervisor state. A running program runs under its protection key, and an interrupt results from any attempt to access a block whose protection key is different from that of the running program.

Français

Domaine(s)
  • Sécurité des TI
DEF

Système de protection de la mémoire centrale dans laquelle les pages de mémoires sont munies d'une clé de protection (verrou de protection) de quelques bits tandis que les programmes sont munis d'une clé d'accès de telle sorte qu'un programme ne pourra pas écrire dans les pages pour lesquelles clé de protection et clé d'accès ne coïncident pas.

CONT

La clé anti-copie contenue dans les disquettes consiste en une sorte de filigrane (imprimé dans le matériau du disque, unique à la manière d'une empreinte digitale et qui servira plus tard à identifier la disquette), et un module logiciel enregistré au début de la disquette.

Espagnol

Campo(s) temático(s)
  • Seguridad de IT
DEF

Indicador asociado con un bloque o bloques de almacenamiento, que requiere que los trabajos tengan un indicador de protección similar para poder utilizar dichos bloques.

Conserver la fiche 45

Fiche 46 2012-03-05

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

A program expressed in computer code.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

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

Programa expresado en el código o lenguaje de una máquina o sistema de programación específicos.

Conserver la fiche 46

Fiche 47 2012-01-05

Anglais

Subject field(s)
  • Parliamentary Language
  • Political Institutions
  • Special-Language Phraseology
CONT

This program activity includes the monitoring of lobbying activity through the media, confirmation of information contained in monthly communication returns, review of applications for exemption from the five-year prohibition on lobbying, and investigations of allegations of non-compliance with the Act or the Code.

Terme(s)-clé(s)
  • allegations of non-compliance with the Act or the Code

Français

Domaine(s)
  • Vocabulaire parlementaire
  • Institutions politiques
  • Phraséologie des langues de spécialité
CONT

Cette activité de programme comprend la surveillance des activités de lobbying au moyen des médias, la confirmation des renseignements contenus dans les déclarations mensuelles des communications, l'examen des demandes d'exemption de l'interdiction quinquennale d'exercer des activités de lobbying, et les enquêtes sur les allégations de non-conformité à la Loi ou au Code.

Terme(s)-clé(s)
  • allégations de non-conformité à la Loi ou au Code

Espagnol

Conserver la fiche 47

Fiche 48 2011-03-04

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

Pertaining to a specific program which has been converted from source language into object code by a compiler, but which has not yet had included those subroutines explicitly or implicitly called by the source program.

Français

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

Le DAI possède en version de base: Un BASIC très puissant - semi-compilé - ultra-rapide sur 24K ROM.

Espagnol

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

[Dícese de] un programa que ha sido convertido de lenguaje fuente en código objeto por un compilador, pero en el que todavía no han includo aquellas subrutinas, explícita o implícitamente, llamadas por el programa fuente.

Conserver la fiche 48

Fiche 49 2011-01-10

Anglais

Subject field(s)
  • Biological Sciences
  • Biotechnology
DEF

Formation of one chemical compound from another.

CONT

When one wishes to perform site specific mutagenesis on a gene and re-express the mutant genes into altered proteins, several considerations should be taken initially to increase the efficiency of generating mutants. The first step is to construct the gene by chemical synthesis as it allows for the alteration of nucleotide sequence to accommodate changes in the overall design. In the case where host restriction... endonuclease recognition sites of the natural cDNA sequences are not suitable for performing molecular cloning, then it is possible to create additional useful restriction endonuclease recognition sites or alter the pre-existing sites. Because of the degeneracy of the genetic code, a particular amino acid can be specified by more than one, sometimes up to 6 different codons.... A computer program has been devised... which would search upon all these possible combinations of codons, while keeping the original amino acid sequence.

Français

Domaine(s)
  • Sciences biologiques
  • Biotechnologie
DEF

Obtention d'une espèce chimique composée à partir des corps simples. Ainsi la combinaison du soufre, corps simple, avec l'oxygène, autre corps simple (par combustion), donne l'anhydride sulfureux, corps composé. C'est une synthèse typique.

CONT

Des études immunologiques, réalisées [...] sur les fragments protéiques immunogènes du virus de la fièvre aphteuse, ont permis d'envisager la mise au point d'un vaccin simple et protecteur. Un peptide contenant les deux principales séquences immunogènes des protéines virales a été produit par synthèse chimique.

Espagnol

Campo(s) temático(s)
  • Ciencias biológicas
  • Biotecnología
Conserver la fiche 49

Fiche 50 2010-05-05

Anglais

Subject field(s)
  • Environmental Law
  • Environmental Management
CONT

CSA plans to publish the standard Risk Analysis Requirements and Guidelines.... A logical extension of this initial program would be the development of environmental assurance standards and registration programs. Levels of environmental assurance would be progressively more complex and involve environmental audits, emergency response plans, adoption of an adherence to an environmental code of ethics, compliance with applicable environmental regulations, and waste management and recycling programs.

Français

Domaine(s)
  • Droit environnemental
  • Gestion environnementale
OBS

Assurance : Degré de confiance que l'utilisateur peut retirer de l'opinion formulée par le vérificateur; fiabilité des conclusions du vérificateur, compte tenu du fait que le vérificateur ne peut fournir de garanties absolues. (Correspond à l'expression «degré de certitude» dans le Manuel de l'ICCA.)

OBS

On distingue l'assurance positive et l'assurance négative.

Espagnol

Conserver la fiche 50

Fiche 51 2010-02-17

Anglais

Subject field(s)
  • IT Security
CONT

The first 5 bytes of the host program are stored off in the virus's code and then replaced by a branch instruction so that the virus's code will be executed before the host program.

Français

Domaine(s)
  • Sécurité des TI
CONT

Les 5 premiers octets du programme hôte sont stockés dans le code du virus puis remplacés par une instruction de branchement pour que le code du virus soit exécuté avant le programme hôte.

Espagnol

Conserver la fiche 51

Fiche 52 2010-02-16

Anglais

Subject field(s)
  • IT Security
DEF

The length of the viral code after it has infected a program or system component.

Français

Domaine(s)
  • Sécurité des TI
DEF

Longueur du code viral après l'infection d'un programme ou d'une composante du système.

Espagnol

Conserver la fiche 52

Fiche 53 2010-02-16

Anglais

Subject field(s)
  • IT Security
DEF

The simplest form of virus, one whose symptoms appear quite quickly and which destroys the program code of the host program by overwriting action so that it cannot be reconstructed.

Français

Domaine(s)
  • Sécurité des TI
DEF

Le plus simple type de virus, celui dont les effets apparaissent très rapidement et qui détruit le code du programme hôte par recouvrement sans qu'il soit possible de le reconstituer.

CONT

virus par recouvrement : La force d'un virus par recouvrement est que la taille du programme infecté n'est pas modifiée ce qui rend un repérage fondé sur la variation de la taille des programmes inopérant. La faiblesse [du virus] est que le programme infecté ne peut plus s'exécuter totalement normalement : de ce fait, l'utilisateur peut détecter assez rapidement le virus.

OBS

Terme normalisé par l'AFNOR et justification reproduite avec son autorisation.

Espagnol

Conserver la fiche 53

Fiche 54 2009-08-12

Anglais

Subject field(s)
  • Auditing (Accounting)
CONT

... parallel simulation, in which actual client data is processed using a copy of the client's software that has undergone program code analysis by the auditor... and is under the control of the auditor. The data processed on the auditor's copy of the software is compared to the data previously processed by the client to ensure that the processing is identical. This procedure provides evidence as to the effectiveness of design of programmed control procedures as well as aspects of the effectiveness of operation.

Français

Domaine(s)
  • Vérification (Comptabilité)
DEF

Technique d'audit assistée par ordinateur consistant pour l'auditeur à saisir et à traiter les données de l'entité cliente avec des logiciels d'audit, pour ensuite comparer les résultats obtenus avec ceux produits par le système informatique de l'entité cliente.

Espagnol

Conserver la fiche 54

Fiche 55 - données d’organisme externe 2009-08-04

Anglais

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
01.01.45 (19762)
numéro d'article de norme ISO/CEI
DEF

characteristic of automatic data capture media that permits the direct transfer of information from a medium to a data processing system, without operator intervention

OBS

Linear bar code symbols and two-dimensional symbols, magnetic-stripe smart cards, contact memory buttons, radio frequency identification biometrics, and optical character recognition are technologies of machine reading. The data is usually contained in pre-defined locations(fields) within a data stream. This data can be interpreted by a computer program.

OBS

machine-readable medium: term and definition standardized by ISO/IEC [ISO/IEC 19762-1:2008].

Français

Espagnol

Conserver la fiche 55

Fiche 56 2008-06-19

Anglais

Subject field(s)
  • Video Technology
CONT

The apparatus according to claim 5, wherein said generating means comprises... a program time code generating circuit having inputs for receiving the outputs of said divide by 30, said first and second divide by 60 and said counters.

Français

Domaine(s)
  • Vidéotechnique

Espagnol

Conserver la fiche 56

Fiche 57 2007-12-17

Anglais

Subject field(s)
  • Titles of Monographs
  • Air Safety
OBS

Transport Canada, TP-7886E. "Civil Aviation Safety Inspector-Occupational Health & Safety Manual", 4th edition, 2006. [This] manual has been prepared as guidance and reference material for the administrators of the Aviation Occupational Health and Safety(OH&S) Program. It contains information on delegated duties and responsibilities with respect to the administration and enforcement of Part II of the Canada Labour Code, and its pursuant Aviation Occupational Safety and Health Regulations.

OBS

Transport Canada, TP-7886E. "Civil Aviation Safety Inspector - Occupational Safety and Health (CASI-OSH) Manual", third edition, 2000.

Français

Domaine(s)
  • Titres de monographies
  • Sécurité (Transport aérien)
OBS

Transports Canada, numéro TP-7886F. «Manuel de l'inspecteur de la sécurité de l'Aviation civile – Santé et sécurité au travail» , 4e édition, 2006. [Ce] manuel a été conçu comme document d'orientation et de référence pour les administrateurs du Programme de santé et de sécurité au travail – Aviation. Il contient des renseignements sur les fonctions et les responsabilités déléguées en ce qui concerne l'administration et l'application de la partie II du Code canadien du travail et il est conforme au Règlement sur la sécurité et la santé au travail (aéronefs).

OBS

Transports Canada, numéro TP-7886F. «Manuel de l'inspecteur de la sécurité de l'Aviation civile - Santé et sécurité au travail (ISAC- SST)», 3e édition, 2000.

Espagnol

Conserver la fiche 57

Fiche 58 2006-11-03

Anglais

Subject field(s)
  • Federal Government Bodies and Committees (Canadian)
  • Rail Transport
OBS

Transport Canada. The Equipment & Operations Branch is responsible for monitoring railway operations and conducting safety audits of railway freight and passenger equipment : motive power, rail cars, including cars carrying dangerous goods, train brakes and bulk storage installations on railway rights-of-way. The branch is also responsible for administering the Occupational Safety and Health Program for rail under Part II of the Canada Labour Code, and administering the contingency planning process for rail emergencies.

Terme(s)-clé(s)
  • Equipment and Operations

Français

Domaine(s)
  • Organismes et comités fédéraux (Gouvernement canadien)
  • Transport par rail
OBS

Transports Canada. La Direction de l'équipement et de l'exploitation est responsable de la surveillance des opérations ferroviaires et de la conduite d'évaluations de la sécurité du matériel ferroviaire marchandises et voyageurs : le matériel moteur, les wagons (incluant les wagons transportant des marchandises dangereuses), les freins de train et les installations d'entreposage en vrac sur l'emprise ferroviaire. La Direction est aussi responsable de l'administration du Programme ferroviaire de sécurité et de santé au travail en vertu de la Partie II du Code canadien du travail, et de l'administration du processus de planification des mesures d'urgence pour les cas liés au chemin de fer.

Terme(s)-clé(s)
  • Équipement et exploitation

Espagnol

Conserver la fiche 58

Fiche 59 - données d’organisme externe 2006-01-30

Anglais

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
07.07.11 (2382)
numéro d'article de norme ISO/CEI
DEF

static analysis technique, perhaps including manual simulation of program execution, in which source code, test results, or other documentation are visually examined, usually by the person who generated them, to identify faults, violations of development standards, or other problems

OBS

This entry is a modified version of the entry 20.05.02 in ISO/IEC 2382-20:1990.

OBS

desk checking: term and definition standardized by ISO/IEC [ISO/IEC 2382-7:2000].

Français

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
07.07.11 (2382)
numéro d'article de norme ISO/CEI
DEF

technique d'analyse statique, pouvant comporter une simulation manuelle de l'exécution d'un programme, qui consiste en l'examen visuel, en principe par la personne qui les a produits, de codes sources, de résultats de tests ou autres, pour identifier des anomalies, des écarts par rapport aux normes de développement ou tout autre problème

OBS

Cet article est une version modifiée de l'article 20.05.02 de la norme ISO/CEI 2382-20:1990.

OBS

contrôle de programmation; vérification pas à pas : termes et définition normalisés par l'ISO/CEI [ISO/IEC 2382-7:2000].

Espagnol

Conserver la fiche 59

Fiche 60 - données d’organisme externe 2006-01-30

Anglais

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
07.04.73 (2382)
numéro d'article de norme ISO/CEI
DEF

module, often part of an assembler or compiler, that replaces each macroinstruction or macrocall in a source program with the appropriate code in accordance with the corresponding macrodefinition

OBS

macrogenerator: term and definition standardized by ISO/IEC [ISO/IEC 2382-7:2000].

Français

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
07.04.73 (2382)
numéro d'article de norme ISO/CEI
DEF

module, souvent inclus dans un assembleur ou un compilateur, qui remplace chaque macro-instruction ou chaque appel de macro d'un programme source par la macrodéfinition correspondante

OBS

macrogénérateur : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-7:2000].

Espagnol

Conserver la fiche 60

Fiche 61 - données d’organisme externe 2006-01-30

Anglais

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
07.04.57 (2382)
numéro d'article de norme ISO/CEI
DEF

final version of code prior to execution

OBS

An object program is made up of object code.

OBS

object code: term and definition standardized by ISO/IEC [ISO/IEC 2382-7:2000].

Français

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
07.04.57 (2382)
numéro d'article de norme ISO/CEI
DEF

code exprimé sous sa forme finale, avant son exécution

OBS

Un programme objet est constitué de code objet.

OBS

code objet : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-7:2000].

Espagnol

Conserver la fiche 61

Fiche 62 - données d’organisme externe 2006-01-27

Anglais

Subject field(s)
  • Compartment - ISO/IEC JTC 1 Information Technology Vocabulary
Universal entry(ies)
01.05.02 (2382)
numéro d'article de norme ISO/CEI
DEF

design, write, modify, and test programs

OBS

program; code : terms and definition standardized by ISO/IEC [ISO/IEC 2382-1 : 1993].

Français

Domaine(s)
  • Tiroir - ISO/CEI JTC 1 Vocabulaire des technologies de l'information
Entrée(s) universelle(s)
01.05.02 (2382)
numéro d'article de norme ISO/CEI
DEF

concevoir, écrire, modifier et tester des programmes

OBS

programmer : terme et définition normalisés par l'ISO/CEI [ISO/IEC 2382-1:1993].

Espagnol

Conserver la fiche 62

Fiche 63 2005-11-22

Anglais

Subject field(s)
  • Informatics
DEF

(Said of a) code, or record, or character which is not consistent with the format and rules for data presentation associated with the particular computer or computer program.

Français

Domaine(s)
  • Informatique
DEF

Contraire aux conventions d'un système donné.

Espagnol

Campo(s) temático(s)
  • Informática
Conserver la fiche 63

Fiche 64 2005-04-20

Anglais

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

The core of VR : the 3D gestural input as a command language. Instead of specifying a document or a program by typing in an arcane command code, it becomes possible to interact with a computer by using a natural gesture like pointing and clicking. In VR of the future, gestural input using gloves and "wireless" gestural sensors could continue this development. Twenty years after Engelbart predicted it, the use of gestural input has been coupled with the 3D graphical models he foresaw in 1962.

OBS

Gestural input can come from gloves and keyboards and steering wheels.

Français

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

Espagnol

Conserver la fiche 64

Fiche 65 - données d’organisme externe 2005-02-14

Anglais

Subject field(s)
  • Codes (Software)
  • Computer Programs and Programming
  • Compartment - Canadian Nuclear Safety Commission
CONT

Typical components of a program to be configured include... files that control the generating of executable code from source code.

Français

Domaine(s)
  • Codes (Logiciels)
  • Programmes et programmation (Informatique)
  • Tiroir - Commission canadienne de sûreté nucléaire
CONT

Au nombre des éléments-types d'un programme informatique, figurent [...] les fichiers servant à contrôler la génération de codes exécutables à partir du code source.

Espagnol

Conserver la fiche 65

Fiche 66 2004-12-15

Anglais

Subject field(s)
  • Codes (Software)
DEF

A code in the program status double-word used in conjunction with a memory lock to determine whether or not a program can write into a specific page of actual addresses.

Français

Domaine(s)
  • Codes (Logiciels)

Espagnol

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

Se refiere a un código específico, en la doble palabra de condición del programa, diseñado para ser usado en conjunción con un bloqueo de memoria, para determinar si un programa puede escribir o no, en una página determinada de memoria.

Conserver la fiche 66

Fiche 67 2004-06-18

Anglais

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

An instruction that has an invalid operation code. It is sometimes deliberately inserted in an instruction stream when debugging in order to have a program halt at a particular point.

Français

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

Instruction piège [...]. Exceptions : lors de l'exécution de certaines instructions, des conditions anormales déclenchent des exceptions qui se traitent de manière analogue aux interruptions à travers un vecteur d'exceptions. Cela est le cas de dépassement de capacité arithmétique, division par 0, instruction illégale (de code d'instruction non défini pour le microprocesseur), adressage illégal (adressage à une partie de mémoire non existante ou protégée).

Espagnol

Campo(s) temático(s)
  • Programas y programación (Informática)
  • Seguridad de IT
DEF

Todo código de instrucción que no pertenece al repertorio de instrucciones de una computadora (ordenador).

Conserver la fiche 67

Fiche 68 2004-05-05

Anglais

Subject field(s)
  • Organization Planning
  • Rights and Freedoms
  • IT Security
CONT

CMA [Canadian Marketing Association] has operated a Do-Not-Contact program for several years. CMA was one of the first major industry associations in Canada to require its members to adhere to a privacy code.

Français

Domaine(s)
  • Planification d'organisation
  • Droits et libertés
  • Sécurité des TI
CONT

L'ACME [Association canadienne du marketing] applique au programme de protection des renseignements personnels depuis plusieurs années.

Espagnol

Conserver la fiche 68

Fiche 69 2004-05-04

Anglais

Subject field(s)
  • System Names
  • Energy (Physics)
OBS

The California Energy Commission is required by Public Resources Code Section 25942 to establish regulations for a Home Energy Rating System(HERS) Program to certify home energy rating services in California. The goal of the program is to provide reliable information to differentiate the energy efficiency levels among California homes and to guide investment in home cost-effective energy efficiency measures.

Français

Domaine(s)
  • Noms de systèmes
  • Énergie (Physique)
Terme(s)-clé(s)
  • Système d'évaluation de l'énergie domestique

Espagnol

Campo(s) temático(s)
  • Nombres de sistemas
  • Energía (Física)
Conserver la fiche 69

Fiche 70 2004-03-04

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

An interpretive routine that provides a record of the machine code into which the source program is translated and of the result of each step, or of selected steps of the program.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

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

Rutinas que interpretan, en vez de ejecutar directamente, cada instrucción en lenguaje fuente o en un código de máquina.

OBS

El programa de rastreo [...] traduce cada instrucción simbólica a su código máquina equivalente, antes de procesarla y registrar sus resultados.

Conserver la fiche 70

Fiche 71 2003-08-20

Anglais

Subject field(s)
  • Programming Languages
DEF

The process or the result of translating.

OBS

The translator is a machine-language program whose main function is to translate a program written in the programming language(the source code) into machine language(object code) that can be executed in a computer.

OBS

See "translate" (v.).

OBS

Term and definition standardized by ISO/IEC.

Français

Domaine(s)
  • Langages de programmation
DEF

Conversion d'informations exprimées dans un langage plus évolué à la forme d'un langage moins évolué (langage assembleur, langage machine), faite par un compilateur ou un assembleur. Voir le diagramme dans la source.

DEF

Action ou résultat de traduire.

OBS

Voir «traduire».

OBS

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

Espagnol

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

Traducción de un programa de un lenguaje a otro.

OBS

por ejemplo, de COBOL a lenguaje de máquina.

Conserver la fiche 71

Fiche 72 2003-08-20

Anglais

Subject field(s)
  • IT Security
CONT

Some viruses use a combination of... two methods [to install themselves into memory]. The Typo virus, for example, infects executables on invocation of an infected program, but also leaves a small TSR element in memory after infection. The TSR section contains the payload, while the non resident portion of the virus contains the replication code. In other hybrid viruses these functions might be allocated differently.

Français

Domaine(s)
  • Sécurité des TI
CONT

Hybrides. Certains virus combinent [...] deux méthodes [pour s'installer en mémoire]. C'est ainsi que le virus Typo contamine les exécutables lors de l'appel d'un programme contaminé mais laisse également une petite séquence résidant en mémoire après la contamination. Cette séquence contient la charge, la partie non résidente du virus contenant le code autoreproducteur. Dans d'autres virus hybrides, ces fonctions peuvent être réparties différemment.

CONT

Les virus résidents sont les moins infectieux mais les plus difficiles à détecter car ils ne monopolisent pas de mémoire [...] Il existe également des virus hybrides dont une partie seulement est résidente.

Espagnol

Campo(s) temático(s)
  • Seguridad de IT
Conserver la fiche 72

Fiche 73 2003-08-13

Anglais

Subject field(s)
  • Computer Programs and Programming
  • Internet and Telematics
DEF

The process of producing an application that can be localized for a particular country without any changes to the program code. Internationalized applications store their text in external resources, and use locale-sensitive utilities for formatting and collation.

OBS

Internationalized applications store their text in external resources, and use locale-sensitive utilities for formatting and collation.

OBS

internationalization: term taken from a World Wide Web Consortium (W3C) document. The W3C’s role is to establish standards relating to Internet technology.

Français

Domaine(s)
  • Programmes et programmation (Informatique)
  • Internet et télématique
CONT

L'internationalisation vise la mise au point de méthodes normalisées capables permettre la création de logiciels [ou de sites Web] neutres, tant au plan culturel que linguistique.

Espagnol

Conserver la fiche 73

Fiche 74 2003-06-26

Anglais

Subject field(s)
  • Titles of Monographs
  • Business and Administrative Documents
OBS

Pamphlet of Human Resources Development Canada, Labour Program, Information on labour standards : Part III of the Canada Labour Code(Labour Standards), Ottawa, 2002.

Français

Domaine(s)
  • Titres de monographies
  • Écrits commerciaux et administratifs
OBS

Dépliant de Développement des ressources humaines Canada, Programme du travail, Renseignements sur les normes du travail : Partie III du Code canadien du travail (Normes du travail), Ottawa, 2002.

Espagnol

Conserver la fiche 74

Fiche 75 2003-06-25

Anglais

Subject field(s)
  • Titles of Monographs
  • Working Practices and Conditions
OBS

Human Resources Development Canada, Labour Program, Information on labour standards : Part III of the Canada Labour Code(Labour Standards), Ottawa, 2002.

Français

Domaine(s)
  • Titres de monographies
  • Régimes et conditions de travail
OBS

Développement des ressources humaines Canada, Programme du travail, Partie III du Code canadien du travail (Normes du travail), Ottawa, 2002.

Espagnol

Conserver la fiche 75

Fiche 76 2003-03-07

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

A program written in absolute code.

Français

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

Programme écrit en code absolu.

Espagnol

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

Programa escrito en código absoluto.

Conserver la fiche 76

Fiche 77 2003-03-07

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

Compatibility that exists when a program may be executed on two or more different computer systems by moving the source code and recompiling it on each system without any changes.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

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

Compatibilidad existente cuando un programa puede ejecutarse en dos sistemas de computadoras (ordenadores) o más, transladando el código fuente y volviéndolo a compilar en cada sistema, sin hacer ningún cambio.

Conserver la fiche 77

Fiche 78 2003-02-27

Anglais

Subject field(s)
  • Codes (Software)
DEF

Program code that can test itself to verify that it behaves correctly, usually by feeding itself a set of standard input values and testing the results against a set of expected output values.

Français

Domaine(s)
  • Codes (Logiciels)

Espagnol

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

Código que explícitamente trata de determinar su propia corrección y procede de acuerdo con la misma.

Conserver la fiche 78

Fiche 79 2002-10-18

Anglais

Subject field(s)
  • Internet and Telematics
  • Programming Languages
CONT

... have a facility for translating its own commands, syntax, and/or language into a Cobol program(i. e. code generators)...

Français

Domaine(s)
  • Internet et télématique
  • Langages de programmation
CONT

[...] un logiciel qui comporte une fonction qui traduit ses propres commandements, sa propre syntaxe ou son propre langage en un programme Cobol [...]

OBS

Termes (et définitions) tirés de la norme « NCTTI 4: Langage de programmation Cobol - Critères d'applicabilité » publiée par le Services des technologies de l'information du Secrétariat du Conseil du Trésor.

Espagnol

Conserver la fiche 79

Fiche 80 2002-09-03

Anglais

Subject field(s)
  • Testing and Debugging
  • Computer Programs and Programming
DEF

A mistake found in the program code.

Français

Domaine(s)
  • Test et débogage
  • Programmes et programmation (Informatique)

Espagnol

Campo(s) temático(s)
  • Prueba y depuración
  • Programas y programación (Informática)
DEF

Equivocación cometida por el programador, mecanógrafo, compilador o ensamblador en el código de un programa.

Conserver la fiche 80

Fiche 81 2002-06-14

Anglais

Subject field(s)
  • Computer Programs and Programming
CONT

relocatable program :program existing in a form that permits it to be loaded and executed in any available region of the CPU. The relocatable code is typically composed of position-independent code.

Français

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

Assembleur relogeable: très souvent l'assembleur génère du code objet machine exécutable. Certains assembleurs performants ne génèrent qu'un code objet intermédiaire pouvant être implanté en mémoire et lié à d'autres codes objets par l'intermédiaire d'un éditeur de liens [...]

Espagnol

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

Ensamblador que genera un programa objeto con las direcciones de memoria, evaluadas como desplazamientos respecto al origen relativo de un programa o como referencias externas.

Conserver la fiche 81

Fiche 82 2002-06-12

Anglais

Subject field(s)
  • Codes (Software)
DEF

Code that is never modified during execution.

CONT

It is possible to let many users share the same copy of a procedure or program written as reentrant code.

Français

Domaine(s)
  • Codes (Logiciels)
DEF

Segment de programme qui peut être exécuté par plusieurs processus en séquence ou en parallèle.

Espagnol

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

Lógica de programa que puede compartirse por múltiples usuarios.

CONT

una sola copia de un programa o subrutina escrita en código reentrante puede ser compartida simultáneamente por muchos usuarios.

CONT

El código reentrante se emplea en el diseño de operaciones de lecturas múltiples.

Conserver la fiche 82

Fiche 83 2002-04-11

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

The process of taking a sequential program and dividing it up into processes which can be run in parallel.

OBS

There are two possible methods for the parallelisation of a program : augment the sequential language to allow the programmer either to supply information to indicate which parts of the program can be executed concurrently, or to explicitly write the code for each processor; [and] mechanically identify the parallelisable elements of a program, and thus write compilers which will automatically transform a sequential program into one which can be efficiently run on a parallel machine.

Français

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

Écriture ou réécriture d'un programme informatique pour optimiser son exécution sur une machine utilisant plusieurs processeurs travaillant en parallèle.

OBS

Les ordinateurs parallèles, dans lesquels se répartissent les traitements, accélèrent considérablement la vitesse d'exécution des programmes [...] à condition que ceux-ci aient été conçus pour tirer le meilleur parti de cette architecture. Le développement des machines parallèles dans les applications de calcul scientifique bute depuis des années sur ce problème. Tous les anciens programmes développés pour des ordinateurs classiques doivent en effet être complètement réécrits - «parallélisés» - pour voir leurs performances améliorées sur ces nouvelles machines.

Espagnol

Conserver la fiche 83

Fiche 84 2002-03-04

Anglais

Subject field(s)
  • Codes (Software)
DEF

In IMS/VS(Information Management System/Virtual Storage), a two-character code in the program communication block(PCB) mask that indicates the results of a DL/1(data language 1) call.

Français

Domaine(s)
  • Codes (Logiciels)

Espagnol

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

Indicación del estado de la unidad central en respuesta a una interrupción.

Conserver la fiche 84

Fiche 85 2001-03-26

Anglais

Subject field(s)
  • Military Administration
OBS

One alpha and four numerics used to identify Program Development Proposals and Program Change Proposals, utilizing the five character spaces provided in the planning code field. Defence Services Program numbers are controlled by C Prog.

Français

Domaine(s)
  • Administration militaire
OBS

Symbole composé d'une lettre et de quatre chiffres, qui permet d'identifier les propositions d'extension des programmes et les propositions de modification des programmes dans les cinq cases réservées à la zone de codage de la planification. Les numéros des Programmes des services de la Défense sont contrôlés par le Chef - Programmes.

Espagnol

Conserver la fiche 85

Fiche 86 1999-10-25

Anglais

Subject field(s)
  • Government Accounting
  • Financial and Budgetary Management
CONT

The purpose classification by program-activity is maintained to meet Treasury Board policy requirements. It includes the government-wide activity code(GWAC) from which the program and activity codes are derived.

OBS

See government-wide.

Terme(s)-clé(s)
  • government wide activity code

Français

Domaine(s)
  • Comptabilité publique
  • Gestion budgétaire et financière
CONT

La classification par objet (par programme et activité), est tenue de respecter les exigences de la politique du Conseil du Trésor. Cette classification donne le code d'activité à l'échelle de l'administration fédérale (GWAC), duquel sont tirés les codes de programme et d'activité.

Espagnol

Conserver la fiche 86

Fiche 87 1999-04-22

Anglais

Subject field(s)
  • Codes (Software)
OBS

For example, a code for program conversion from assembly language into machine representation.

Français

Domaine(s)
  • Codes (Logiciels)
OBS

Code qui fait passer d'un standard ou d'un format dans un autre (voir la définition ISO de «conversion»).

Espagnol

Conserver la fiche 87

Fiche 88 1998-12-03

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • IT Security
  • Internet and Telematics
CONT

... impact determining tools(program slicers)-Help identify all the code affecting a given variable or statement. These tools do not replace the need for regression testing.

Français

Domaine(s)
  • Traitement de l'information (Informatique)
  • Sécurité des TI
  • Internet et télématique
CONT

[...] outils qui déterminent l'impact (éminceurs de programmes) - Aident à déceler toute partie du code qui affecte une variable ou un énoncé donné.

Espagnol

Conserver la fiche 88

Fiche 89 1998-12-03

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • IT Security
  • Internet and Telematics
CONT

Tool which is used to analyze the program code for Year 2000 exposures and effects of exposures on the application.

Français

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

Outil dont on se sert afin d'analyser le code programme des expositions en vue de l'an 2000 et des effets des expositions sur l'application.

Espagnol

Conserver la fiche 89

Fiche 90 1998-12-03

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • IT Security
  • Internet and Telematics
CONT

... impact determining tools(program slicers)-Help identify all the code affecting a given variable or statement. These tools do not replace the need for regression testing.

Français

Domaine(s)
  • Traitement de l'information (Informatique)
  • Sécurité des TI
  • Internet et télématique
CONT

[...] outils qui déterminent l'impact (éminceurs de programmes) - Aident à déceler toute partie du code qui affecte une variable ou un énoncé donné.

Espagnol

Conserver la fiche 90

Fiche 91 1998-12-03

Anglais

Subject field(s)
  • Information Processing (Informatics)
  • IT Security
  • Internet and Telematics
CONT

Tool which is used to analyze the program code for Year 2000 exposures and effects of exposures on the application.

Français

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

Outil dont on se sert afin d'analyser le code programme des expositions en vue de l'an 2000 et des effets des expositions sur l'application.

Espagnol

Conserver la fiche 91

Fiche 92 1998-11-30

Anglais

Subject field(s)
  • Programming Languages
DEF

A counting loop in a program, in which a section of code is executed repeatedly with a counter taking successive values.

Français

Domaine(s)
  • Langages de programmation
DEF

Boucle qui permet à un segment d'être répété sous interruption jusqu'à ce que survienne une condition qui terminera la boucle.

Espagnol

Conserver la fiche 92

Fiche 93 1998-09-11

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

The writing of a computer program in which all addresses are referred to by their actual code numbers in the computer system.

Français

Domaine(s)
  • Programmes et programmation (Informatique)

Espagnol

Conserver la fiche 93

Fiche 94 1998-06-03

Anglais

Subject field(s)
  • Informatics
DEF

buzz : Of a program, to run with no indication of progress and perhaps without guarantee of ever finishing; especially said of programs thought to be executing tight loops of a code.

CONT

The program buzzes for about ten seconds trying to sort all the names into order.

OBS

A program that is buzzing appears to be catatonic, but never gets out of catatonia, while a buzzing loop may eventually end of its own accord.

Terme(s)-clé(s)
  • buzzing program
  • buzzing loop

Français

Domaine(s)
  • Informatique
DEF

Pour un programme, fonctionner sans indication d'avancement du travail et peut-être sans garantie qu'il ne finisse jamais.

OBS

Qualifie des programmes qui ont tendance à boucler indéfiniment. Un programme qui boucle se trouve dans un état catatonic dont il est difficile de le sortir.

CONT

Le programme boucle environ 10 secondes en essayant de trier tous les noms dans l'ordre.

Espagnol

Conserver la fiche 94

Fiche 95 1998-04-21

Anglais

Subject field(s)
  • Computer Programs and Programming
DEF

A tape format that allows a "tab" code to be substituted in a given program word when the character is the same as that in the preceding word.

Français

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

Disposition à séquence fixe, dans laquelle chaque mot est identifié par un caractère de tabulation. Elle permet de conserver la séquence du bloc lorsqu'un ou plusieurs mots n'ont pas à apparaître.

Espagnol

Conserver la fiche 95

Fiche 96 1998-03-31

Anglais

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

Tool which is used to analyze the program code for year 2000 exposures and effects of exposures on the application.

OBS

Term related to Year 2000 compliance.

Français

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

Outil dont on se sert afin d'analyser le code programme des expositions en vue de l'an 2000 et des effets des expositions sur l'application.

OBS

Terme relatif au passage de l'an 2000.

Espagnol

Conserver la fiche 96

Fiche 97 1998-03-31

Anglais

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

To analyze the Year 2000 impact to the programs, the impact analysis includes : analyzing complexity(determines the complexity of a software design or code using a metric, such as degree of nesting, or other characteristics) ;analyzing impact(analyzes the program modules and related data to determine what is impacted and related) ;analyzing metrics(collects, analyzes, and reports the results of analysis activities) ;analyzing database(investigates the structure and flow within a database to observe the characteristics of the database and determine if certain measurements/requirements can be realized).

OBS

Term related to Year 2000 compliance.

Français

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

Afin d'analyser l'impact de l'an 2000 sur les programmes, l'analyse de l'impact comprend: l'analyse de la complexité (déterminer la complexité de la conception ou du code d'un logiciel au moyen de la métrologie, soit par exemple, le degré d'imbrication ou d'autres caractéristiques); l'analyse de l'impact (analyser les modules du programme et les données connexes afin de déterminer ce qui a été touché et ce qui s'y rapporte); l'analyse métrologique (recueillir, analyser, et faire rapport sur les résultats des activités d'analyse); l'analyse des bases de données (examiner la structure et la circulation dans la base de données afin d'observer les caractéristiques de la base de données et de déterminer si on peut procéder à certaines mesures et satisfaire à certains besoins).

OBS

Terme relatif au passage de l'an 2000.

Espagnol

Conserver la fiche 97

Fiche 98 1997-12-04

Anglais

Subject field(s)
  • Software
DEF

Software or a program that aids in the development, maintenance, or use of other software or provides general application-independent capability.

DEF

All programs used in the development and maintenance of the delivered operational programs and test/maintenance programs.

OBS

Support programs include, but are not limited to : A) Compilers, assemblers, emulators, builders, and loaders required to generate machine code and to combine subprograms or components into a complete computer program. B) Debugging programs. C) Stimulation and simulation reduction programs...

OBS

Example: A compiler, a database management system.

OBS

support software; support program: Terms and definition standardized by ISO/IEC.

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

Français

Domaine(s)
  • Logiciels
DEF

Logiciel ou programme qui aide au développement, à la maintenance ou à l'utilisation d'autres logiciels ou qui fournit des fonctions générales, indépendantes des applications.

DEF

Tous les programmes utilisés dans l'élaboration et la maintenance des programmes exécutables livrés et des programmes test/maintenance.

OBS

Les programmes de soutien comprennent, entre autres : A) les compilateurs, les assembleurs, les émulateurs, les générateurs et les chargeurs nécessaires pour produire le code machine et pour combiner les sous-programmes ou les éléments dans un programme machine complet; B) les programmes de mise au point; C) les programmes de stimulation et de simulation [...]

OBS

Exemple : Un compilateur, un système de gestion de base de données.

OBS

logiciel de soutien; programme de soutien : Termes et définition normalisés par l'ISO/CEI.

Espagnol

Conserver la fiche 98

Fiche 99 1997-11-01

Anglais

Subject field(s)
  • IT Security
DEF

Use of utility or special programs to alter data files.

DEF

In computing, the process of modifying a program by making a direct change to the object or machine code.

CONT

Superzapping derives its name from Superzap, a macro utility program used in most IBM computer centers as a system tool. Any computer center that has a secure computer operating mode needs a "break glass in case of emergency" computer program that will bypass all controls to modify or disclose any of the contents of the computer. Computers sometimes stop, malfunction ... or perform unexpectedly and need attention that normal access methods do not allow. In such cases, a universal access program is needed. This is similar in one way to a master key to be used if all other keys are lost .... Utility programs such as Superzap are powerful and dangerous tools in the wrong hands.

Français

Domaine(s)
  • Sécurité des TI
DEF

Utilisation de programmes utilitaires ou spéciaux pour modifier des fichiers.

DEF

Technique utilisée par un utilitaire fréquemment employé par les grand centres informatiques. Cet utilitaire «saute» par-dessus [toutes] les sécurités et tous les contrôles pour permettre aux informaticiens d'effectuer des corrections au système d'exploitation (patch), d'effectuer des vidages-mémoire ou de rechercher des causes de malfonction. On peut comparer le superzapping au «passe» utilisé dans les grands hôtels pour accéder n'importe où. On a évidemment intérêt à conserver cet utilitaire le plus confidentiel possible.

Espagnol

Conserver la fiche 99

Fiche 100 1997-06-16

Anglais

Subject field(s)
  • Computer Programs and Programming
CONT

interpretive code, interpretive execution, interpretive program

Terme(s)-clé(s)
  • interpretative

Français

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

langage interprétatif.

Espagnol

Conserver la fiche 100

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 :