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)
- Introduction to HTML
- HTML Documentation
- Basics of HTML Tags
- Formatting Text
- Lists in HTML
- Dealing with URLs
- Tables in HTML
- Images in HTML
- Links
- HTML Scripts
- VB Script
- Various tags in VB script
Use of Scripting as Language Support
The web operates in a client/server environment. VBScript allows you to add small programs to your pages that run on the server. Scripts are simple programs embedded in HTML as ASCII text, downloaded with the page, and executed by the browser on the client computer.
<SCRIPT> Tag
The VB script can be placed in <SCRIPT> start tag and </SCRIPT> end tag. You need to mention attribute LANGUAGE = "VBScript". When browser hits <SCRIPT> tag, it calls VB script interpreter to compile and execute the code.
If you would like to contribute notes or other learning material, please submit them using the button below.