Skip to main content

Posts

DTI | GRADE XI | REVISION

    Grade XI – Design Thinking & Innovation Revision Questions – Green Skills What are Green Skills? Explain their importance in promoting sustainable development. Explain the concept of sustainable development. Why is it important for future generations? What are the 3Rs – Reduce, Reuse and Recycle? Explain each with a suitable example. What is meant by renewable and non-renewable resources? Give two examples of each. Explain any four ways in which students can contribute to environmental sustainability in school. What are green jobs? Explain how green jobs can contribute to environmental protection and sustainable development. Explain the following initiatives/institutions related to environmental sustainability in India:Green Economy Policy NAPCC – National Action Plan on Climate Change GIM – Green India Mission SBA – Swachh Bharat Abhiyan NGT – National Green Tribunal    
Recent posts

TEXT FILE INTRO | 15 JULY

  FILE HANDLING IN PYTHON PPT LINK -  FILE HANDLING PPT NOTES fout= open("text.txt","w") # new File opened for writing fout.write("This program is creating a text file\n") str="The name of the text file is text.txt" fout.write(str+"\n") fout.close()

GRADE XI - Employability Skills | Entrepreneurship Skills Notes

  Notes: Introduction to Entrepreneurship  (Class XI Employability Skills) LINK TO NCERT BOOK :  CBSE Employability Skills XI PDF 1. Meaning of Entrepreneurship Entrepreneurship is the process of starting and running a business using new ideas , innovation , or different methods to satisfy customer needs and earn profit. An entrepreneur does not just run a business like others; they introduce something unique, such as: New products Better services New marketing strategies Cost-effective methods Innovative solutions to customer problems 2. Entrepreneur An entrepreneur is a person who identifies customer needs and creates a business using innovative ideas to meet those needs and make profit. Example: A vegetable seller who starts home delivery for customers is acting as an entrepreneur because he is using a new service idea.   Values and Attitudes of a Successful Entrepreneur A successful entrepreneur usually has the following ...

IP - CSV XII - BOARD PROJECT

  CSV XII - BOARD PROJECT   RESULT ANALYSIS PROJECT SAMPLE # -*- coding: utf-8 -*- """ Created on Sat Jun 19 16:59:58 2021 @author: Kirti Hora """ # CLASS XII RESULT ANALYSIS PROJECT SAMPLE #CSV DATA #File name: result.csv #File location: g:\ import pandas as pd import matplotlib.pyplot as plt # Main Menu while(True):     print("Main Menu")     print("1. Fetch data")     print("2. Dataframe Statistics")     print("3. Display Records")     print("4. Working on Records")     print("5. Working on Columns")     print("6. Search specific row/column")     print("7. Data Visualization")     print("8. Data analystics")     print("9. Exit")     ch=int(input("Enter your choice"))     if ch==1:         result=pd.read_csv("D:\GRADE XII PYTHON/result.csv",index_col=0)              elif ch==2:       ...

IP | CSV PROJECT- PATIENT MAMAGEMENT

  CSV PROJECT PATIENT MAMAGEMENT # -*- coding: utf-8 -*- """ Created on Sat Nov 13 20:37:02 2021 @author: Kirti Hora """ import pandas as pd import matplotlib.pyplot as plt def main():   while True:     print("="*60)     print("enter 1 to ADD PATIENT DETAILS")     print("enter 2 to DELETE PATIENT DETAIL")     print("enter 3 to UPDATE PATIENT DETAIL")     print("enter 4 to SEARCH PATIENT ")     print("enter 5 to DISPLAY PATIENT DETAILS")     print("enter 6 to DISPLAY CITY WISE GRAPH")     print("enter 7 to EXIT....")     d=int(input("enter choice:"))     print("="*60)     if d==1:         add()          elif d==2:         delete()     elif d==3:         update()     elif d==4:         search()     elif d==5:         d...

DTI | FUNDAMENTAL OF MOVING IMAGES

  DESIGN THINKING & INNOVATION CH - FUNDAMENTAL OF MOVING IMAGES   THEORY NOTES CHAPTER -  FUNDAMENTALS OF MOVING IMAGES Important Video Links: Ultimate Guide to Cinematic Lighting — Types of Light & Gear Explained https://www.youtube.com/watch?v=r2nD_knsNrc   The 3 Essential Elements of Suspense Explained https://www.youtube.com/watch?v=FHXh_uy6gT4 Ultimate Guide to Camera Angles: Every Camera Shot Explained https://www.youtube.com/watch?v=wLfZL9PZI9k   Use these Creative Camera Angles & Shots to become PRO Film Maker !! https://www.youtube.com/watch?v=vZcfj6PTF5A   Ultimate Guide to Camera Movement — Every Camera Movement Technique Explained https://www.youtube.com/watch?v=IiyBo-qLDeM