
Từ điển Anh Việt"data type"
là gì? Anh-Việt Việt-Anh Nga-Việt Việt-Nga Lào-Việt Việt-Lào Trung-Việt Việt-Trung Pháp-Việt Việt-Pháp Hàn-Việt Nhật-Việt Italia-Việt Séc-Việt Tây Ban Nha-Việt Bồ Đào Nha-Việt Đức-Việt Na Uy-Việt Khmer-Việt Việt-Khmer Việt-Việt

Tìm
data type
data type ấn mẫu dữ liệu |
| abstract data type: ấn mẫu dữ liệu trừu tượng |
kiểu dữ liệu |
| Giải thích VN: Là đặc điểm của các trường thuộc tính và các biến, xác định kiểu giá trị dữ liệu mà chúng lưu giữ. Ví dụ, kiểu character (ký tự), floating point (dấu phảy động) và integer (nguyên). |
| Boolean data type: kiểu dữ liệu Boole |
| abstract data type: kiểu dữ liệu trừu tượng |
| aggregate data type: kiểu dữ liệu gộp |
| algebra data type: kiểu dữ liệu đại số |
| boolean data type: kiểu dữ liệu logic |
| character data type: kiểu dữ liệu kí tự |
| complex data type: kiểu dữ liệu phức |
| integer data type: kiểu dữ liệu nguyên |
| label data type: kiểu dữ liệu nhãn |
| logical data type: kiểu dữ liệu logic |
| original data type: kiểu dữ liệu gốc |
| primitive abstract data type: kiểu dữ liệu trừu tượng nguyên thủy |
| real data type: kiểu dữ liệu thực |
| scalar data type: kiểu dữ liệu vô hướng |
| structured data type: kiểu dữ liệu có cấu trúc |
loại dữ liệu trừu tượng |
|
dữ liệu ấn mẫu boole |
|
dữ liệu đánh số |
|
dữ liệu ấn mẫu dài |
|
dữ liệu ấn mẫu vật thể |
|
dữ liệu ấn mẫu dây |
|
biến thể dữ liệu ấn mẫu |
|

Tra câu | Đọc báo tiếng Anh
data type
Microsoft Computer Dictionary
n. In programming, a definition of a set of data that specifies the possible range of values of the set, the operations that can be performed on the values, and the way in which the values are stored in memory. Defining the data type allows a computer to manipulate the data appropriately. Data types are most often supported in high-level languages and often include types such as real, integer, floating point, character, Boolean, and pointer. How a language handles data typing is one of its major characteristics. See also cast, constant, enumerated data type, strong typing, type checking, user-defined data type, variable, weak typing.