click below
click below
Normal Size Small Size show me how
Module 1 Quiz
CIS 125
| Question | Answer |
|---|---|
| python is an example of? | a high -level programming language |
| a complete set of known commands is called | an instruction list |
| what is a source code? | a program written in high-level programming language |
| what do you call a computer program which directly executes instructions written in a programming language? | An interpreter |
| what Python are we covering in this course? | 3 |
| what is CPython? | the default implementation of the Python language |
| what is IDLE? | Integrated Development and Learning Enviornment |
| what lets you launch your code step by step and inspect it ? | a debugger |
| how did Python get its name ? | a BBC comedy |
| what is an example of a Python extension ? | .py |