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

Which protocol is used to send an email over the Internet?

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

What does the 'continue' statement do inside a loop?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
skip the rest of the current iteration and move to the next
২৬০৩

In Agile, Software is delivered:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
in small incremental iterations
২৬০৪

Intel 8086 (16 bit) microprocessor has a ____ bit address bus.

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

OS System Calls performs the following basic operations on files:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Read, Write, Delete
২৬০৬

The bisection method is used to:

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Find roots of non-linear equations
২৬০৭

In an array-based implementation of a complete binary tree, what is the index of the left child of a node at index i (assuming zero-based indexing)?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
2i + 1
২৬০৮

Which optimization technique is not used for eliminating redundant codes?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Constant folding
২৬০৯

Which register in a CPU points to the next instruction to be executed?

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

______ Layer of the TCP/IP model is responsible for port binding.

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