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

What will be the time complexity of the following algorithm: sum = 0; for (i=1; i<=n; i= i*2) for (j=1; j sum+=i*j;

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
O(n log n)
২৫২২

What output will be generated by the compiler after lexical and syntax analyses, respectively?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Tokens and a parse tree
২৫২৩

Which one is a compile time polymorphism?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Operator overloading
২৫২৪

A relation R on a set B is an equivalence relation if it is:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Reflexive, symmetric and transitive
২৫২৫

______ operates at the network layer and is used to connect different networks?

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

The chromatic index of a bipartite graph with at least one edge is:

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

Which loop is an exit-controlled loop?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
do while loop
২৫২৮

Hyper-threading:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Allows a single physical core to execute multiple threads simultaneously
২৫২৯

The main goal of project scheduling is to:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
allocate resources & set deadlines
২৫৩০

In a hospital, a patient file stores name, disease, date of admission, room number, bed number, as information. Which should be the primary key in this case?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
None of the above