1.4.1.1 Module 1 Quiz
What is IDLE?
It's an acronym that stands for Integrated Development and Learning Environment for Python
What is CPython?
The default implementation of the Python programming language
Python is an example of:
a high-level programming language
A complete set of known commands is called:
an instruction list
What do you call a computer program which directly execute instructions written in a programming language?
An interpreter
What do you call a tool that lets you launch your code step by step and inspect it at each moment of execution?
A debugger
What is a source code?
A program written in a high-level programming language
Which one of the following is an example of a Python extension file?
py
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
What Python version is covered in this course?
Python 3