Symbols or words used in programming to perform various actions on data. There are three main types: arithmetic, comparison, and logical.
Read more...
It determines the order in which the program runs. It allows you to make your programs more efficient and effective by specifying the order in which instructions are executed.
At its most basic level, all data is a series of zeroes and ones. The way you interpret and use that data is determined by its data type.