Skip to main content

Posts

DTI XI - FUNDAMENTALS OF USER INTERFACE

  FUNDAMENTALS OF USER INTERFACE USER EXPERIENCE AND ERGONOMICS 1. What is User Experience? User Experience (UX) refers to the overall experience, feelings and perceptions of a user while interacting with a product, service, system or environment . A designer should not think only about how a product looks. The designer must also consider: Is it easy to use? Is it comfortable? Can the user understand how to use it? Does it solve the user's problem? Is it safe? Does the user enjoy using it? Does it meet the user's actual needs? Therefore: Good design focuses not only on the product but also on the experience of the person using the product.   2. Understanding UX Through an Example Consider two school bags. Bag A looks very attractive but: has uncomfortable straps, is difficult to open, has poorly arranged compartments, becomes painful to carry. Bag B has a simple appearance but: distributes weight comfortably, has padded adjustable straps, ...
Recent 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    

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 ...