🌍 All Study Guides📊 Dashboard📰 Blog💡 About
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 Answer
B
Python 2
C
Python 4
D
Anaconda
QUESTION 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 Linux
B
Microsoft Windows
C
Apple MacOS
D
All of the aboveCorrect Answer
QUESTION 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
Android
B
Chrome OS
C
Mac OSCorrect Answer
D
Ubuntu
QUESTION 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 Answer
B
python --versionCorrect Answer
C
python --help
D
python –v
QUESTION 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 language
B
An operating system
C
A repository of Python modules
D
A Python package managerCorrect Answer
QUESTION 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 Linux
B
FreeBSD
C
Android
D
Microsoft WindowsCorrect Answer
QUESTION 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 Answer
B
PyPI
C
python3 --version
D
conda

Ready 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?