Press "Enter" to skip to content

Posts tagged as “programming-languages”

ASSEMBLY LEVEL LANGUAGE

0

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…

INTRODUCTION – PROGRAMMING LANGUAGES

0

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…