Academia.eduAcademia.edu

COM113 INTRO TO COMPUTER PROGRAMMING Theory Book

2017, Dr Ahmad

Abstract
sparkles

AI

This document explores the fundamental concepts and historical development of programming languages, detailing their purpose, evolution, and applications. It covers notable programming languages from early foundational languages like Fortran and COBOL to more modern languages such as Java and C++. The text aims to educate readers about the role of programming in problem-solving and software development.

Key takeaways

  • A source code is written in an acceptable computer programming language.
  • The structure, coding and documentation of the program should allow another programmer to understand the logic of the program and to make a change in one part of a program without unknowingly introducing an error in another part of the same program.
  • • Code the algorithm by using a suitable programming language.
  • Type the program into computer: The next stage after writing the program, it to key the program into the computer.
  • Assembly language makes programming much easier, but an assembly language program must be translated into machine code before it can be understood and run by the computer.