PE1 Module 1 Quiz - Hsanokklis/2023-2024-Tech-journal GitHub Wiki

  1. Python is an example of:
  • A high-level programming language
  1. A complete set of known commands is called:
  • an instruction list
  1. What is a source code?
  • A program written in a high-level programming language
  1. What do you call a computer program which directly executes instructions written in a programming language?
  • a interpreter
  1. What Python version is covered in this course?
  • Python 3
  1. What is CPython?
  • The default implementation of the Python programming language
  1. What is IDLE?
  • An acronym that stands for integrated development and learning environment for python
  1. 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
  1. 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
  1. Which one of the following is an example of a Python file extension?
  • py