Posts

Showing posts from January, 2022

Codding 01. INTRODUCTION TO CODING

Image
How do traffic lights work? Have you ever wondered how traffic signals function?  The lights cycle through green, yellow, and red at regular intervals to control road intersections' traffic flow. They prevent accidents and help to avoid congestion on the roads.  However, how do the traffic lights  change automatically?  Few lines of code running in the  background drive the traffic lights. At regular intervals, the code changes the traffic signals to show different colors.  Sometimes it is even smarter, where the code detects congestion based on sensors and maximizes efficiency by only functioning when traffic is present. Where else do we see  applications of coding? Most of us knowingly or unknowingly engage with programming, be it inside our homes or outside. Coding, in the modern world, can be seen on the streets, at the schools, at the local grocery stores, etc.  Some of the practical examples of coding in the real world are: * Int...