PVM is often called :

A. Python Interpreter

B. Python Compiler

C. Python Volatile Machine

D. Portable Virtual Machine

Correct Answer : 

D). Portable Virtual Machine

 

Explanation : PVM stands for Portable Virtual Machine, which is part of the Python programming environment. It executes Python bytecode, allowing Python programs to run on different platforms without modification.