Programming Logic and Techniques
Logical reasoning and analytical skills are the foundations of programming. Learn the basics of programming to enhance critical thinking.
Total: 4 Chapters
Introduction to PLTIncludes topics: PLT, Algorithms and Flowcharts |
Working with DataAn introduction to variables, constants, data types and arrays. |
Conditional ConstructsChecking data on the basis of conditions for data analysis. |
IterationLooping is the concept of adding the code in a block of code which needs to be repeated n number of time. |
Programming Logic and Techniques