top of page

February

Programming Languages

A Computer Programming Language is a set of grammatical rules for instructing a computer to perform specific tasks.


The terms Programming Language usually refers to high-level Languages, such as BASIC, C, COBOL, FORTRAN and PASCAL.


Each Language has a unique set of keywords and a special writing method for organizing program instructions. Regardless of what language you use, you need to convert your program into machine language so that the computer can understand it.


So, You can:


1. Compile  the program 
or
2. Interpret  the program

Reflection Activity:

  • Mention 3 High Level Programming Languages

Problem Solving

Problem solving or breaking down the solution into sequential steps is the most difficult part of computer programming, but we can practice some activities to improve our problem solving skills such as:

  • Playing Chess
  • Solving crossword puzzles
  • Solving math problems

 

There are various techniques to use:

  • Analogy
  • Trial and Error
  • Process of Elimination
  • Visualization
  • Basic Math

Reflection Activity:

 

  • Mention the phases of problem solving
bottom of page