| Question | Answer |
| Name an interpreted language. | Python Perl BASIC |
| What could you use to edit a Python file? | A text editor such as nano or A specific coding application such as XCode |
| Name a module used to specify a time to wait in Python | time or datetime |
| Name a module you would use to identify the date in Python | datetime |
| Which is correct? import time importtime import(time) import.time | import time |
| Which of the following is NOT an interpreted language? Perl Python C | C |
| Which statement would you use to output text in Python? Print Echo Import Post | |
| How would you end a Python session? exit quit exit() quit() | exit() |
| Name a benefit of using Interpreted languages | Easy to learn, Quick, Can be used for a wide range of things |
Want to create your own Flashcards for free with GoConqr? Learn more.