নিচের প্রোগ্রামটির আউটপুট কী হবে? (What is the output of the following program?)
int main(){
int i;
for(i=0; i<5; i++)
printf("%d",i+2);
return 0; }
কম্পিউটারে রেজিস্টার-এর অবস্থান কোথায়? (Where does the register locate within a computer?)
3 বিট বাইনারি কাউন্টারের মড সংখ্যা কত? (What is the Mod number of a 3 bit binary counter?)
ইউনিভার্সাল গেট কোনটি? (Which is the universal gate?)
HTML-এর ক্ষুদ্রতম হেডার কোনটি? (Which is the smallest header in HTML?)