
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
82K+ Views
To place an image into a Tkinter frame, you can follow the steps given below −Steps −Import the required libraries and create an instance of tkinter frame. To open an image and place it inside the frame, we will use the Pillow (PIL) library.Set the size of the frame using ... Read More

Kiran Kumar Panigrahi
11K+ Views
Volatile memory and non-volatile memory are two distinct types of computer memory with significant differences in terms of their functionality and data storage characteristics. Volatile memory is used for temporary storage and loses its data when the power is removed, while non-volatile memory is used for permanent or long-term storage ... Read More

Kiran Kumar Panigrahi
4K+ Views
In the context of computer systems, a program or task in execution is called a process. In modern computers, several types of processes are used. The process of selecting one process from a bunch of processes and assigning it to the processor for execution is referred to as scheduling. The ... Read More

Kiran Kumar Panigrahi
2K+ Views
The most basic difference between classification and clustering is that classification is used with supervised learning technique, whereas clustering is used with unsupervised learning technique. In classification, the computer is given a label to use in classifying new observations. For the label verification in this case, the machine requires ... Read More

Kiran Kumar Panigrahi
25K+ Views
Both Linux and windows are operating systems for desktops. Linux is an open-source operating system which is derived from UNIX. Linux kernel lies beneath all other existing software. Windows was developed by Microsoft. It is not an open-source. It comes with a user friendly GUI which makes it so popular ... Read More

Kiran Kumar Panigrahi
9K+ Views
JavaScript is widely used to create interactive web pages. It has many frameworks such as React JS, Angular JS, Node JS, etc. Like any other programming language, JavaScript also provides operators like arithmetic, relational, comparison operators, etc. The equality operator, i.e., "==" is one such comparison operator that checks whether ... Read More

Kiran Kumar Panigrahi
14K+ Views
Data plays a crucial role in understanding the business trends. Many organizations generate and process huge volumes of data. This huge and complex data is referred to as "Big Data". Big data is of three types: structured data, semi structured data, and unstructured data. What is Structured Data? Structured data ... Read More

Kiran Kumar Panigrahi
3K+ Views
A collection framework in Java consists of a set of classes and interfaces which helps in implementing various data structures. List and ArrayList belong to this collection framework. List is an interface and ArrayList is a class. Their main motto is to create a list data structure. List is a ... Read More

Kiran Kumar Panigrahi
17K+ Views
WiFi and WiMax are used to create wireless network connections. WiFi is used to create small networks and used to connect printers, computers, gaming consoles, whereas WiMax uses spectrum to deliver connection to network. WiMax is used to provide Internet services such as Mobile Data and hotspots. Go through this ... Read More

Kiran Kumar Panigrahi
812 Views
Both Quality Assurance and Quality Control primarily focus on defectfree delivery of an application. Quality Assurance focuses on preventing defects. It ensures that the approaches, techniques, methods and processes designed for the projects are implemented correctly. Quality Control, on the other hand, focuses on identifying the defects. It ensures that ... Read More