T
Tusher Academy
Menu
Home একাডেমি ভর্তি পরীক্ষা চাকরি পরীক্ষা ব্লগ প্যাকেজ যোগাযোগ
Quick actions
Login Register
অনুসন্ধান করুন
তথ্য প্রযুক্তি
বিষয়ভিত্তিক
৩৩৩১

Function which is used in stepwise refinement of program is classified

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Procedure
৩৩৩২

Techniques of using fixed words for machine code function is classified as:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Mnemonics
৩৩৩৩

Which concept enables programmers to assign a different meaning or usage to a variable, function, or an object in different contexts?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Polymorphism
৩৩৩৪

How many numbers will be printed? i = 10 While true: print (i) i = i - 1 if i < = 7: break

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
3
৩৩৩৫

DRY principle makes the code: ক) Reusable খ) Loop forever গ) Bad Repetitive ঘ) Complex

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Reusable
৩৩৩৬

Which of the following words best means to add something at the end?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Append
৩৩৩৭

Which of the following creates a new type?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Object
৩৩৩৮

Why would a hacker use a proxy server?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
To hide malicious activity on the network.
৩৩৩৯

Which alternative can replace the throw statement in C++?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
return
৩৩৪০

What type of reference should be used in vector arithmetic in C++ =?)

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Const