wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Worksheet MCQs

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

What does YOLO stand for?

a)

You Observe Large Objects

b)

You Only Look Once

c)

Your Object Learning Operator

d)

You Look Over Objects

2.

Command to check Python version is:

a)

python --version

b)

py version

c)

pip version

d)

pip --version

3.

Webcam source is represented by:

a)

source=1

b)

source=2

c)

source=0

d)

source=-1

4.

Which command installs Ultralytics?

a)

pip install Yolo

b)

pip install Ultralyic

c)

pip install yolov8

d)

pip install ultralytics

5.

Library for Text-to-Speech:

a)

pyttsx

b)

gtts

c)

ttsp

d)

txts

6.

PDF summarization uses:

a)

YOLO

b)

Gemini

c)

Roboflow

d)

OpenCV

7.

Command to run Streamlit app:

a)

python streamlit filename run

b)

streamlit filename run

c)

run streamlit filename

d)

streamlit run filename

8.

Gemini processes video by using:

a)

Entire video

b)

Audio only

c)

Extracted frames

d)

Captions

9.

Command to install Google Generative AI library:

a)

pip install google-ai

b)

pip install generativeai

c)

pip install google-generativeai

d)

pip install gemini

10.

Which command installs Pillow?

a)

pip install pil

b)

pip install pillow

c)

pip install image

d)

pip install img

11.

Which command installs Python packages using module method?

a)

pip install

b)

py -m pip install

c)

python pip install

d)

install pip

12.

What is Gen AI?

a)

Gen AI is a piece of short text given as input

b)

Short text used to train the model

c)

Long text used to validate the model

d)

Short text used to train a model to generate new images and text

13.

Library needed for Gemini Image Analysis:

a)

pillowe

b)

pillow

c)

pilow

d)

pip

14.

Correct API key format for Gemini:

a)

genai.key("…")

b)

genai.configure(api_key="…")

c)

genai.setup("…")

d)

api.load("…")

15.

Library used for chatbots:

a)

google.generativeai

b)

opencv

c)

elevenlabs

d)

fitz

16.

What does st.file_uploader() do?

a)

Upload video

b)

Upload PDF

c)

Upload images

d)

Upload user files

17.

What is a prompt?

a)

The final response generated by AI

b)

The trained neural network used by AI

c)

Instruction or input given to AI

d)

A collection of data used to train AI

18.

Which function generates Gemini response?

a)

model.reply()

b)

model.answer()

c)

model.output()

d)

model.generate_content()

19.

Python files have extension:

a)

.pt

b)

.pyth

c)

.py

d)

.pi

20.

Which command runs Python file?

a)

run file.py

b)

python file.py

c)

open file

d)

execute file

21.

What does gTTS stand for?

a)

Google Text Translation System

b)

Generated Text Speech

c)

Google Text to Speech

d)

General Text to Sound

22.

Gemini is a:

a)

Programming language

b)

Database

c)

Large Language Model

d)

Operating system

23.

Which class is used to recognize speech?

a)

SpeechRecognizer()

b)

Recognizer()

c)

AudioRecognizer()

d)

SpeechListener()

24.

YOLO is mainly used for:

a)

Image filtering

b)

Object detection

c)

Image compression

d)

Image storage

25.

Which command is used to show details of the Streamlit package in Python 3.12?

a)

py -3.12 pip list streamlit

b)

py -3.12 pip install streamlit

c)

py pip show streamlit

d)

py -3.12 -m pip show streamlit

26.

Which command installs a Python package?

a)

pip install

b)

python add

c)

install pip

d)

py install

27.

Which library is commonly used alongside YOLO for handling real-time computer vision tasks?

a)

TensorFlow

b)

PyTorch

c)

OpenCV

d)

Matplotlib

28.

To use Gemini's Generative AI features, you must first obtain an:

a)

Access Code

b)

API Key

c)

License File

d)

User ID

29.

Which parameter in model.generate_content() is used to pass an image for analysis?

a)

data=image

b)

content=[image]

c)

input=image

d)

file=image

30.

What is the standard way to stop a running Streamlit app in the terminal?

a)

Ctrl + S

b)

Ctrl + Z

c)

Ctrl + C

d)

Alt + F4