Answer:
0.119
Explanation:
50 independent fair games
Mean will be 50/2 = 25
Standard deviation of the loosing probability is :
* 10 = 33.536
we have to loose 33 times out of 50 games.
To find the approximate probability we use z- value table.
z value =
z - value = 2.2659
Looking at the z-value table we get 0.119.
Answer:
b
Explanation:
A computing grid can be thought of as a distributed system with non-interactive workloads that involve many files.
Answer:
(c) system.exist(1);
Explanation:
system.exist(1); is used for the termination of the program here both option c and d should be correct but in option d there is exit(0) and zero indicates return means program will return but besides zero if there is any non zero number then program will not return and in option c there is a non zero number which means program will not return so option c system.exist(1); will be the correct option for the termination of program
Answer:
Address buses are made up of a collection of wires connecting the CPU with main memory that is used to identify particular locations (addresses) in main memory. The width of the address bus (that is, the number of wires) determines how many unique memory locations can be addressed.
Explanation: