Important CS fundamentals topics to cover before the interview.
Thread π
Important Topic for OS
π Process (Attributes, state, life cycle, PCB) vs Thread.
π Scheduling Algorihtms
π Multiprogramming vs Multiprocessing vs Multitasking vs - Multithreading.
π Memory Allocation
a) Fixed Partioning
b) Dynamic Partioning
c) Paging
d) Segmentation
Important Topic for OS
π Internal and External Fragmentation.
π Memory Allocation Technique.
π Page replacement Algos
π Deadlock
π Critical section problem
π Mutex vs Semaphore