43. What are the possible threads a thread can have? Ready Standby Running Waiting Transition Terminated
Operating System Basics Interview Questions
- Interview Questions and AnswersosTechnical Interview Questions and Answers
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-7
by Sby S37. List out some reasons for process termination. Normal completion Time limit exceeded Memory unavailable Bounds violation Protection error Arithmetic error
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-6
by Sby S31. What is SMP? To achieve maximum efficiency and reliability a mode of operation known as symmetric multiprocessing is used. In essence, with SMP any process or threads can be …
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-5
by Sby S25. In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking? For load-time dynamic linking: Load module to be loaded is read into …
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-4
by Sby S19. What are local and global page replacements? Local replacement means that an incoming page is brought in only to the relevant process address space. Global replacement policy allows any …
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-3
by Sby S13. What is meant by arm-stickiness? If one or a few processes have a high access rate to data on one track of a storage disk, then they may monopolize …
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-2
by Sby S7. What are turnaround time and response time? Turnaround time is the interval between the submission of a job and its completion. Response time is the interval between submission of …
- Interview Questions and AnswersosTechnical Interview Questions and Answers
Operating System Basics Interview Questions And Answers For Freshers and Experience Part-1
by Sby S1. Explain the concept of Reentrancy? It is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy …