
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
Manish Kumar Saini has Published 1143 Articles

Manish Kumar Saini
2K+ Views
Both SMPS and UPS are types of power supplies used in various electronic devices like computers. Although, SMPS and UPS are completely different from each other in terms their primary function and many other parameters. The fundamental difference between SMPS and UPS is that SMPS (Switched Mode Power Supply) is ... Read More

Manish Kumar Saini
1K+ Views
What is Spatial Computing? Spatial computing is a technological field that combines components of physical world and computer science to create a user interface which is more immersive and interactive. Spatial computing involves the tools and processes to record and process the three-dimensional data. The major elements of spatial computing ... Read More

Manish Kumar Saini
389 Views
What is the Blue Screen of Death? Blue Screen of Death (BSOD) is an error screen which displayed due to driver error or hardware failure in a Windows OS based computer system. It is called BSOD because it is one of the critical system errors at the Windows Kernel level. ... Read More

Manish Kumar Saini
8K+ Views
In computer organization, a computer instruction is a set of commands that tells the computer hardware to perform a specific operation. Therefore, computer instructions are the primary building blocks of a computer program and hence a software, because computer instructions are entirely responsible for execution of the program or software. ... Read More

Manish Kumar Saini
6K+ Views
In electronic devices like computers, laptops, and more, power supplies are one of the most important components. Power supplies are essential for efficient and reliable functioning of the electronic devices. In most electronic devices, two types of power supplies are very common namely, SMPS (Switch Mode Power Supply) and LPS ... Read More

Manish Kumar Saini
2K+ Views
In the field of electrical and electronics, a stabilizer is an electronic device that is employed for regulation and stabilization of voltage supplied to the connected load devices. The primary function of a stabilizer is to provide a constant and steady voltage to the connected devices; hence it is also ... Read More

Manish Kumar Saini
1K+ Views
LCD (Liquid Crystal Displays) are used in a variety of electronic devices like TVs, computer monitors, digital watches, multi meters, automobile appliances, etc. LCD displays generally come with two different types of display panels namely, Vertical Alignment (VA) Panel and In-Phase Switching (IPS) Panels. In this article, we will explore ... Read More

Manish Kumar Saini
2K+ Views
Bluetooth is a technology used for data transfer between electronic devices wirelessly. It is a short distance data communication medium, allowing exchange of data and information without the need of cables. Bluetooth technology uses radio waves for wireless data communication. It follows the master-slave architecture, i.e. one device works as ... Read More

Manish Kumar Saini
1K+ Views
In MATLAB programming, we can use various types of built-in functions to generate different types of random numbers. Random numbers are nothing but numbers selected randomly from a set of numbers. MATLAB provides the following four major functions to generate different types of random numbers depending on our requirements: ... Read More

Manish Kumar Saini
556 Views
In MATLAB, there is a built-in function “fprintf()” that is used to write data to a text file. The best part of this function is that it writes formatted data to a text file exactly in the same way as specified. Syntax fprintf(fileID, FormateSpecifier, Variables); Format Specifiers in MATLAB ... Read More