DATA TYPES Flashcards

1
Q

What is an integer?

A

a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a real/float?

A

a decimal number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is booleans?

A

true/false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a string?

A

a sequence of chracters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is casting?

A

its a process that converts variable data types to another data type (this can be manual or automatic)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between manual and automatic casting?

A

automatic assumes that the data type that is required is entered where as manual will make sure the correct data type is entered or else an error will be presented

How well did you know this?
1
Not at all
2
3
4
5
Perfectly