If A>B then
F=F(G);
else B>C then
F=G(G);
in this , for 75% times A>B and 25% times B>C then,is
10000 instructions are there ,then the ratio of F to G

[a] 7500:2500 [b] 7500:625 [c] 7500:625 if a=b=c else
7500:2500

Answers were Sorted based on User's Feedback



If A>B then F=F(G); else B>C then F=G(G); in this , for 75% times A&..

Answer / shubh

75*10000
---------
100

=7500


25*10000
----------
100
=2500

so 7500:2500

Is This Answer Correct ?    3 Yes 1 No

If A>B then F=F(G); else B>C then F=G(G); in this , for 75% times A&..

Answer / guest

if a=b=c else 7500:2500

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Explain the booting process of a windows xp system.

0 Answers  


How do you sleep in python?

0 Answers  


How do I know if my hardware supports 64 bit?

0 Answers  


Explain trashing?

0 Answers  


How long does chkdsk take to run?

0 Answers  






What are the different types of process termination?

0 Answers  


What is mutual exclusion and multithreading in OS?

0 Answers   Ittiam Systems,


Explain busy waiting in operating system (os)?

0 Answers  


What are the four necessary and sufficient conditions behind the deadlock?

0 Answers  


What's the difference between semaphore , critical sections and mutex?

1 Answers   SureSoft, Wipro,


How do you tell if your computer is 32 or 64 bit?

0 Answers  


How are data structures handled by ntfs and how does it recover from a crash?

0 Answers  


Categories