4 answers
2
What is the probability that a five-card poker hand contains a straight, that is, five cards that have consecutive kinds?Answer is 10240/C(52,5)My approch:2*(4)^5/C(52,5)...
1 answer
5
2 answers
6
1 answer
8
1 answer
10
If the transmission delay is $200 \text{ms}$ and throughput is $50%$ then what is the RTT for the Ethernet(A). $40\text{ms}$(B). $80\text{ms}$(C). $20\text{ms}$(D).None
2 answers
14
Assume that there are $2$ independent processes which are in memory and each process spends a fraction $\frac{1}{2}$ of its time waiting for I/O to complete. Each process...
1 answer
16
Which file is a sequence of bytes organized into blocks understandable by the system’s linker?a) object fileb) source filec) executable filed) text file
1 answer
20
select state, companyname, count(*) from abovetable group by state, companyname../
3 answers
24
however number of comparisions in binary search=O(loglogn) and in linear search it is O(logn),time complexity in case of binary search- O(logn) and in case of linear it i...
9 answers
26
2 answers
30
Let $f:A\to B$ and $E$ and $F$ be subsets of $A$. Is below statement true or false?$S:f(E \cap F)= f(E) \cap f(F)$