Topics
Number Systems
Program Analysis
Introduction to C+ +
- Introduction to C++
- Character Sets
- Standard I/O Strems in C++
- Type Modifiers
- C++ Data Types
- Variables in C++
- Constants
- Compiler Tokens
- Operators in C++
- Comments in C++
- Scope and Visibility
- Control Statements
- Functions in C++
- Default Arguments
- Techniques used to pass Variables into C++ Functions
- Function Overloading
- Inline Functions
- Recursion
- Pointers in C++
- Arrays in Data Structure
- References
- Type Conversion in Expressions
Visual Basic
Introduction to Networking and Internet
- Introduction to Networking Technology
- Networking Terms and Concepts
- Concept of Computer Network
- Network Security
- Network Applications
Maharashtra State Board: Class 11
Introduction to Visual Basic
BASIC language was first invented in 1971, and it became very popular. It is still taught as a beginner's language. Visual Basic is not a 32-bit version of the language. Visual Basic is not just a language; it is an integrated development environment (IDE) in which you can develop, run, test, and debug your applications
It allows to develop GUI (Graphical User Interface) applications and it more user friendly
Visual Basic is event-driven. The code is in. Visual Basic remains idle until an event is detected. The event can be pressing a button or menu selection. Once the event is detected, the code corresponding to that event is executed.
Features of Visual Basic :
- A full set of objects so that you can draw your application.
- A number of icons and pictures are used
- Response to mouse and keyboard actions and access to clipboard and printer
- A full set of mathematical functions, string handling functions, and graphical functions.
- Sequential, useful debugger, and random access file support.
- Powerful database access tools.
- Active X support.
