- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 164 Articles

Priya Mishra
55 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
23 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
21 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
71 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
23 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
28 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
107 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

Priya Mishra
31 Views
Introduction Java supports eight types of operators; the “!” operator is one of them. In Java, an operator is a symbol used to execute operations. Operators are entities that can modify the values of operands. Java makes authoring, compiling, and debugging code simple. It is helpful in creating code that ... Read More

Priya Mishra
32 Views
Introduction In real life, we can call tables, chairs, lamps, etc. objects as they have some attributes and functions. We can say that anything that has attributes or properties and some functionality like a lamp has a stand and a bulb and it can light up a room so it ... Read More

Priya Mishra
34 Views
Introduction These days, Java and C++ are widely utilized in competitive programming. These two programming languages are utilized generally in industry and competitive programming due to their impressive characteristics. C++ is a commonly used programming language due to its efficiency, fast speed, and dynamic memory use. In terms of software ... Read More