Question
Ramesh and Rahman can do a work in 20 and 25 days
respectively. After doing collectively 10 days of work, they leave the work due to illness and Suresh completes rest of the work in 3 days. How many days Suresh alone can take to complete the whole work ?Solution
Ramesh Rahmaan 20 25 100 5 4 Total work =100 Work done by Ramesh and Rahman in 10 days = (5 + 4) x 10 = 90 Remaining work = 100-90 = 10 Let the efficiency of Suresh be x, then = 3x = 10 = x = 10/3 Suresh complete the whole work in = 100/(10/3) = 10 x 3 = 30 days
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?