৫৭৯১
what is the value of 'd' after this line of code has been executed? double d = Math round ( 2.5 + math random () );
উত্তর
3
৫৭৯৪
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
৫৭৯৮
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