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

what is the value of 'd' after this line of code has been executed? double d = Math round ( 2.5 + math random () );

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

what is the output of the following code? Print 9//2

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

which O/S is recommended for real time systems?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Lynx OS
৫৭৯৪

which one of the following is not an example is not an example redundancy?

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

The maximum number of processes that can be in Ready state for a computer system with n CPUs is

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Independent of n
৫৭৯৬

Compared to CISC. RISC processors (at the same clock ) are

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

which of the following is not a type of web search engine?

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

Where can JavaScript code be placed in an HTML page?

উত্তর সিলেক্ট করলে সঠিক ও ভুল দেখাবে।
বিস্তারিত
উত্তর
Both <head> and <body> sections
৫৭৯৯

What is the value of variable x after the following statement is executed in JavaScript? `var x = '3' + '4';`

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

In Java , which operator is used to create an object

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