Answered Questions

  • Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them?

    Processor:--A processor is the part a computer system that executes instructions .It is also called a CPU Assembler: -- An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language. Compiler:...

    aman singh

    • Jun 11th, 2012

    Assembler is a programming language which converts assembly language into machine language..and compiler is a language which convert high level language to machine language at once..whereas interpreter does that line by line