
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
Kiran Kumar Panigrahi has Published 392 Articles

Kiran Kumar Panigrahi
21K+ Views
We can express the knowledge in various forms to the inference engine in the computer system to solve the problems. There are two important representations of knowledge namely, procedural knowledge and declarative knowledge. The basic difference between procedural and declarative knowledge is that procedural knowledge gives the control information along ... Read More

Kiran Kumar Panigrahi
883 Views
Spams and phishing mails are related to social engineering wherein a cyberattacker tries to manipulate a person to reveal the personal information such as password, account details, and many other security credentials. Therefore, we should be very careful while sharing our personal information through digital platforms. But, both spams and ... Read More

Kiran Kumar Panigrahi
6K+ Views
WiFi is a wireless network to connect nearby devices with each other and share the Internet via hotspots. Ethernet, on the other hand, is a LAN network standard used in wired LAN. Go through this article to find out more about the features of WiFi and Ethernet and how they ... Read More

Kiran Kumar Panigrahi
6K+ Views
Downloading is a process in which the files are copied from a web server to a client machine, whereas Uploading is a process in which a client machine transmits the data to store it on a web server.Read through this article to find out more about Downloading and Uploading how ... Read More

Kiran Kumar Panigrahi
2K+ Views
IPSec is a suite of protocols that provides security services during communications between networks. It supports network-level peer authentication, data origin authentication, data integrity, data encryption and decryption. It is often used to create a VPN.SSL is a networking protocol that provides a secure connection between a client and a ... Read More

Kiran Kumar Panigrahi
18K+ Views
CRT and LCD are both display devices. CRT is an old technology whereas LCD is modern one. One major difference between CRT and LCD is in the technology used for image formation. The CRT display produces an image by using an electron beam, while LCD display produces an image on ... Read More

Kiran Kumar Panigrahi
3K+ Views
There are different standards developed by different organizations to display the content over various display devices. VGA and SVGA are two such standards that are used for displaying the video data on a suitable display device. VGA supports videos and images of smaller resolution, whereas SVGA supports relatively large resolution ... Read More

Kiran Kumar Panigrahi
2K+ Views
A Uniform Resource Locator (URL) and a Uniform Resource Identifier (URI) are both standardized web addresses that are used to identify and locate resources on the Internet. They are often used interchangeably, but there is a subtle difference between the two. A URL is used to specify the address of ... Read More

Kiran Kumar Panigrahi
6K+ Views
Both URL and Domain Name are two very common terms related to the Internet or web address. Sometimes, these are used interchangeably, but they are entirely different from each other. URL (Uniform Resource Locator) is the complete address of a web resource such as a webpage, whereas the Domain Name ... Read More

Kiran Kumar Panigrahi
18K+ Views
Both Trees and Graphs are types of non−linear data structures. They are different from each other in the context of their types of connections and loop formation. That means, a tree structure is connected such that it can never have loops, whereas a graph structure follows a network model and ... Read More