PE1 Module 1 Quiz - Hsanokklis/2023-2024-Tech-journal GitHub Wiki
- Python is an example of:
- A high-level programming language
- A complete set of known commands is called:
- What is a source code?
- A program written in a high-level programming language
- What do you call a computer program which directly executes instructions written in a programming language?
- What Python version is covered in this course?
- What is CPython?
- The default implementation of the Python programming language
- What is IDLE?
- An acronym that stands for integrated development and learning environment for python
- What do you call a tool that lets you launch your code step-by-step and inspect it at each moment of execution?
- How did Python, the programming language get its name?
- Guido van Rossum named it to honor Monty Python's Flying Circus, a BBC comedy series popular in the 1970s
- Which one of the following is an example of a Python file extension?