QuiztudyPREMIUM
Google IT Automation with Python Professional Certificate • STUDY MODE
GETTING READY FOR PYTHON
QUESTION 1 OF 7
Which of the following is the most modern, up-to-date version of Python? Great job! Python 3 is the latest version of Python, with Python 3.8.0 being released on October 14, 2019.
A
Python 3Correct AnswerB
Python 2C
Python 4D
AnacondaQUESTION 2 OF 7
Which of the following operating systems is compatible with Python 3? Nice work! Python is a cross-platform language. You can use it on Windows, macOS, Linux, and even on lesser-known Unix variants like FreeBSD.
A
Redhat LinuxB
Microsoft WindowsC
Apple MacOSD
All of the aboveCorrect AnswerQUESTION 3 OF 7
Which of the following operating systems does not run on a Linux kernel? Right on! Mac OS is a proprietary operating system designed by Apple and uses a proprietary kernel based on BSD.
A
AndroidB
Chrome OSC
Mac OSCorrect AnswerD
UbuntuQUESTION 4 OF 7
If we want to check to see what version of Python is installed, what would we type into the command line? Select all that apply. Awesome! Typing python -V (note the capital V) at the command line will tell you if Python is currently installed and if so, what version. Awesome! Typing python --version (note the double dashes) at the command line will tell you if Python is currently installed and if so, what version.
A
python -VCorrect AnswerB
python --versionCorrect AnswerC
python --helpD
python –vQUESTION 5 OF 7
What is pip an example of? Nice work! pip is a command line tool commonly used as the main method of managing packages in Python.
A
A programming languageB
An operating systemC
A repository of Python modulesD
A Python package managerCorrect AnswerQUESTION 6 OF 7
Which of the following is NOT an open-source OS? Right on! The Windows operating system is a proprietary OS developed exclusively by Microsoft.
A
Ubuntu LinuxB
FreeBSDC
AndroidD
Microsoft WindowsCorrect AnswerQUESTION 7 OF 7
What is the name of the command line tool commonly used to install, update, and remove external Python modules mentioned in the video? Awesome! pip is a cross-platform tool called a package manager used to install, update, or remove external Python modules.
A
pipCorrect AnswerB
PyPIC
python3 --versionD
condaReady to test your recall?
Which of the following is the most modern, up-to-date version of Python? Great job! Python 3 is the latest version of Python, with Python 3.8.0 being released on October 14, 2019.
A
Python 3
B
Python 2
C
Python 4
D
Anaconda
How confident are you in this answer?