Python Is an example of which programming language category?

Python Is an example of which programming language category?
A . interpreted
B . assembly
C . compiled
D . machine

Answer: A

Explanation:

Python is an interpreted programming language, which means that the source code is translated into executable code by an interpreter at runtime, rather than by a compiler beforehand. Interpreted languages are more flexible and portable than compiled languages, but they are also slower and less efficient. Assembly and machine languages are low-level languages that are directly executed by the hardware, while compiled languages are high-level languages that are translated into machine code by a compiler before execution.

Reference: [Python Institute – Entry-Level Python Programmer Certification]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments