Google Colab Review
You can only use Google Colab in Google Chrome.
Answer: False (It works in any web browser.)
Google Colab automatically saves your work to Google Drive.
Answer: True
Google Colab does not support importing libraries like TensorFlow or PyTorch.
: False
Colab Pro provides faster GPUs compared to the free version.
:True
Colab notebooks can be exported as Jupyter Notebooks (.ipynb).
True
Collaborators can edit the same Colab notebook simultaneously.
True
Google Colab is a free cloud-based platform for running Jupyter notebooks.
True
Google Colab provides GPU and TPU support for accelerating computations.
True
You can upload files directly into Google Colab from your local machine.
True
You need a Google account to access Google Colab.
True
How can you run a shell command in a Colab notebook? o a) Use the prefix ! before the command o b) Use the prefix # before the command o c) Use the prefix $ before the command o d) Use the prefix % before the command
a) Use the prefix ! before the command
Which of the following is true about Google Colab? o a) It runs only on Windows o b) It supports real-time collaboration o c) It does not support machine learning libraries o d) It requires a paid subscription to use
b) It supports real-time collaboration
Which command is used to mount Google Drive in a Colab notebook? a) !drive.mount('/drive') b) from google.colab import drive; drive.mount('/content/drive' c) import google_drive; mount('/content') d) !mount_google_drive('/drive')
b) from google.colab import drive; drive.mount('/content/drive')
What file format is used for saving Colab notebooks? o a) .py o b) .txt o c) .ipynb o d) .pdf
c) .ipynb
What type of hardware accelerators does Google Colab offer? o a) CPU o b) GPU o c) TPU o d) All of the above
d) All of the above
Google Colab can be used to create presentations similar to Google Slides.
False
The free version of Google Colab has unlimited GPU runtime. Answer: False (There are time limits and usage quotas.) 10. You can upload files directly into Google Colab from
False
You must install Python on your local machine to use Google Colab.
False
Colab notebooks can only run Python code.
False (It can run other languages like R or Bash with magic commands.)
Google Colab only allows file imports from Google Drive.
False (You can import files from other sources, like GitHub or upload directly.)
