Identifier

= ID идентификатор, признак; метка а) имена, присваиваемые переменным, константам, структурам данных, классам, процедурам, функциям, методам и другим программным объектам. Некоторые языки программирования требуют объявления идентификаторов до их использования в программе (explicit declaration) Смотри также: caller ID, label, reserved word, symbol table, user id Синоним(ы): symbolic name б) логическое имя устройства Смотри также: logical name

Англо-русский словарь компьютерных терминов

Identifier

1) [вычислительная техника] идентификатор, имя (например переменной) 2) спецификатор формата, формат (в языке Си) 3) устройство опознавания; устройство распознавания 4) определитель

Англо-русский политехнический словарь

Identifier

noun one that identifies

Merriam-Webster's Collegiate Dictionary

Identifier

1. A formal name used in source code to refer to a variable, function, procedure, package, etc. or in an operating system to refer to a process, user, group, etc. Each different type of entity may have a different range of valid identifiers or "name space". For example, an identifier in C is a series of one or more letters, digits and underscores that does not begin with a digit. An identifier has a type, e.g. integer variable, hash, variant and a scope, e.g. block, global. 2. (id) A primary key. The column containing a table's primary key is frequently named after the table with "_id" appended, e.g. "customer_id".

Free Online Dictionary of Computing