Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Jatin Garg 6 years, 11 months ago
- 1 answers
Posted by Devangi Gajjar 6 years, 11 months ago
- 0 answers
Posted by Dhinesh Babbu 6 years, 11 months ago
- 0 answers
Posted by Siddharth Maladhari 6 years, 11 months ago
- 1 answers
Posted by Priyanjal Mishra 6 years, 11 months ago
- 0 answers
Posted by Harsh Dewal 5 years, 4 months ago
- 0 answers
Posted by Unni Krishnan 6 years, 11 months ago
- 0 answers
Posted by Prathan Singh 6 years, 11 months ago
- 0 answers
Posted by Gobind Kumar 6 years, 11 months ago
- 0 answers
Posted by Suraj Saini 6 years, 11 months ago
- 0 answers
Posted by Siddharth Sikharwar 6 years, 11 months ago
- 1 answers
Aman Kumar 6 years, 11 months ago
Posted by Satyam Tiwari 6 years, 11 months ago
- 1 answers
Posted by Md Asif 6 years, 11 months ago
- 2 answers
Nandini Vaish 6 years, 11 months ago
Posted by Priya Dharshini ☺☺ 6 years, 11 months ago
- 1 answers
Aman Kumar 6 years, 11 months ago
Posted by Gaurav Kumar 6 years, 11 months ago
- 3 answers
Posted by Gaurav Kumar 6 years, 11 months ago
- 1 answers
Posted by Gaurav Kumar 6 years, 11 months ago
- 2 answers
Posted by Gayathri H 6 years, 11 months ago
- 0 answers
Posted by Jubair Saifi 7 years ago
- 1 answers
Akshita Singh 6 years, 11 months ago
Posted by Mj Honey 4 years, 3 months ago
- 1 answers
Sia ? 4 years, 3 months ago
Interpreter | Compiler |
Interpreter translates just one statement of the program at a time into machine code. | Compiler scans the entire program and translates the whole of it into machine code at once. |
An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower. | A compiler takes a lot of time to analyze the source code. However, the overall time taken to execute the process is much faster. |
An interpreter does not generate an intermediary code. Hence, an interpreter is highly efficient in terms of its memory. | A compiler always generates an intermediary object code. It will need further linking. Hence more memory is needed. |
Keeps translating the program continuously till the first error is confronted. If any error is spotted, it stops working and hence debugging becomes easy. | A compiler generates the error message only after it scans the complete program and hence debugging is relatively harder while working with a compiler. |
Interpreters are used by programming languages like Ruby and Python for example. | Compliers are used by programming languages like C and C++ for example. |
Posted by Additri M 7 years ago
- 0 answers
Posted by Gourav Gour 7 years ago
- 0 answers
Posted by Daivik Maskare 7 years ago
- 1 answers
Nancy Rajput 7 years ago
Posted by Chirag Gupta 4 years, 3 months ago
- 1 answers
Sia ? 4 years, 3 months ago
Firmware: Firmware is software that runs on very small processors that makes a hardware device function correctly. Firmware is rarely or never replaced, and you generally interact with it through hardware controls (buttons, lights, switches) instead of computer controls (mouse, keyboard, screen). Firmware often is used to produce small useful behaviors for a much bigger piece of hardware - for example, your WiFi radio has firmware that allows it to provide radio signal information in a format that is useful for your computer’s main processor.
Wristwatches, calculators, computer mouses and car key fobs all have firmware.
Liveware: Liveware describes the people who make a computer system work behind the scenes, usually to perform a small complex task that a computer can’t do. You often won’t notice. For example, Google’s voice recognition engine is mostly automated, but there are hundreds of people who see sentences that the software didn’t understand to help the system understand the sentence better.
Posted by Hardik Shah 7 years ago
- 1 answers
Posted by Aarav Babu 7 years ago
- 2 answers
Naaaaaaaaaaaaaaaaaaa Naaaaaaaaaaaaaaaaaaa 7 years ago
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Jatin Garg 6 years, 11 months ago
1Thank You