
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
Priya Mishra has Published 160 Articles

Priya Mishra
486 Views
We rely significantly on technology in the present day, yet as technology has advanced, cyber-attacks have gotten more regular and complex. Organizations must have strong cybersecurity systems in place to combat these assaults. Machine learning is one of the most effective methods for accomplishing this. Large volumes of data can ... Read More

Priya Mishra
9K+ Views
Introduction to Advanced Java Core Java (J2SE) and Advanced Java are the two components that make up the Java programming language (JEE). The foundations of the Java programming language, including its data types, functions, operators, loops, threads, and exception handling, are discussed in the "core Java" section of this book. It ... Read More

Priya Mishra
4K+ Views
What is the Full Form of JAVA? The full form of Java is "Just Another Virtual Accelerator". Java is not an abbreviation but some programmers made a full form. Basically, Java doesn’t have any full form or special meaning. This full form is used jokingly by the programmers. ... Read More

Priya Mishra
2K+ Views
Introduction Pygame is the module used for game development in Python; it is considered to be one of the most effective modules for this purpose. The development of video games can not only be profitable in today's market but also serve as a medium for educational and promotional purposes. Creating ... Read More

Priya Mishra
291 Views
Introduction A data structure known as a data frame is a two-dimensional labelled array with columns that might be of various data kinds. You can compare it to a spreadsheet, a SQL table, or even a dict of Series objects to better understand it. It is the panda item that ... Read More

Priya Mishra
199 Views
Introduction A heat map, is a graphical representation of data in which each value in a matrix is assigned a unique colour. The primary purpose of heat maps is to increase the accuracy of the visualization of the total number of places and events included within a dataset, as well ... Read More

Priya Mishra
1K+ Views
Introduction Animated pictures are a sequence of static images that are automatically played to display relevant material in a continuous and dynamic manner, and they have the benefit of being smaller than videos. Additionally, many online and mobile applications enable animated images in the same manner that they support static ... Read More

Priya Mishra
493 Views
Introduction Machine learning's influence in IT and other industries is expanding rapidly. Despite still being in its early stages, Machine Learning has gained a lot of attention across industries. It's the study of how to program computers to learn and improve on their own. Therefore, Machine Learning is concerned with ... Read More

Priya Mishra
900 Views
Introduction The ratio of accurate predictions to inaccurate predictions is plotted in a matrix known as a confusion matrix. This would refer to the ratio of true negatives and true positives (right predictions) to false negatives and false positives for a binary classifier (incorrect predictions). After data cleaning, preprocessing, and ... Read More

Priya Mishra
3K+ Views
Introduction The ListView in Android has the adapterView attributes. This view will display a vertical list of scrollable views that are layered one on top of the other. With the help of an adapter, items from an array or database are imported into the list. The setAdaptor() function is used ... Read More