| Mathematics is applicable in various traditional fields | | | | screen. Though there are endlessly many points in |
| of engineering: mechanical and electrical engineering | | | | any bounded part of the plane, while the number |
| are among them. Mathematics is used in | | | | of pixels on the graphics screen is limited, yet the |
| computer engineering too. | | | | techniques of coordinate geometry can be used in |
| Mathematical logic is used in the decision making, | | | | drawing various figures on the graphics screen. |
| so it is used in computer programming. As Venn | | | | Various transformations play a part in the |
| diagrams are helpful in understanding the concepts | | | | development of software. Two such |
| of logic, they are also helpful in the programming. | | | | transformations are famous as 'pop and push |
| For instance, De Morgan's laws are used in writing | | | | transformations'. As the graphs are useful in |
| statements involving decisions and Venn diagrams | | | | understanding different kinds of transformations, |
| are helpful in understanding these laws. | | | | these help understand, in particular the Pop and |
| Calculations are also important in the science of | | | | Push transformations too. |
| computers. The text you read on the computer | | | | The classical computer programming language |
| screen is presented in a particular format. | | | | namely 'the C language' makes a lot of use of |
| Calculations are certainly needed for these. | | | | mathematics. Different graphics commands of this |
| Geometry is used in the development of graphics. | | | | language are based on the mathematical logic. The |
| Actually a graphics screen resembles the | | | | commands for making the background make use |
| co-ordinate plane. Just as we have points in the | | | | of hexadecimal numbers. |
| co-ordinate plane, we have pixels on the graphics | | | | |