NEW
Font size
WorksheetsWorksheet MCQs
Total questions: 30
Worksheet time: 15mins
What does YOLO stand for?
You Observe Large Objects
You Only Look Once
Your Object Learning Operator
You Look Over Objects
Command to check Python version is:
python --version
py version
pip version
pip --version
Webcam source is represented by:
source=1
source=2
source=0
source=-1
Which command installs Ultralytics?
pip install Yolo
pip install Ultralyic
pip install yolov8
pip install ultralytics
Library for Text-to-Speech:
pyttsx
gtts
ttsp
txts
PDF summarization uses:
YOLO
Gemini
Roboflow
OpenCV
Command to run Streamlit app:
python streamlit filename run
streamlit filename run
run streamlit filename
streamlit run filename
Gemini processes video by using:
Entire video
Audio only
Extracted frames
Captions
Command to install Google Generative AI library:
pip install google-ai
pip install generativeai
pip install google-generativeai
pip install gemini
Which command installs Pillow?
pip install pil
pip install pillow
pip install image
pip install img
Which command installs Python packages using module method?
pip install
py -m pip install
python pip install
install pip
What is Gen AI?
Gen AI is a piece of short text given as input
Short text used to train the model
Long text used to validate the model
Short text used to train a model to generate new images and text
Library needed for Gemini Image Analysis:
pillowe
pillow
pilow
pip
Correct API key format for Gemini:
genai.key("…")
genai.configure(api_key="…")
genai.setup("…")
api.load("…")
Library used for chatbots:
google.generativeai
opencv
elevenlabs
fitz
What does st.file_uploader() do?
Upload video
Upload PDF
Upload images
Upload user files
What is a prompt?
The final response generated by AI
The trained neural network used by AI
Instruction or input given to AI
A collection of data used to train AI
Which function generates Gemini response?
model.reply()
model.answer()
model.output()
model.generate_content()
Python files have extension:
.pt
.pyth
.py
.pi
Which command runs Python file?
run file.py
python file.py
open file
execute file
What does gTTS stand for?
Google Text Translation System
Generated Text Speech
Google Text to Speech
General Text to Sound
Gemini is a:
Programming language
Database
Large Language Model
Operating system
Which class is used to recognize speech?
SpeechRecognizer()
Recognizer()
AudioRecognizer()
SpeechListener()
YOLO is mainly used for:
Image filtering
Object detection
Image compression
Image storage
Which command is used to show details of the Streamlit package in Python 3.12?
py -3.12 pip list streamlit
py -3.12 pip install streamlit
py pip show streamlit
py -3.12 -m pip show streamlit
Which command installs a Python package?
pip install
python add
install pip
py install
Which library is commonly used alongside YOLO for handling real-time computer vision tasks?
TensorFlow
PyTorch
OpenCV
Matplotlib
To use Gemini's Generative AI features, you must first obtain an:
Access Code
API Key
License File
User ID
Which parameter in model.generate_content() is used to pass an image for analysis?
data=image
content=[image]
input=image
file=image
What is the standard way to stop a running Streamlit app in the terminal?
Ctrl + S
Ctrl + Z
Ctrl + C
Alt + F4
