Open in app
Home
Notifications
Lists
Stories

Write
Adith - The Data Guy
Adith - The Data Guy

Home

May 18

Contiguous Memory Allocation Techniques

Whenever a process has to be allocated space in the memory, following the contiguous memory allocation technique, we have to allot the process a continuous empty block of space to reside. This allocation can be done in two ways: Fixed-size Partition Scheme Variable-size Partition Scheme Let us look at both…

Operating Systems

4 min read


May 10

Memory Allocation

Now we are ready to turn to memory allocation. One of the simplest methods for allocating memory is to divide memory into several fixed-sized partitions. Each partition may contain exactly one process. Thus, the degree of multiprogramming is bound by the number of partitions. In this multiple partition method, when…

Operating Systems

3 min read


May 4

Deadlocks in Operating Systems

A deadlock occurs when a process or thread enters a waiting state because a requested system resource is held by another waiting process, which in turn is waiting for another resource held by another waiting process. Deadlocks may also involve different resource types. For example, consider a system with one…

Deadlock

1 min read


May 1

What is Process Synchronization?

Process Synchronization is coordinating the execution of processes such that no two processes access the same shared data and resources. It is especially needed in a multi-process system when multiple processes are running together, and more than one processes try to gain access to the same shared resource or data…

Process

2 min read

What is Process Synchronization?
What is Process Synchronization?

Apr 30

Deadlocks in Operating Systems

Deadlock is one of the underlying topics in Operating Systems. Deadlock is nothing but when two or more processes are waiting on happening of some event to occur, which never happens then we say these processes are in deadlock. Deadlock can arise if these four conditions occur simultaneously Mutual Exclusion…

Deadlocks

2 min read

Deadlocks in Operating Systems
Deadlocks in Operating Systems

Apr 26

The two most important and useful Concepts in Statistics explained.

Covariance and PCC — Hola!! readers in this article we will look at the two most important and interesting concepts in statistics. They are Covariance and Pearson Correlation Coefficient. Okay without any further due let’s get started with Covariance as it is the base for Pearson Correlation Coefficient. Covariance Covariance is the measure of the…

Statistics

3 min read

The two most important and useful Concepts in Statistics explained.
The two most important and useful Concepts in Statistics explained.

Apr 5

Types of Databases being used by top companies in 2021.

#5 Wide-columnar by Google Cloud BigTable. — Databases are one of the key factors in the IT Industry. Many companies are working on developing different types of databases for different use cases. There are many job fields in databases. Databases are mainly used to store data. Developers select suitable databases according to their needs. So here in…

Data

4 min read

Types of Databases being used by top companies in 2021.
Types of Databases being used by top companies in 2021.

Apr 4

Chebyshev’s Inequality in Statistics — Explained

Quick and cool explanation — This article could be considered as an introduction for beginners or a quick refresher for experienced. What is Chebyshev’s Inequality? Chebyshev’s theorem is used to determine the proportion of events you would expect to find within a certain number of standard deviations from the mean. For normal distributions, about 68% of results will fall…

Data

2 min read

Chebyshev’s Inequality in Statistics — Explained
Chebyshev’s Inequality in Statistics — Explained

Published in CodeX

·Feb 21

5 Principles of Effective Data Visualization.

Follow these!!! — Data visualization is an essential step in the data science process. It’s the process where you represent your conclusions and report the results of your analysis in a graphical format that is easy to understand. Data visualization takes hard work, cleaning, analysis, and manipulating messy data into beautiful graphs and…

Data

4 min read

5 Principles of Effective Data Visualization.
5 Principles of Effective Data Visualization.

Feb 6

The best beginner’s guide on K-Means Clustering.

Everything you need to know about K-means clustering — Data is essential for data science. With a lot of data being generated every second, it’s no surprise that most of this data is unlabeled. But this is okay because there are different techniques, to handle unlabeled datasets. Even there’s an entire domain of Machine Learning called “Unsupervised Learning” that…

Data

5 min read

The best beginner’s guide on K-Means Clustering.
The best beginner’s guide on K-Means Clustering.
Adith - The Data Guy

Adith - The Data Guy

Following
  • Anupam Chugh

    Anupam Chugh

  • Marie Lefevre

    Marie Lefevre

  • Zoe Chew

    Zoe Chew

  • ADITH SREEJEY

    ADITH SREEJEY

  • Sunil Sandhu

    Sunil Sandhu

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable