Easy steps to programming!!!
Easy steps to programming!!! Introduction to C++... WHAT IS A PROGRAME? Programs are sequence of step by step instructions to the computer. Programs, and the data values processed by programs, are called software. PROGRAMMING LANGUAGES Low-Level Programming Languages * Machine language *Assembly language High-Level Programming Languages Instructions look more like English and Math. Generally result in multiple low level commands, for a single high level statement.Uses syntax resembling combination of mathematical notation and English Easy for humans to understand. Not understandable by machines, must be translated using a compiler or an interpreter. Programming tools such as integrated programming environment with a debugger are available to aid in programming process. Machine Language Executable by machines, almost incomprehensible to humans. Programming in machine language is very tedious and prone to errors. Assembly Language Mnemonics used for instruction codes and