VB .Net Theory
Window Forms and Examples
Forms Window Forms and examples in Visual Basic .Net are the basic objects used to develop an application. It also contains the coding as well as the controls embedded in it to create the user interface. Forms are created by default when a Project is created in VB .Net with a default Read more…
Computer Organization
8086 Microprocessor Architecture
History 8086 Microprocessor was designed by Intel in 1976. Introduction 8086 Microprocessor is an enhanced version of 8085. 8086 is available in 3 stable versions based on the frequency of operation(processing speed) − 5MHz 8MHz 10 MHz Features It is a 16-bit Microprocessor having 20-bit address lines and 16-bit data Read more…
Computer Organization
Types of Processor/Microprocessor
History The term “Microprocessor” was first used when the Viatron system 21 small Computer System was announced in 1968. Since the 1970s, the use of microprocessors has consequently increased, cutting across several use cases. Microprocessors were initially called “Microcomputer on a chip” until 1972. The microprocessor was invented by a Read more…
Php Theory
Class & Object in Php(Examples)
Example: How to create a Class and Object in Php? Example: How to operate Php using ‘this’ keyword with Class and Object? Example: How to check an Object belonging to a Class in Php using ‘instanceof’ keyword?
Php Theory
Function in Php(Examples)
Example: A Php program to show output using a user-defined function[UDF](No Argument-No Return). Example: A Php program to show output using a user-defined function(With Argument-No Return). Example: A Php program to show output using a user-defined function(No Argument-with Return). Example: A Php program to show output using a user-defined function(with Read more…
Php Theory
Global Variables in Php(Examples)
Example: Program in Php to show the concept of Global variables using php function.
Python Theory
Introduction & Features of Python
History of Python Python was developed by Guido van Rossum, and released in Feb. 1991 as Version 0.9.0., at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to the ABC language. He named this language after a popular comedy show called ‘Monty Python’s Flying Circus’ (and not Read more…
Algorithm & Design
Pseudocode
Definition Pseudo-code is a compact and informal high-level description of a computer programming algorithm that uses the structural conventions of some programming language. Pseudocode is a kind of structured English for describing algorithms in an easily readable and modular form. This helps in describing how the system will solve the given problem. Read more…
Python Theory
Array/Lists Examples(Python)
Array Module Programs in Python Example: A Python Program to store and display the Static Values in an Array Module. Example : A Python Program to store and display the Dynamic/Run time/User given Values in an Array Module. Example : A Python Program to store and display the Sum Total Read more…