IT terministandardi projekti (1998-2001) sõnastik

EnglishEesti
data type (=datatype) — A defined set of data objects of a specified data structure and a set of permissible operations, such that these data objects act as operands in the execution of any one of these operations. (The term "type" may be used instead of "data type" when there is no ambiguity.) (See figure 15-1.) Eg. An integer type has a very simple structure, each occurrence of which, usually called value, is a representation of a member of a specified range of whole numbers and the permissible operations include the usual arithmetic operations on these integers. (15 PROGRAMMING LANGUAGES; 15.04 Data types; 15.04.01) andmetüüp — Spetsifitseeritud andmestruktuuriga * andmeobjektide määratletud hulk koos neid objekte tehte * täitmisel * operandidena kasutavate lubatavate tehete hulgaga. ("Andmetüübi" asemel võib kasutada terminit "tüüp", kui sellega ei kaasne mitmetähenduslikkus.) (Vt joonis 15-1) Nt. Väga lihtne struktuur on täisarvtüübil, mille iga eksemplar (harilikult nimetatakse seda väärtuseks) esitab üht elementi etteantud täisarvude vahemikust ja mille lubatavad tehted hõlmavad tavalisi aritmeetikatehteid nende täisarvudega. (15 PROGRAMMIKEELED; 15.04 Andmetüübid; 15.04.01)