Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mr. Satyabrata has Published 318 Articles
Mr. Satyabrata
692 Views
A mobile robot is a type of automatic machine that can move on its own. It falls under the subfield of robotics and information engineering. Unlike stationary industrial robots, mobile robots can navigate and operate in various environments without being fixed to a single location. They can be ... Read More
Mr. Satyabrata
9K+ Views
In the Internet of Things, actuators are devices that turn electrical signals into physical motions or movements. These devices are used to control and manipulate physical items in the real world using data from sensors in an IoT system. Actuators are essential to the operation of IoT devices because they ... Read More
Mr. Satyabrata
64K+ Views
Physical design knowledge is crucial for selecting suitable devices and sensors, ensuring seamless integration, and optimizing connectivity options in IoT systems. It enables powerefficient strategies, facilitates edge computing, and enhances reliability and resilience through redundancy and failover mechanisms. This knowledge ensures robust, efficient, and reliable IoT ecosystems. In this ... Read More
Mr. Satyabrata
50K+ Views
The logical design of an Internet of Things (IoT) system entails the creation of an abstract representation of entities and processes, steering clear detailed implementation specifications. It relies on the utilization of Functional Blocks, Communication Models, and Communication APIs to effectively establish a functioning system. In this article, we will ... Read More
Mr. Satyabrata
418 Views
The Industrial Internet of Things (IIoT) is an integration between machines, & software that allows data transfer & communication in industrial operations. IIoT has transformed the industrial sector by improving efficiency, decreasing operational costs, & enhancing productivity. The evolution of IIoT has led to the growth of several applications that ... Read More
Mr. Satyabrata
376 Views
IoT is growing rapidly. IoT platforms do all the tasks from data collecting & storage to analyzing the data. It makes IoT platforms the backbone of the IoT ecosystem. In the market, there are two main types of IoT platforms one is cloud−based & other one is on−premise. ... Read More
Mr. Satyabrata
1K+ Views
In Java, a file system is a hierarchical structure used to organize and store files and directories on a storage device. It provides a standard way to access and manipulate files and directories, regardless of the underlying storage device, such as a hard disk, USB drive, or cloud storage. ... Read More
Mr. Satyabrata
2K+ Views
In Java, smaller datatype can be converted to bigger datatype. Here, we will see how to convert char datatype to int datatype. The char data type is a single 16-bit Unicode character. It has a minimum value of '\u0000' (or 0) and a maximum value of '\uffff' (or 65, 535 ... Read More
Mr. Satyabrata
513 Views
In Java, a matrix can be represented using a two-dimensional array. Matrices are used for storing and manipulating data that have a tabular structure. Matrices have several properties and operations associated with them, such as addition, subtraction, multiplication, transposition, and determinant calculation. As per the problem statement we have ... Read More
Mr. Satyabrata
413 Views
In Java, a matrix can be represented using a two-dimensional array. Matrices are used for storing and manipulating data that have a tabular structure. Matrices have several properties and operations associated with them, such as addition, subtraction, multiplication, transposition, and determinant calculation. As per the problem statement we have ... Read More