Subject | English | Malay |
comp., MS | char data type | jenis data aksara (A character data type that holds a maximum of 8,000 characters) |
comp., MS | composite data type | jenis data komposit (A data type where the sum of the members is larger than all individual members taken together, such as a structure or an array) |
comp., MS | data type | jenis data (A property of a field that defines the kinds of data the field can store) |
comp., MS | elementary data type | jenis data permulaan (A simple data type, such as Boolean, Long, or Decimal) |
comp., MS | Integer data type | jenis data Integer (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767) |
comp., MS | String data type | Jenis data rentetan (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion) |