Browsing Category
Operating System
9 posts
What is the difference between multicore and multiprocessor ?
Answer : A single CPU or Processor with two or more independent…
Difference between 32 bit and 64 bit architecture ?
Answer : 32-bit architecture is based on registers, address…
What is Memory Management in OS ?
Answer : Memory management is the process of controlling and coordinating computer memory…
What is Scheduling ?
Answer : Scheduling is an essential part of a Multiprogramming operating systems…
What is Caching ?
Answer : Caching is an area of a computer’s memory devoted to temporarily…
What is deadlock in threads with Example ?
Answer : Deadlock is one of the part of multithreading.synchronized keyword is used to…