Data Types 0.0 / 5 ? ComputingData structuresASWJEC Created by: mrkhanCreated on: 17-09-13 21:44 Boolean This data type allows only TRUE or FALSE values 1 of 11 Character (Char) A single character e.g. T, t, k, 9, 0 etc. 2 of 11 String One or more characters e.g.Hello 3 of 11 Integer A whole number e.g. 1, 6, 78, 99 etc. 4 of 11 Real A number with decimal places e.g. 6.78, 5.432 etc. 5 of 11 Short Whole numbers in the range from -32,768 to +32,767 6 of 11 Long Whole numbers, a very large range compared to the Short data type 7 of 11 Single Numbers with decimal places e.g. 4.76 8 of 11 Double same as Single. Much larger range than single 9 of 11 Decimal Numbers with decimal places, especially currency values 10 of 11 Date Date & Time, Dates from 1 Jan. 100 to 31 Dec. 9999 Time from 0:00:00 to 23:59:59 11 of 11
Comments
No comments have yet been made