• recategorized
6,571 views
3 3 votes

In a particular program, it is found that $1$% of the code account for $50$% of the execution time. To code a program in C++, it takes $100$ man-days. Coding in assembly language is $10$ times harder than coding in C++, but runs $5$ times faster. Converting an existing C++ program into an assembly language program is $4$ times faster.

To completely write the program in C++ and rewrite the $1$% code in assembly language, if a project team needs 13 days, the team consist of

  1. $13$ programmers
  2. $10$ programmers
  3. $8$ programmers
  4. $100/13$ programmers

2 Answers

7 7 votes
see at first 100% work can be done in 100 days means 1% work in a man day.

now writing code in assembly language is 10 times harder means 10 times more time consuming.

also converting existing code form c++ is 4 times easier i.e less time consuming so overall by this scenario we can say 100% work can be done in 100*10/4 man days = 250 days.

So, 1% work will be done in 2.5 days.

NOW,99% work in C++ + 1% rewriting code will take = 99*1 + 1*2.5= 101.5 man days.

but we are given 13 days to complete so 101.5/13 = 8 programmer we need.

Ans-C
Answer:
Position:
Show:

Related questions

3 3 votes
1 answers 1 answer
4.3k
4.3k views
Arjun asked Apr 22, 2018
4,273 views
In unit testing of a module, it is found that for a set of test data, at the maximum $90$% of the code alone were tested with the probability of success $0.9$. The reliab...
2 2 votes
2 answers 2 answers
6.6k
6.6k views
Arjun asked Apr 22, 2018
6,598 views
The Functions Point (FP) metric isCalculated from user requirementCalculated from lines of codeCalculated from software complexity assessmentNone of the above
1 1 vote
2 answers 2 answers
14.0k
14.0k views
Arjun asked Apr 22, 2018
13,954 views
The lower degree of cohesion is kind of:Logical CohesionCoincidental CohesionProcedural CohesionCommunicational Cohesion
3 3 votes
1 answers 1 answer
1.8k
1.8k views
Arjun asked Apr 22, 2018
1,817 views
Cloaking is a search engine optimization $(SEO)$ technique. During cloaking:Content presented to search engine spider is different from that presented to user's browserCo...