ASSEMBLY LEVEL LANGUAGE

This language uses letters and symbols instead of binary digits. These symbols are called Mnemonics. programs written in assembly level languages are called assembly codes. Assembly codes are translated into machine level language instructions. Assembly level language is easier to understand than machine level language. HIGH LEVEL LANGUAGE {HLL} High level languages are easier for […]

INTRODUCTION – PROGRAMMING LANGUAGES

A person who writes a program is called a programmer. To perform any task, programmer writes the set of instructions or programs in one of the many programming languages. programming , with regard to computer is defined as a process of designing, writing , testing , debugging and documenting a program. programming languages are divided […]