Section 1
MCQ.
1. Artificial Intelligence is:
a) A programming language
b) Simulation of human intelligence by machines
c) A type of hardware
d) Internet service
2. Which of the following is an example of AI-powered application?
a) Calculator
b) Google Maps traffic prediction
c) Torch
d) Keyboard
3. The three domains of AI are:
a) Vision, Data, Language
b) Data, Computer, Internet
c) Vision, NLP, Data
d) Software, Hardware, Network
4. Which of the following is NOT a stage of AI Project Cycle?
a) Problem Scoping
b) Data Acquisition
c) Deployment
d) Gaming
5. 4Ws Problem Canvas includes:
a) Who, What, Where, Why
b) When, Where, Why, Which
c) Who, When, Why, Which
d) What, When, Why, Whom
6. Data in numerical form is called:
a) Qualitative
b) Quantitative
c) Textual
d) Visual
7. Which learning model uses labelled data?
a) Unsupervised Learning
b) Reinforcement Learning
c) Supervised Learning
d) Random Learning
8. Python is called high-level language because:
a) It runs fast
b) It is close to human language
c) It is hardware-based
d) It uses binary
9. Generative AI mainly creates:
a) Hardware
b) Content like text and images
c) Internet
d) Networks
10. Which loop is used when number of iterations is known?
a) while
b) if
c) for
d) break
Section 2- Short Answer Type
1. Define AI.
2. Explain any five popular AI-powered applications.
3. Explain three domains of AI with one example each.
4. Briefly explain AI Project Cycle.
5. Why do we need AI Project Cycle?
6. Explain 4Ws Problem Canvas.
7. Explain any three sources of data.
8. What features must be kept in mind while collecting data?
9. What is the need for data visualization?
10. Differentiate between AI, ML and DL.
11. Differentiate between Rule-based and Learning-based approach.
12. What is Data Pyramid?
13. Differentiate between Data Privacy and Data Security.
14. What are ethical concerns in data acquisition?
15. What are advantages and disadvantages of AI?
Section 3- Case Based Questions
Case Study 1: AI in Healthcare
A hospital has implemented an AI system that analyzes patient medical records and test reports to
predict possible diseases at an early stage. The system helps doctors make faster and more accurate
treatment decisions.
I. Which domain of AI is being used here?
II. Which type of data would be used – qualitative or quantitative?
III. What ethical issues may arise?
IV. Which learning model can be used?
V. What are four evaluation parameters for AI model efficiency?
Case Study 2: AI Chatbot in School
A school has implemented an AI chatbot to answer students’ academic and administrative queries
instantly. The chatbot helps students get information anytime without waiting for teachers.
I. Which domain of AI does chatbot belong to?
II. Differentiate between supervised and unsupervised learning in this context.
III. Mention three steps to make AI accessible to all students.
IV. What deployment process should be followed?
V. What risks are associated with data breaches here?
Case Study 3: Online Shopping Recommendation System
An e-commerce platform uses an AI-based recommendation system to suggest products to
customers based on their browsing and purchase history. This system helps improve customer
experience and boosts sales by offering personalized recommendations.
I. Is this rule-based or learning-based? Why?
II. What are sources of acquiring customer data?
III. What are best practices for acquiring data?
IV. What is data pre-processing?
V. What are types of data interpretation used here?
Case Study 4: Generative AI Tool for Content Creation
A company uses a generative AI tool to create text, images, and code automatically for marketing and
product development. The AI helps save time and enhances creativity by generating content quickly.
Section 4 – Long Answer Type
1. Define Generative AI.
2. List some popular generative AI tools.
3. Mention negative impacts of Generative AI.
4. Differentiate between Generative AI and Conventional AI.
5. Mention key points to consider while using generative AI.
6. Explain AI Project Cycle in detail with diagram.
7. Explain Supervised, Unsupervised and Reinforcement Learning with examples.
8. Explain the four mathematical concepts used in AI with examples.
9. Explain probability in AI and its applications.
10. Differentiate between qualitative and quantitative data interpretation methods.
11. Explain data visualization tools and techniques in detail.
12. Explain ethical issues related to AI and data privacy.
13. Write advantages and disadvantages of AI in detail.
14. Explain Python features and basic data types with examples.
15. The marks obtained by five students in a test are: 12, 15, 10, 18, 20,12
Calculate the mean, median,mode of the marks.
Section 5 – Programs
1. Write Python programs for:
a. Display name and class
b. Check positive/negative number
c. Print numbers 1–10 using for loop
d. Print first 5 natural numbers using while loop
e. Create list and tuple and access elements
2. Write Python programs for:
a. Explain print() and input() with example.
b. Define variables and rules for naming variables.
c. Explain operators in Python with examples.
************************************************************************************