IT terministandardi projekti (1998-2001) sõnastik

EnglishEesti
strong typing — Enforcement of the requirement that operands in a language construct must be of data types compatible with those of the operation or have explicitly undergone type conversion before the operation is performed. Eg. The strong typing in Ada makes the addition of 2 + 3.5 illegal, because 2 is an integer and 3.5 a real number. (15 PROGRAMMING LANGUAGES; 15.04 Data types; 15.04.30) range tüüpsus Andmetüüpide ja tehte ühilduvuse või tehtele eelneva ilmutatud tüübiteisenduse nõude sundkohaldamine keeletarindi operandidele. Nt. Ada range tüüpsus keelab tehte 2 + 3.5, sest 2 on täisarv ja 3.5 reaalarv. (15 PROGRAMMIKEELED; 15.04 Andmetüübid; 15.04.30)