New SDK Interview Questions :: ALLInterview.com http://www.allinterview.com New SDK Interview Questions en-us what has triggered the need for multitasking in PCs? http://www.allinterview.com/showanswers/77580.html Which file system allow as much fragmentation FAT32 or NTFS? http://www.allinterview.com/showanswers/76993.html NTFS allows much Fragmentation,while compared to FAT32 what is difference between fat & ntfs http://www.allinterview.com/showanswers/71530.html fat is unsecure ntfs is secure can you create con folder in windows, if not why? http://www.allinterview.com/showanswers/68420.html NO. Microsoft know that certain words have been reserved from the DOS days.....And you can't create a folder using these names below: CON LPT1 A: to Z: AUX PRN COM1 NUL are some of the ones I know of... Write short note on Dynamic memory allocation algorithm. http://www.allinterview.com/showanswers/64499.html dynamic memory allocation is the allocation of memory storage for use in a computer program during the runtime of that program. It can be seen also as a way of distributing ownership of limited memory resources among many pieces of data and code. Discuss some of the reasons for implementing process migration ? Ho http://www.allinterview.com/showanswers/59418.html What items of information about a task might be useful in real time http://www.allinterview.com/showanswers/59417.html What is the difference among deadlock avoidance, detection and preve http://www.allinterview.com/showanswers/59416.html Deadlock Prevention: Preventing deadlocks by constraining how requests for resources can be made in the system and how they are handled (system design). The goal is to ensure that at least one of the necessary conditions for deadlock can neve List reasons why a Mode switch between threads may be cheaper than a http://www.allinterview.com/showanswers/59415.html 1. reason – the control blocks for processes are larger than for threads (hold more state information), so the amount of information to move during the thread switching is less than for process context switching 2. reason – the major reason is what is the operating system of mac? http://www.allinterview.com/showanswers/35409.html macintosh API used to hide window http://www.allinterview.com/showanswers/6510.html ShowWindow what is FAT?. http://www.allinterview.com/showanswers/5402.html The FAT File system is used by DOS and is supported by all the other operating systems. It is simple, reliable, and uses little storage