Viva Questions-2024-25
Viva Questions-2024-25
STD X PRACTICALS
VIVA QUESTIONS – 2024 – 2025
ARTIFICIAL INTELLIGENCE (417)
1. What are the features of Python?
a. Easy to learn, read an maintain
b. A Broad Standard library
c. Interative mode
d. Portability and Compatibility
e. Extendable
f. Databases and Scalable
1
10. What is data science and what are its applications?
Data science is a concept to unify statistics, data analysis, machine learning and their related
methods in order to understand and analyses actual phenomena with data.
Applications of data science are:
a. Fraud and Risk Detection
b. Genetics & Genomics
c. Internet Search
d. Targeted Advertising
e. Website Recommendations
f. Airline Route Planning
12. What are the commonly used tabular dataset formats are?
CSV : Comma Separated Value
Spreadsheets : A spreadsheet is used for accounting and recording data using rows an columns
into which information can be entered. Eg. Microsoft excel.
SQL: SQL is a programming language also known as Structured Query Language. It is designed
for managing data held in different kinds of DBMS.
2
The Computer Vision domain of Artificial Intelligence, enable machines to see images or visual
data, process and analyse them on the basis of algorithms and methods in order to analyse actual
phenomena with images.
23. How does the output colour change when all the three colours are varied in same
Proportion?
We get to see different shades of grey.
24. Which is used to read the image and loads it into the computer’s memory in OpenCV?
loadimage()