
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
Found 1163 Articles for Computers

5K+ Views
Identifying the expired or upcoming dates can be useful for cases such as understanding the project’s last date, the last date for some important activities, and many others. In the food and medicine industry expiration dates are important as companies need to dispose of their products according to the date of expiry as the food and medicine industry must follow some standards to deliver healthy products to living beings. In this article will learn the process of analyzing the data such as identifying or highlighting the expired or upcoming dates to Excel. This article describes two examples, first example focuses ... Read More

5K+ Views
Sometimes Excel contains data with missing numbers which creates difficulty and inconsistency in the data. Two methods are described in this article to obtain the missing series of numbers. After identification of the missing series, users may fill the gap by using the Autofill method or by utilizing the VBA code. Kutools tab is showcased in the first example whereas the specified formula is defined in the second example to find out the missing numbers in the dataset. All the guided examples are easy to learn and understand. Example 1: To identify the missing sequence number in excel ... Read More

388 Views
In this article, users will understand how to identify and select all merger cells in Excel. This article contains three examples, first example is based on the process of using the VBA code, the second process allows user the to find and select a method, and finally, the third option allows the user to use the Kutools options. Excel merging cells allow the user to improve the visual layout and organization of data. Some most common benefits of merging cells are : Included improving the readability and presentation of data. ... Read More

4K+ Views
Achieving successful operation within concurrent computing requires efficient process synchronization methods that ensure coordination and order between multiple threads or processes running concurrently. This article examines the importance of synchronous processing within operating systems by delving into the concept of process synchronization. To ensure effective execution of concurrent operations. We also review various synching mechanisms used by modern computer architectures today. Understanding Process Synchronization Definition and Purpose Process synchronization involves the coordination and control of concurrent processes to ensure correct and predictable outcomes. Its primary purpose is to prevent race conditions, data inconsistencies, and resource conflicts that may arise when ... Read More

644 Views
In modern computing systems, scheduling algorithms play a crucial role in efficiently managing the allocation of resources and ensuring fair execution of processes. Among various scheduling algorithms, round-robin scheduling is widely used due to its simplicity and fairness. However, traditional round-robin scheduling lacks the ability to prioritize processes based on their importance or urgency. To address this limitation, the concept of dynamic time quantum has emerged, which adds priority consideration to the round-robin scheduling algorithm. This article aims to provide an in-depth understanding of round-robin scheduling with a dynamic time quantum and explore its benefits and real-life applications. Understanding Round-Robin ... Read More

1K+ Views
Within the domain of operating systems, the emergence and removal of processes assume vital functions in the management and control of system resources. Profound comprehension of the way these processes are engendered and administered becomes indispensable for fine-tuning system performance and guaranteeing the optimal distribution of resources. The purpose of this article is to venture into the depths of process generation and elimination, delving into their definitions, significance, and the underlying mechanisms driving their occurrence. Process Creation The inception of a process involves the art of spawning a fresh entity within an intricate operating system framework. Picture a dynamic manifestation ... Read More

4K+ Views
In IT and computing field, the processor is one of the most essential components of a computing system. Processors are being upgraded every day. Read this article to find out more about normal processors and AI (Artificial Intelligence) processors and how they are different from each other. The fundamental difference between a normal processor and an AI processor is that a normal processor is a general-purpose processor used to perform general computing tasks, while AI processors are special purpose processors used to perform specialized AI and Machine Learning tasks. What is a Normal Processor? A Normal Processor, also called ... Read More

23K+ Views
Intel Core i3, i5, and i7 are three different intel core processors designed to use in PCs, laptops, workstations as the CPU (Central Processing Unit). However, these three processors are quite different from each other in terms of number of cores, frequency range, cache size, and more. Therefore, each of these three processors offer a different level of performance. Read this tutorial to learn more about these three types of Intel Core processors and how they are different from each other. Intel Core i3 Processor Intel Core i3 processor is an entry level processor developed by Intel Corporation. Intel ... Read More

738 Views
In the data− driven world, managing and organizing data efficiently is a critical skill. Microsoft Excel is a powerful tool used widely for this purpose, featuring a range of functionalities that allow for more effective data handling. Managing data across multiple Excel sheets can be a headache − but with Excel's built− in importing function. Our tutorial has been designed to assist you in moving and organizing precious information across multiple worksheets without any hassle. We guarantee that by following the outlined steps. This task can be completed successfully in no time. From there. Discover all the ways in ... Read More

415 Views
To store or exchange information between varied systems or software applications; a widely preferred option is using Comma− Separated Values (CSV) Files. Importing these files into Excel takes care of integrating external sourced− data right away with worksheets – bringing together abundant information in one location. Additionally; Microsoft's Excel provides empowering tools ranging from formula to function(s); down to manipulating such worthy datasets. And this process allows us to visualize information effectively − rendering useful reports [inclusive of charts] − analyzing multi− dimensional variables. On a similar note; raw or unstructured datasets− often found within such processing ... Read More