CATEGORY

Class 10

Browse every published post in Class 10.

Class 10 | Introduction To Database System | DBMS Notes

Class 10 | Introduction To Database System | DBMS Notes

Data: Data is a collection of raw facts, such as number, words, measurements, observations or just description of things. Information:…

Class 10 | Backup and Recovery | CRM Notes

Class 10 | Backup and Recovery | CRM Notes

Introduction to backup "Backup" refers to the process of copying and archiving data so that it can be used to…

Class 10 | Repair and Maintenance | CRM Notes

Class 10 | Repair and Maintenance | CRM Notes

Repair and maintenance Repair is the restoration work when an asset is broken, damaged, or non-functional. Maintenance refers to regular…

Class 10 | Troubleshooting Techniques | CRM Notes

Class 10 | Troubleshooting Techniques | CRM Notes

General troubleshooting techniques General troubleshooting techniques are systematic approaches used to identify and resolve problems encountered with software, hardware, or…

Class 10 | Overview on System’s Core | CRM Notes

Class 10 | Overview on System’s Core | CRM Notes

System BIOS The basic input\output system, or BIOS, is the software that a computer’s microprocessor runs when it is turned…

Class 10 | Introduction To Computer System | CRM Notes

Class 10 | Introduction To Computer System | CRM Notes

Computer A computer is an advance electronic machine that accepts input from the users, processes the given data by performing…

Class 10 | Introduction To Electronic Devices | CRM Notes

Class 10 | Introduction To Electronic Devices | CRM Notes

Matter Matter is anything that has mass and occupies space. It's the substance that makes up everything in the universe,…

Class 10 | Polymorphism | C++ Notes

Class 10 | Polymorphism | C++ Notes

Polymorphism: Polymorphism is the ability of a message to be displayed in more than one form. Polymorphism is the combination…

Class 10 | Inheritance | C++ Notes

Class 10 | Inheritance | C++ Notes

Inheritance The capability of a class to derive properties and characteristics from another class is called Inheritance. Inheritance is one…

Class 10 | Abstraction and Encapsulation | C++ Notes

Class 10 | Abstraction and Encapsulation | C++ Notes

Abstraction Data abstraction is one of the most essential and important features of object-oriented programming in C++. Abstraction means displaying…

Class 10 | Class and Object | C++ Notes

Class 10 | Class and Object | C++ Notes

C++ Classes: Class is the collection of similar objects which is defined as the blueprint to define attribute and behavior…

Class 10 | Concept of OOP using C++ | C++ Notes

Class 10 | Concept of OOP using C++ | C++ Notes

Introduction to OOP OOP (Object Oriented Programming) is a programming paradigm that was developed to overcome drawbacks and limitations of…