Sequence Flashcards
1
Q
What is sequence
A
sequence is the order in which instructions occur and are processed.
(When things happen one after the other)
2
Q
Data types
A
Integer, Real/float, Character, String, Boolean
3
Q
Integer
A
Whole number
4
Q
real/ Float
A
Number with a decimal/ fractional part
5
Q
Character
A
Single character
6
Q
String
A
Zero or more characters
7
Q
Boolean
A
True or False