Topics
Operating System
- Basics of Operating System (OS)
- Basics of Operating System (OS)
- Windows NT
- Introduction to GNU/Linux (GNU Not Unix)
- File Systems and Its Types
- File Operations
- Access Methods in Operating System
- Allocation Methods
- Concepts Related to Process Management
- Concepts Related to Memory Management
- Ubuntu is One of the Most Popular GNU/Linux Distributions
- Access and Security Aspects of O.S.
Data Structures
C++ Programming
- Introduction to C++ Programming
- Idea Behind Object-Oriented Programming
- Object-Oriented Programming Approach
- Object-Oriented Terms and Concepts
- Classes and Objects
- Constructors and Destructors
- Functions in C + +
- Arrays in Data Structure
- 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 HyperText Markup Language (HTML)
- HTML Documentation
- Basics of HTML Tags
- Font Tags in HTML
- Lists in HTML
- Tables in HTML
- Images in HTML
- Links in HTML
- HTML Scripts
- VB Script
- Various Tags in VB Script
Maharashtra State Board: Class 12
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.
