Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

AMITY INTERNATIONAL SCHOOL MAYUR VIHAR

Lab Activities
Introduction to AI
__________________________________________________________________
LA 1.1 How do you think Artificial Intelligence can help you as you go about your daily life? Prepare
your own mind map chart using Ms Powerpoint / Ms Word and Write your ideas. You may use
various Smart Art graphics in MS office to make your Mind Map more creative.
LA 1.2 Use a Pen Paper to design a rough floor plan, Once ready Use Sketcup / Powerpoint to Create this
floor plan digitally.
LA 1.3 Students to make a Poster for a Future Job Advertisement in which they need to mention
what job are they recruiting for and what skill-sets do they expect in the candidate. Students to make
the poster as creative as possible. It should be futuristic and should talk about the period 10 years
in the future.
Students to make a Job Advertisement of the Future to present their findings using Adobe Spark
/Canva / Photoshop etc.
While designing the advertisement following points can be taken into consideration:
• Describe how AI has been affecting jobs in various industries
• Identify skill sets needed for jobs in the AI field
• AI for social impact
• Skills required for AI-related jobs
AMITY INTERNATIONAL SCHOOL MAYUR VIHAR
BASIC PROGRAMMING IN PYTHON
CLASS IX - LAB ACTIVITIY (INTRODUCTION TO PYTHON)
PYTHON PROGRAMS

LAB ACTIVITY – 4.1 (INTRODUCTION TO PYTHON)


Q1: Write a program to accept input from a user and display the same.
Q2. Write a program to accept employee information (Employee name, Salary and employee
code) from the user and display the same using variables.
Q3. Write a program to calculate addition of two input integer numbers.
Q4. Write a program to calculate addition, multipliaction, subtraction and division of two
input integer numbers.
Q5: - Write a Python Program that inputs a student’s marks obtained out of 500 and print the
percentage of marks.
Q6: - Write a program to find the surface area of a rectangular PRISM. The formula of surface of
a prism is 2ab+2bc+2ac. Where a, b and c are the length, breath and height of the PRISM.

LAB ACTIVITY – 4.2 (INTRODUCTION TO PYTHON)

Q7: - WAP to input Principal, Rate of Interest, Time and calculate & print Simple Interest and
Amount.
Q8: - WAP to input 3 numbers. Print their squares and cubes.
Q9: - WAP to print the values of two integers before and after swapping.
Q10: - WAP to print time duration in minutes and display it in hours and minutes.
Q11: - Write a program to convert the temperature from Fahrenheit to Celsius. The formula is:
Celsius= (5*(Fahrenheit-32))/9
Q12: - WAP to input radius, calculate and print the Area and Circumference of a circle.

You might also like