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 355 Articles
Mr. Satyabrata
44K+ 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
353 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
325 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
1K+ 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
453 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
357 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
272 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
180 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
144 Views
A polygon is a 2-dimensional closed shape that has at least 3 sides. Depending on the number of sides, relationships of the sides and angles, and other characteristics, polygons can be classified under different names like triangles, squares, and quadrilaterals. An interior angle of a polygon is an angle ... Read More