Posts

Showing posts from April, 2022

DatabaseManagementSystem (DBMS)

Best Tutorial for Learning SQL  (Click it In Bangla) Best Tutorial for Learning SQL (Click it In Hindi)                                                     To know Basic things about SQL😊  Click it : SQL Click it: SQL2 Click it: SQL3 Click it: SQL 4 Click it: SQL5 (Joiining)

Coding Standard follow in Software Development

                   Click this link

Computer Networking

Image
                               Best link for Computer Networking: Click it                             vv Best Youtube link for Computer Networking : Click it                                  Best Youtube link for CN on IP address : Click it                                    Follow me on :  Github and Linked in

Operating System Theory

Image
Various Times related to the Process in Operating System      follow me on : Github  1. Arrival Time The time at which the process enters into the ready queue is called the arrival time. 2. Burst Time The total amount of time required by the CPU to execute the whole process is called the Burst Time. This does not include the waiting time. It is confusing to calculate the execution time for a process even before executing it hence the scheduling problems based on the burst time cannot be implemented in reality. 3. Completion Time The Time at which the process enters into the completion state or the time at which the process completes its execution, is called completion time. 4. Turnaround time The total amount of time spent by the process from its arrival to its completion, is called Turnaround time 5. Waiting Time The Total amount of time for which the process waits for the CPU to be assigned is called waiting time. 6. Response Time The difference between the arrival time and the time