5. Computer works on a set or
Answer the following questions
1. What do you mean by Assembly language?
2. Write the difference between interpreter and compiler.
Difference between high level language and fourth gene
Write short note on binary number system.
Vrite short note on decimal number system
Answers
Answer:
1. Assembly language is a programming language that can be used to directly tell the computer what to do. An assembly language is almost exactly like the machine code that a computer can understand, except that it uses words in place of numbers. ... The part of the computer that follows the instructions is the processor.
2. Difference Between Compiler and Interpreter. A compiler is a translator which transforms source language (high-level language) into object language (machine language). In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language.
3. Third-generation languages are also known as high-level languages, while fourth-generation languages are sometimes referred to as very-high-level programming languages. When 3GL statements are generated, a large volume of assembly language and machine language instructions are generated.
4. binary number system. A method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2. For example, 10011 represents (1 X 24) + (0 X 23) + (0 X 22) + (1 X 21) + (1 X 20), or 16 + 0 + 0 + 2 + 1, or 19.binary number system is an alternative to the decimal (10-base) number system that we use every day. Binary numbers are important because using them instead of the decimal system simplifies the design of computers and related technologies. ... But if the second digit is 1, then it represents the number 2.
5. Decimal, also called Hindu-Arabic, or Arabic, number system, in mathematics, positional numeral system employing 10 as the base and requiring 10 different numerals, the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. It also requires a dot (decimal point) to represent decimal fractions.
Hope this answer helpful to you...