Tagged: segmentation

Important Operating System Interview Questions

Important Operating System Interview Questions

What is MUTEX ? ANS: Mutex is a program object that allows multiple program threads to share the same resource, such as file access, but not simultaneously. When a program is started a mutex is created with a unique name. After this stage, any thread that needs the resource must lock...

8086 Questions

8086 Questions

Describe segmentation & pipelining in 8086. What is the difference between 8085 and 8086 and 80286? What is the Maximum clock frequency in 8086? #5 Mhz is the Maximum clock frequency in 8086. What are the flags in 8086? #In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow...