if 30 men completes a job in 15 days working 9 hrs per day..how much hours per day should 40 men work ?? a ) 35 b)7 1/2 c)30 d) none
8 13004A can copy 50 papers in 10 hours while both A & B can copy 70 papers in 10 hours. Then for how many hours required for B to copy 26 papers?
7 33097The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A programmer sends a program to receiver. There it waits for 10 milliseconds. And response will be back to programmer in 20 milliseconds. How much time the program takes to get a response back to the programmer, after it is sent?
1 6381Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;
7 12923From 7:00 AM to 11:00 AM it rained 2.25 inches. At 11:00 AM the rain increased to fall at a rate of 1.25 in. every two hours. How many inches of rain landed on the ground by 5:00 PM?
9 29817The owner of a hobby store needed to calculate the percentage of customers who purchase wood glue. Upon completing his survey, he noticed that 60% of the people that entered his store purchased an item. Of those customers, 15 percent purchased wood glue. What percent of the people that entered the store purchased wood glue?
7 26007A store owner decided to raise the price of a particular item by exactly 10%. Of the following which is NOT the new price?
7 22289Susan wants to put up fencing around three sides of her rectangular yard and leave a side of 20 feet unfenced. If the yard has an area of 680 square feet, how many feet of fencing does she need?
5 32304A computer store regularly sells all stock at a discount of 20 percent to 40 percent. If an additional 25 percent were deducted from the discount price during a special sale, what would be the lowest possible price of a part costing $16 before any discount?
5 23735In a class of 40 students, 24 students speak Hindi and 20 students speak Kannada. Eight students speak none of the two languages. How many students speak both Hindi and Kannada?
25 45250Post New Accenture Interview Questions
What is meant by cartesian coordinate system?
What is Cognos script editor?
How many active assignment rules can you have in a lead/ case?
What is plankton?
What are the types of queues?
Explain about drm steps?
Can you open a word document without word?
What are css3 selectors?
What is c programing language?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is servlet in tomcat?
What is the use of payroll control record? : hr- payroll
What is indexing in database with example?
what is difference between web.config and machine.config and where it will be ?
Can enum be extended in swift?