Ratio of the work done by P, Q and R in one day is 7:5:9 respectively. They all together can complete the work in 35 days. Q and R worked on it for 21 days. In how many days P will complete the remaining work.
Let total amount work be = 35 x 21 = 735 units Amount of work done by Q and R in 21 days = 21 x 14 = 294 units Amount of work left = 735 – 294 = 441 Required time = 441/7 = 63 days
The best case time complexity of selection sort?
Which command is used to view the contents of a file in the terminal?
The result evaluating the postfix expression 10 5 + 60 6/ * 8 – is
Which extension is for executable/installation files?
What is a deadlock in a computer system?
Which concurrency control technique allows a transaction to read uncommitted data?
ATM is an example of
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
What are the three main components of a bipolar junction transistor (BJT)?
What is the purpose of virtual memory?