338 views

1 Answer

0 0 votes
it will be 20 nsec

(60-70)->(70-32)->(32-20)->(20-17)->(17-13)->(13-8)->(8->6)->(6->5)->(5-4)->(4-2) total movement 10.

total time =2*10=20 nsec.
Position:
Show:

Related questions

0 0 votes
0 0 answers
484
484 views
0 0 votes
1 1 answer
673
673 views
kallu singh asked Dec 13, 2017
673 views
0 0 votes
1 1 answer
1.0k
1.0k views
kallu singh asked Jan 17, 2019
1,003 views
0 0 votes
1 answers 1 answer
1.7k
1.7k views
kallu singh asked Sep 8, 2018
1,673 views
Question:-Consider the following program fragmenta = 0 for (x = 1; x < 31; ++x) for (y = 1; y < 31; ++y) for (z = 1; z < 31; ++z) if (((x + y + z)%3) = =0) a = a + 1; pri...