Debugging MCQs
Showing 4 questions (Total: 4)
The process of identifying and correcting mistakes in a computer program is referred to as :
Correct Answer:
A: Debugging
Explanation:
The process of identifying and correcting mistakes in a computer program is referred to as : Correct Answer Debugging Debugging is the process of detecting and removing of existing and potential errors (also called as 'bugs') in a software code that can cause it to behave unexpectedly or crash. To prevent incorrect operation of a software or system, debugging is used to find and resolve bugs or defects.
The task of a debug program is to look into all programs to
Correct Answer:
B: locate and correct errors
Explanation:
The task of a debug program is to look into all programs to Correct Answer locate and correct errors অ্যালগরিদম ও ফ্লোচার্ট তৈরীর পরে নির্দিষ্ট প্রোগ্রামিং ভাষায় কোড লেখা হয়। কোড লেখার পরে সেই কোড বিভিন্ন টেস্ট কেস দিয়ে পরীক্ষা করা হয়। এক্ষেত্রে বিভিন্ন রকম ইনপুট এর জন্য প্রোগ্রামটি প্রত্যাশিত আউটপুট দিচ্ছে কিনা সেটি যাচাই করে দেখা হয়। যদি কোন টেস্ট কেস এর জন্য প্রত্যাশিত আউটপুট না আসে, তখন বুঝতে হবে প্রোগ্রামটি সঠিক নয়। অ্যালগরিদম এর নিয়ম অনুসরণ করে প্রোগ্রাম লেখার সময় এরকম কোন ভুল থাকলে তাকে বাগ (Bug) বলা হয়। প্রোগ্রামের যাবতীয় বাগ খুঁজে বের করে সমাধান করা অর্থাৎ প্রোগ্রামকে ত্রুটি মুক্ত করার ধাপ কে বলা হয় ডিবাগিং (Debugging)। 1945 সালে Mark - 1 কম্পিউটার এর ভেতর একটি মথ পোকা ঢুকে যাওয়ায় কম্পিউটারটি হঠাৎ বন্ধ হয়ে যায়। সেখান থেকেই ডিবাগিং কথাটির উৎপত্তি।
’কম্পিউটার বাগ’ কি?
Correct Answer:
খ: সফটওয়্যারের অন্তর্নিহিত ভুল
Explanation:
’কম্পিউটার বাগ’ কি? সঠিক উত্তর সফটওয়্যারের অন্তর্নিহিত ভুল বাগ (Bug) : প্রোগ্রামে সংঘটিত যাবতীয় ভুল - ত্রুটিসমুহকে বাগ (Bug) বলে। ডিবাগিং (Debug) : প্রোগ্রামে সংঘটিত ভুল - ত্রুটিসমুহ সংশোধন করার প্রক্রিয়াকে ডিবাগিং (Debug) বলে।
The process of identifying and computer program is referred to as :
Correct Answer:
A: Debugging
Explanation:
The process of identifying and computer program is referred to as : Correct Answer Debugging কম্পিউটার প্রোগ্রামের অন্তর্নিহিত ভুলকে Computer Bug বলে। ভুল সনাক্তকরণ ও শুদ্ধকরণের প্রত্রিুয়াকে বলে Debugging।