All Basic Articles
Gateway provides a bridge between different communication technologies which means we can say that a Gateway acts as a medium to open up connections between… Read More
Internet of Things (IoT) technology has a wide variety of applications and use of Internet of Things is growing so faster. Depending upon different application… Read More
There are many network designs and Internet of Things (IoT) models (devices) that are at work presently, but these lack either in terms of energy… Read More
Keywords are the words in a language that are used for some internal process or represent some predefined actions. var is a keyword, it is… Read More
Structured Query Language (SQL) is the language that is used to query Relational Databases. A typical Relational Database consists of tables, where each table has… Read More
Big data is nothing but a collection of data sets that are large, complex, and which are difficult to store and process using available data… Read More
Data Communication is defined as exchange of data between two devices via some form of transmission media such as a cable, wire or it can… Read More
Random Forest in R Programming is basically a bagging technique. From the name we can clearly interpret that this algorithm basically creates the forest with… Read More
1. Decision Table: Decision Table is just a tabular representation of all conditions and actions. Decision Table are always used whenever the processing logic is… Read More
Prerequisite: Pointer in C and C++, Double Pointer (Pointer to Pointer) in CA pointer is used to point to a memory location of a variable.… Read More
Prerequisite: graphics.h, How to include graphics.h in CodeBlocks? The task is to write C program to create a house using graphics. To run the program… Read More
1. Multiplexer : Multiplexer is a data selector which takes several inputs and gives a single output.In multiplexer we have 2n input lines and 1… Read More
MAN stands for Metropolitan Area Network and it is made by connecting multiple LANs. MAN covers a geographical area which is known as the metropolitan… Read More
Tethering is the process of sharing mobile internet connection with the connected computer using Bluetooth or USB cable. On basis of this, tethering is classified… Read More
Prerequisite – Locality of Reference 1. Spatial Locality : Spatial Locality means that all those instructions which are stored nearby to the recently executed instruction… Read More
Relation schema defines the design and structure of the relation like it consists of the relation name, set of attributes/field names/column names. every attribute would… Read More
std::string::crbegin() The std::string::crbegin() is a string class built-in function that returns a constant reverse iterator referring to the last element in the string. Using this… Read More
1. Constrained Application Protocol (COAP): The constrained application protocol is a client server-based protocol. With this protocol, the COAP packet can be shared between different client… Read More
In Dart programming, Maps are dictionary-like data types that exist in key-value form (known as lock-key). There is no restriction on the type of data… Read More
In this article we will see how we can create a age nearest birthday calculator. Age nearest calculator is the calculator which is used to… Read More