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

Consider the following recursive function fun (x, y). What is the value of fun (4,3) int fun(int x, int y) { if(x==0) return y; return fun (x - 1, x + y)

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

The average number of key comparisons done in successful sequential search in a list of length n is

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
(n + 1)/2
৩১২৩

You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate?

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

In UNIX, processes that have finished execution but have not yet had their status collected are known as -

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

In UNIX, the login prompt can be changed by changing the contents of the file ____.

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

পঞ্চম প্রজন্মের কম্পিউটারের প্রধান বৈশিষ্ট্য কোনটির ব্যবহার-

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
কৃত্রিম বুদ্ধিমত্তা
৩১২৭

Which of the following UNIX command allows scheduling a program to be executed at the specifies time?

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

Which of the following is major part of time taken when accessing data on the disk?

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

Which of the following programming helps you to learn Android programming?

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

Which tool could be used for detecting vulnerability through SQL injection?

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