Ashish and Anil can do a piece of work in 14 days and 20 days respectively. Ashish completed 45% of the work. Find the time taken by Anil to complete the remaining work.
Let the total work be (LCM of 14 and 20) = 140 units Efficiency of Anil = 140/20 = 7 units/day Remaining work = 140 x 0.55 = 77 units Time taken by Anil to complete the remaining work = 77/7 = 11 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?