PDF Download
FREE COMPUTERS AND STUDY GAMES ABOUT MODULE 1
QUIZ EXAM QUESTIONS
Actual Qs and Ans Expert-Verified Explanation
This Exam contains:
-Guarantee passing score -10 Questions and Answers -format set of multiple-choice -Expert-Verified Explanation
Question 1: what is IDLE?
Answer:
Integrated Development and Learning Enviornment
Question 2: what is a source code?
Answer:
a program written in high-level programming language
Question 3: what is CPython?
Answer:
the default implementation of the Python language
Question 4: a complete set of known commands is called
Answer:
an instruction list
Question 5: python is an example of?
Answer:
a high -level programming language
Question 6: what is an example of a Python extension ?
Answer:
.py
Question 7: how did Python get its name ?
Answer:
a BBC comedy
Question 8: what lets you launch your code step by step and inspect it ?
Answer:
a debugger Question 9: what do you call a computer program which directly executes instructions written in a programming language?
Answer:
An interpreter
Question 10: what Python are we covering in this course?
Answer:
3