Posts
Entrepreneur Skills Notes for Class 9 Students
- Get link
- X
- Other Apps
Business: Business is an organized effort to provide goods and services to consumers in exchange for profit, while managing risks and contributing to economic growth. Business ownership : It is the legal right and responsibility of an individual or group to operate a business, make decisions, and bear its profit or losses. Types of Business Ownership Sole Proprietorship: A Sole Proprietorship is a business owned and managed by a single person, who bears all profits, losses, and risks. Ex: A local grocery shop, Freelance tutor or private teacher Partnership: A partnership is a type of business owned and managed by two or more person, who share the profits, losses , and responsibilities according to a mutual agreement. Ex- Law Firms, Accounting firms, Small restaurants or retail shops run by multiple people Corporation: A Corporation is a type of business that is a separate legal entity from its owners(shareholder), with limited liability, and ...
Digital Presentation Notes (LibreOffice Impress)-Class 9
- Get link
- X
- Other Apps
Digital Presentation: Digital Presentation is a visual method of presenting information using digital tools such as computer, projectors, or presentation software. It includes slides , images , text, charts, audio, and videos to explain a topic clearly. Some popular digital presentation applications are Libre Office Impress, Microsoft PowerPoint, Google Slides , etc. Characteristics of an Effective Presentation: Relevant and Clear Content: The ideas should match the main topic and objective. Content must be meaningful and easy to understand. Attractive Opening: The Presentation should begin in an engaging way such as with a question, fact, short video. or example. Objectives should be clearly stated at the beginning. Proper Organization: The topics should be arranged in a logical sequence (Introduction- Body-Conclusion) to avoid confusion. Short and Concise Points: Use bullet points instead of long paragraphs include suitable images, charts, and infographic...
ICT-SKILLS Notes for Class 9
- Get link
- X
- Other Apps
Ch-3 (ICT-SKILLS) What is Computer System? A Computer is an electronic machine that takes input from user, process the data and gives the desired result (output). It performs both mathematical and non-mathematical operations. Computer can be classified into two categories. 1. Hardware: Any physically components that we can touch, feel,& view are called hardware. Ex- Monitor, Printer, Motherboard, RAM, SSD, Pen drive, Mouse,etc. 2. Software : A Software is a set of programs or instructions that tells the computer what to do. Ex: MS-Word, Excel, PowerPoint, Scratch, etc. Software are two types: System Software: It is a type of program that is designed and managed to all hardware devices'- Operating System(Windows, 7,10,11) Application Software: It is a type of software designed to help users perform specific task. Ex: MS-Word, MS-Excel, Photoshop, CorelDRAW. Hardware categories four types 1. Input Device: Input devices are the devices that are used to enter dat...
Python Programming Problems
- Get link
- X
- Other Apps
Python Programming Problems ........................................................................................................................................Q1. Write a Python program to print any word. print("Hello Python") # Print(): It shows text or numbers on the screen. Output: Hello Python --------------------------------------------------------------------------------------------------------------- Q2. Write a Python program to input two numbers from the user and print their sum. #input two numbers from the user. a=int(input("Enter the first number:")) b=int(input("Enter the second number:")) sum=a+b print("sum of two numbers=",sum) #print( ) function is used to display output to console or screen. Output: Enter the first number: 20 Enter the second number: 40 sum of two numbers=60 Q3. Write a Python program to input two numbers from the user and print their product. a=int(input("Enter the first number:")) b=int...
class X (Electronics Spreadsheet(Advanced Using LibreOffice CALC)
- Get link
- X
- Other Apps
Session -1 What is Subtotal? Subtotal is a feature in LibreOffice Calc used to automatically calculate partial totals(such as Sum, Average, Count, etc.). for a group of data. It works best when the data is sorted. Why Subtotal is used? To summarize large data easily To calculate group wise totals To avoid manual calculations To generate reports quickly Steps to Calculate Subtotals Select the entire data range Go to Data- Subtotals In the Subtotals dialog box, specify: Group by- Column where data changes(eg.TYPE) Calculate subtotals for- Numeric column (e.g. QUANTITY) Use function(Sum, Count, Average, Max, Min, Product) Default function is SUM. 4. Click Ok Advantages of Subtotal: 1. Saves Time: Subtotal automatically calculates totals, averages, counts, etc. for each group of data. This reduces the need for manual calculations and saves a lot of time. 2. Easy Data Analysis: Subtotal helps in analyzing data ...