Question
plz answer them asap
27. With load time binding the program cannot be relocated (T/F) 28. Using Dynamic Link Libraries (DLL), makes the program mo
0 0
Add a comment Improve this question Transcribed image text
Answer #1

27. The answer is: True

28. The answer is: False

  • It will not make the modules smaller.
  • It will avoid the duplicate modules by using the module created at one place in another place wherever required.

29. The answer is: False

  • Compiled languages are faster than interpreted languages.
    • Because compiled languages are directly converted into machine code that the processor can execute.

30. Race Condition: The condition when several processes are accessing and manipulating the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place.

Solution is:

  • If we need to prevent another process from executing while current process is modifying this variable, this is done through Mutual Exclusion

31. The answer is: Java Virtual Machine

32.

a) Capacity = Surfaces * Tracks * Sectors * Bytes

= 4 * 1024 * 128 * 512

= 268435456 bytes

Therefore, Capacity = 268435456 bytes

b) Access time = Seek Time + Latency

We know Seek time (Track to Track Seek Time) = 5 ms.

We need to calculate the Latency which is:

Latency = ½ * [ (60/RPM) * (1000 / 1 sec)]

= ½ * [(60/5000) * (1000)]

= 6 ms

Now, Access time = 6 + 5 = 11 ms

Add a comment
Know the answer?
Add Answer to:
plz answer them asap 27. With load time binding the program cannot be relocated (T/F) 28....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT