Programming is the process of creating a set of instructions that tell a computer how to perform a task. It can be considered a form of communication between humans and computers. When we program, we are writing in a language that a computer can understand to execute specific functions or solve problems.

HTML Basic Tags Examples

September 17, 2017|

HTML Documents All HTML documents must start with a document type declaration: . The HTML document itself begins with  and ends with . The visible part of the HTML document is between  and . Example     HTML Headings HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least [...]

How To Track Any Android Phone Without Installing Tracking App

June 24, 2017|

If you have (ever) lost your Android smartphone or tablet without having a device tracking app installed? Then you should read this! This could help you to get your precious device back. You can remotely trace your android phone without installing any app(additional app). […]

4GL- Fourth Generation Language

May 11, 2017|

Fourth-Generation Programming Language (4GL) is a computer programming language is  visualised as a refinement of the style of languages classified as Third-Generation Programming Language (3GL).As each of the programming language generations aims to provide a higher level of abstraction of the internal computer hardware details, making the language more programmer-friendly, [...]

Web traffic

April 3, 2017|

Web traffic is the amount of data sent and received by visitors to a web site. Web traffic is the largest portion of Internet Traffic and this is determined by the number of visitors and the pages they visit. Sites monitor the incoming and outgoing traffic to see which parts or pages [...]

Go to Top