Data Types

?

Integer

A whole number.

- Can be positive or negative.

- No decimals.

- No fractions.

1 of 5

Real

Any number.

- Can be a decimal.

- Can be a fraction.

- Can be a whole number.

- Can be negative.

2 of 5

Character

Used to store a single character, number or symbol.

- Eg. C

- Eg. 3

- Eg. "

3 of 5

String

Can hold a list of character data types of any length.

- Shown in quotation marks, "  ".

- Eg. "David".

- Eg. "2015".

- Eg. "April 1".

4 of 5

Boolean

True or False.

- Can be used in puesdocode to check if a command has been excecuted.

5 of 5

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Data Types resources »