Programming by Haile
Programming by Haile
Introduction to programming
Computer is a machine that needs instruction to perform a
variety of tasks.
A program is a set of instruction that the computer to follow
to perform a given job.
C++ is one of the most powerful programming languages
available.
Language translator software is used by programmers to
develop application software and translate programs into
machine code (object code).
Language software is a generic name consisting of various
programs that serves as editors and translators to develop
programs in different programming language.
It includes translators and high level language software’s.
Type of programming language
1. Machine language: lowest level of programming languages
usually referred to as first generation language.
It is understood completely by computer; Instruction in machine
language is in the form of string of 0s and 1s.