Answered Questions

  • How is memory managed in Python?

    Malaya samantaray

    • Jun 1st, 2017

    Python memory is managed by Python private heap space. All Python objects and data structures are located in a private heap. The programmer does not have an access to this private heap and interpreter...

    jayavanth

    • Apr 29th, 2013

    Like other programming language python also has garbage collector which will take care of memory management in python.

  • What is Process Control board in UNIX?

    parthvora18

    • Aug 20th, 2008

    Process Control Block in Unix is a data structure which is used to mange Processes. It contains following:1. PID2. Pointer to the next PCB3. Register Values4. Priority5. I/O information6. Process accounting information. 7. Adress Space.

    Rakesh

    • Sep 13th, 2006

    I heared about the Process control block. Which will store the Pids od the processes in the system. But Process control board?? Is some thing like that exists??? Not sure!!!