CS Programming Terminology G11 Meet4
CS Programming Terminology G11 Meet4
TERMINOLOGY
AND ALGORITHM
GRADE 11 MEET 4
INTRODUCTIONS
Programming terminology refers to
the specialized vocabulary and
concepts used in the world of
computer programming.
Understanding these terms is
essential for anyone learning or
working in the field of programming.
KINDS OF DATA TYPE
String
Integer
Float
Boolean
STRING
A sequence of characters. In
many programming languages,
strings are used to represent text. EXAMPLE
print ("MULTIMEDIA ROOM !")