একটি প্রোগ্রামিং ল্যাঙ্গুয়েজ শিখতে কীভাবে শুরু করা উচিত ?প্রোগ্রামিং ল্যাঙ্গুয়েজ শেখার রোডম্যাপঃ https://youtu.be/8Fs_3FsP-DQ ল্যাঙ্গুয়েজ নির্বাচন প্রোগ্রামিং ল্যাঙ্গুয়েজ নির্বাচনের ক্ষেত্রে নতুন করে আর বলার কিছু নেই। ইতিমধ্যে গ্রুপে এ নিয়ে একটি বিস্তারিত পোস্ট রয়েছে। লিঙ্কঃ https://cutt.ly/zUO7RdD প্রোগ্...Jul 18, 2022·25
Draw the state diagram of a process from its creation to termination, briefly elaborate every state and every transitionState diagram of process from creation to termination: new : The process is being created running : Instructions are being executed waiting : The process is waiting for some event to occur (e.g. I/O) ready : The process is waiting to be assigned...Jul 17, 2022·19
Explain interrupts and traps, and provide a detailed account of the procedure that an operating system handles an interruptInterrupts : An interrupt is a mechanism by which other modules (I/O, memory) may interrupt the normal sequencing of the processor. Interrupts are signals from a device attached to a computer or from a program within the computer that require the ope...Jul 17, 2022·21