৩১২১
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