::: vuaskari.com ::: CS410 - FINAL TERM SUBJECTIVE WITH REFERENCE SOVED BY UMAIR SAULAT AND VU HAPPINESS.
CS410- VISUAL PROGRAMMING SOLVED SUBJECTIVE FOR FINAL EXAM FALL SEMESTER 2012 SPECIAL THANKS TO VU HAPPINESS QNo.1 Synchronization objects? Answer:- A synchronization object is an object whose handle can be specified in one of the wait functions to coordinate the execution of multiple threads. More than one process can have a handle to the same synchronization object, making interprocess synchronization possible. REF :: handouts Page No. 343 QNo.2 Define owner drawn items? Answer:- Owner-drawn items require an application to take total responsibility for drawing selected (highlighted), selected, and cleared states. REF :: handouts Page No. 236 QNo.3 Give two disadvantages of the DLL version Answer:- Saves memory and reduces swapping. Many processes can use a single DLL simultaneously, sharing a single copy of the DLL in memory. Saves disk space. Many applications can share a sing...