in C, if address of i is 4096, is the same as lw $2, 4096 addi $3, $2, 20 sw $3, 4096 \`\`\`When a program is run, CPU reads program stored in hard di
I/O bound process: Time taken to complete a computation is primarily determined by period spent waiting for input/output operations to be completed. C
Thread is a path of execution within a process. A process can contain multiple threads. Process is expensive. Process creation in fork() model: Duplic
Interleaving of busy waiting could be solved by disabling interrupts and enabling back after the resource is released. issue:if there is a issue in th
size N comes from the software calculating approximately how much memory is needed for the program execution.As keeps the available blocks of size 2 ^
What if the physical memory does not have enough space to store all the data required for a process? By splitting the logic address space into chunks,