Press "Enter" to skip to content

Posts published in “Programming”

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…

COMPUTER PROGRAMMING

0

INTRODUCTION A program is a set of instructions, which when executed, makes the computer work in a particular manner . programs are an integral part of a computer . computer will be useless if it…