Кыргызско-английский словарь компьютерных терминов Microsoft (2016)
Data Execution Prevention (noun)
A security feature that monitors programs on a computer to determine if they use system memory safely. To do this, DEP software works alone or with compatible microprocessors to mark some memory locations as "non-executable." If a program tries to run code that is malicious or is not from a protected location, DEP closes the program and notifies you.

Кыргызско-английский словарь компьютерных терминов Microsoft (2016)
data record (noun)
A data structure that is a collection of fields (elements), each with its own name and type. Unlike an array, whose elements all represent the same type of information and are accessed using an index, the elements of a record represent different types of information and are accessed by name. A record can be accessed as a collective unit of elements, or the elements can be accessed individually.