Computer Science, asked by singhsweety4520, 1 year ago

Note :
(i) All questions are compulsary. The marks allotted for eac
place.
(ii) उत्तर पुस्तिका के प्रथम पृष्ठ पर ऊपर की ओर अपना नाम, अन
और विषय स्पष्ट शब्दों में लिखिए।
Write your name enrollment numbers, AI name subject on the top
sheet.
11. निम्नलिखित में से किसी भी प्रश्न का उत्तर लगभग 40 से 60 शब्दों में से
(अ) उच्चस्तर और निम्न स्तर भाषाओं के बीच अंतर करें।
(ब) कम्पाइलर और इंटरप्रेटर के बीच अंतर करें।
Answer any one of the following questions in about 40 to 60 words.
(a) Differentiate between high level and low level languages.
(b) Differentiate between compiler and interpreter.
HALA LA
-
-
-
-
- Mujhe is question ka answer chahie donon ka ​

Answers

Answered by mayanksharma789594
5

Explanation:

Ans(a)

  • Low level languages let you write your program in terms of computer operations, so that it requires a bit of imagination to see what problem you are solving by using those operations.

  • High level languages let you write your program in terms of the problem you are solving, so that it requires a bit of imagination to see what computer operations you are making use of.

Ans(b)

Compiler vs Interpreter

Compiler and Interpreter are two different ways to execute a program written in a programming or scripting language.

A compiler takes entire program and converts it into object code which is typically stored in a file. The object code is also refereed as binary code and can be directly executed by the machine after linking. Examples of compiled programming languages are C and C++.

An Interpreter directly executes instructions written in a programming or scripting language without previously converting them to an object code or machine code. Examples of interpreted languages are Perl, Python and Matlab.

Attachments:
Answered by prevailiswary
0

Answer:

All questions are compulsory.The marks allotted for each question are given besides

Similar questions