Explanatory Question
কম্পাইলার ও ইন্টারপ্রিটার-এর মধ্যে পার্থক্য লেখো।
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.
| কম্পাইলার | ইন্টারপ্রিটার |
|---|---|
| সম্পূর্ণ প্রোগ্রাম একবারে অনুবাদ করে | লাইন বাই লাইন অনুবাদ করে |
| দ্রুত কাজ করে | তুলনামূলক ধীর |
| সব error একসাথে দেখায় | এক লাইনের error একবারে দেখায় |
| অবজেক্ট কোড তৈরি করে | আলাদা অবজেক্ট কোড তৈরি করে না |
First read the answer fully, then try to explain it in your own words. After that, open a few related questions and compare the concepts. This method helps you remember the topic for a longer time and improves exam preparation.