Posts

Showing posts from 2019

Internet Service Provider (ISP)

ISP stands for Internet Service Provider, It is a company or organization that provides services for Internet access. No matter the kind of internet access, an ISP provides you or your business a piece of a larger pipe to the internet. Services rendered by the ISPs include : Internet access and transit Domain Name Registration Web Hosting As per the TRAI report(June 2019) : As of 31 December 2018, there were 326 Internet service providers in India, which decreased to 307 Internet service provider services at the end of June 2019. The total subscribers in India are 1,186.63 million, of which 1165. Million  are wireless subscribers.

World Wide Web (WWW)

World Wide Web or Web was invented by Sir Tim Berners-Lee in 1989. Short for World Wide Web, the WWW, W3, or web is a graphical interface for the Internet that was first introduced to the public on August 6, 1991, by Tim Berners-Lee. A few days later on August 23, 1991, it was available to everyone. The World Wide Web, commonly known as the Web, is an information system where documents and other web resources are identified by Uniform Resource Locators, which may be interlinked by hypertext, and are accessible over the Internet. The resources of the WWW may be accessed by users by a software application called a web browser. Web consists of three key components: HTML – Hypertext Markup Language. This is a standard markup language used to create web pages. URL – Uniform Resource Locator. This is the understandable form of a web address which is used to identify a resource. HTTP – Hyper Text Transfer Protocol. This protocol is stateless and acts as the foundation of the Web.

URI, URL & URN

A Uniform Resource Locator is the address of a resource on the Internet. A URL indicates the location of a resource. It is also referred to as a web address Uniform Resource Names are identifiers for resources. They are location independent. A URN is an Internet resource with a static name that remains valid even if its data is moved to another location. Unlike a URL, which cannot work if the content is moved, a URN is always able to track the resource of certain data on the Web, hence resolving a frequent issue of moving of data. A Uniform Resource Identifier can be a name, locator, or both for an online resource where a URL is just the locator. URL & URN are a subset of URI. That means all URL & URN are URI. All URLs are URI  but not all URIs are URLs because a URI could be a name instead of a locator. All URNs are URI  but not all URIs are URNs because a URN could be a locator instead of a name. A URN is similar to a person's name, while a URL is like a stree...

Google Trick 05

elgoog.im Rotated version of Google.com. Visiting this website provides you with a reversed Google site, known as Google backwards.

Google Trick 04

Type " Zerg Rush " in Google search and hit enter or click search. Search Zerg Rush and see your Google results disappearing one by one. The search will take you to a google page where you can see alphabets erasing and falling all the results one by one.

Google Gravity 03

Type ' Google gravity ' in Google search then click I'm Feeling Lucky.

Google Trick 02

Type " ASKEW " and hit enter or click search. Askew will tilt the google page and the user watching it for the first time will be shocked. Try it.

FUNCTION

Function : a function is a group of statements that together perform a task. Every c++ program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions. Part of function: 1. Return type 2. Function name 3. Parameters 4. Body Types of function 1. Predefine function                     Example:      clrscr();                                       getch(); 2. User define function                        a. Default function      ...

Console Application

Console Application : A console application is an application that runs in a console window.It doesn’t have any graphical user interface. Console Applications will have character based interface.An application that uses the command line for input and output rather than a graphical interface (GUI).

Benifits of OOPs

Benefits of OOPs 1). OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows. 2). OOPs provides data hiding whereas in Procedure-oriented programming language a global data can be accessed from anywhere. 3). OOPs provides ability to simulate real-world event much more effectively. We can provide the solution of real word problem if we are using the Object-Oriented Programming language. 4). Reuse also enables faster development. 5). Reuse of code through inheritance

For connect mouse or keyboard to smart phone

Step 1. Connect the USB OTG/OTG Cable into the Micro USB port on your Smart Phone or tablet. Step 2. Plug the USB mouse/Keyboard to the USB port of the OTG. Note: Some Android devices don't have the hardware support. So, not every device supports USB OTG.