Search for Sinhala video computer lessons, videos, Flash Demos, audio tutorials, softwares, fonts and other useful educational materials using our search utility:
Pascal Programming Sinhala Video Tutorials and Free Programming Lessons
Pascal is one of the most popular procedural programming languages among most beginner programmers. It’s an ideal programming language for to practice structural programming and data structures. These lessons provide you the basic needs to become a Pascal programmer. Also you can understand the basic concepts in programming and data structures. Pascal programming language is used in schools to teach basic computer programming to students. In some schools G.C.E. O/L students use Pascal in their ICT studies. Hope these lessons would be helpful for them.
- Install Free Pascal Compiler in Windows
- Create your first Pascal program
- Understand elements in a Pascal program
- Using programming conventions in Pascal
- Write Pascal program without the program heading
- Using WRITE and WRITELN statements
- Using numbers with WRITELN statement
- Using Integer numbers and Real numbers in Pascal programs
- How to output String and Numerical results in Pascal
- Operator precedance of Arithmetic operators
- Understand Variables in Pascal programming language
- Using variables in Pascal programs
- Using REAL and INTEGER type variables
- Using Constants in Pascal programs