৫৯২১
How many '1's will be there in the binary representation of the following expression (assume 16-bit number): 12 + 61 + 128 + 1024?
উত্তর
6
৫৯২৩
What is the value of 'd' after this line of code has been executed? `double d = Math.round(2.5 + Math.random());`
উত্তর
3
৫৯২৪
Which of the following will produce an answer that is close in value to a double 'd' while not being greater than d?
উত্তর
(int) Math.floor(d)
৫৯২৬
Which none of the following is an example of file compression software in a computer?
উত্তর
Win Zip
৫৯২৯
Which of the following occurs when software tries to access protected memory?
উত্তর
Segmentation Fault
৫৯৩০
In a computer, which of the following keys you can use to get help in most of the programs?
উত্তর
F1