Topics
Operating System
- Introduction to Operating System (OS)
- Idea of an Operating System
- Windows NT
- LINUX
- File Systems and Its types
- File Operations
- Access Methods and its types
- Allocation Methods
- Concepts Related to Process Management
- Concepts related to memory management
- Basics of Graphical User Interface (GUI)
- Access and Security Aspects of O.S.
Data Structures
C++ Programming
- Introduction to C++ Programming
- Idea Behind Object-Orientated Programming
- Object-orientated programming approach
- Object-Oriented Terms and Concepts
- Classes and Objects
- Constructors and Destructors
- Functions in C + +
- Arrays in C++
- Pointers in C++
- References in C++
- Strings in C++
- Inheritance
- Virtual functions and polymorphism
- Friends in C++
- Operator overloading and type conversions
- Files and Stream
HyperTex Markup Language (HTML)
- Advantages of HTML
- Disadvantages of HTML
Introduction to HTML
HTML stands for Hypertext Markup Language.
Hypertext is ordinary text that has been dressed up with extra features such as formatting, images, multimedia and links to other documents.
Markup is the process of taking ordinary text and adding extra symbols, such as editor's proof reading symbols are type of markup. Each of the symbols used for markup in HTML is a command that tells the browser how to display the text.
Advantages of HTML
- For creating HTML document, what you need is only text editor. No special software is required.
- HTML document can be created on any hardware platform using any text editor. You can work on your website even when you are away from your usual computer.
- HTML will not cost you anything for its use. There are no expensive licenses to buy or no upgrades to purchase.
- Learning HTML is simpler than learning any Programming Language.
Disadvantages of HTML
- Any simple calculation cannot be done in HTML and cannot be used to display date.
- The interactive web pages cannot be built by HTML.
- A hyper link is provided in HTML. But for that we need a trip to server at each step
- The web pages developed in HTML do not have their own interface.
If you would like to contribute notes or other learning material, please submit them using the button below.