All Easy Articles
1. Message Switching : In this technique, the entire message is transmitted without any break from one node to another. It firstly stores and then… Read More
1. Peripheral Component Interconnect eXtended (PCI-X) : PCI-X or Peripheral Component Interconnect eXtended is a local computer bus that comes alongside an expansion card. It… Read More
1. Ring Topology :  Ring topology is a type of network topology in which each device is connected to specifically two branches connected to devices… Read More
Android is an operating system which is built basically for Mobile phones. It is based on the Linux Kernel and other open-source software and is… Read More
There are certain situations that involve games or simulations which work on a non-deterministic approach. In these types of situations, random numbers are extensively used… Read More
Satellite communication is an electronic communication package placed in an orbit. Its prime objective is to initiate or assist through space. It has made a… Read More
Sometimes, while dealing with tuples, we can have problem in which we need to extract only extreme K elements, i.e maximum and minimum K elements… Read More
Before talking about wireless medium, we need to talk about the wired medium. Wired network is a bounded medium where data travels over a path… Read More
Researches & reports reveal that Python is one of the most preferred languages in this 21st century. The reason behind its back is its simplicity, huge community,… Read More
Prerequisites: MongoDB Python Basics This article is about converting the PyMongo Cursor to JSON. Functions like find() and find_one() returns the Cursor instance. Let’s begin:… Read More
Given a HexaDecimal Number N, the task is to convert the number to its equivalent Binary Coded Decimal.Examples:  Input: 11F Output: 0001 0001 1111 Explanation: Binary of 1… Read More
Given an integer N, the task is to check if the number is a Prime power number. If yes, then print the number along with… Read More
Deadlock might be a virtual disadvantage that may get up at some point of a community of cooperating or competitive procedures. A deadlock is that… Read More
Blockchain is a technology that is rapidly gaining momentum in era of industry 4.0. With high security and transparency provisions, it is being widely used… Read More
Buffer is a region of memory used to temporarily hold data while it is being moved from one place to another. A buffer is used… Read More
Seekbar is a type of progress bar. We can drag the seekbar from left to right and vice versa and hence changes the current progress.… Read More
This is a very simple app suitable for beginners to learn the concepts. The following pre-requisites is good enough before starting. Android fundamentals for beginners… Read More
Prerequisite: Fuzzy Logic | Introduction Fuzzy Inference System (FIS) is a process to interpret the values of the input vector and, on the basis of… Read More
Dynamic attributes in Python are terminologies for attributes that are defined at runtime, after creating the objects or instances. In Python we call all functions,… Read More
Two players, player1 and player2, are playing a game on a given number sequence S where player1 starts first and both of them play optimally.… Read More