Introduction to Computer Programming

Course Outcome

  • Recall the basic components and functions of a computer system. Identify the fundamental syntax rules, keywords, and data types of the chosen programming language.
  • Explain the purpose and working of different programming constructs, including variables, operators, expressions, and basic input/output operations.
  • Write basic programs to solve simple computational problems using the chosen programming language.
  • Analyse given program snippets to predict their output or identify logical errors.
  • Assess the correctness of a simple program based on expected output and requirements.