Skip to main content

Research Paper on "A Comparative Review of CPU Scheduling Algorithms"

 


Hello readers,
I am elated to share that my paper entitled "A Comparative Review of CPU Scheduling Algorithms" has been published in the International Journal of Scientific Research and Engineering Trends (IJSRET)

About IJSRET:

International Journal of Scientific Research and Engineering Trends (IJSRET) is an electronic journal for the new era of scholars. international journals with low publication charges for scholarly research, hypothesis, and survey in the field of Basic Science, Core Engineering, Technology as well. IJSRET is a fast-track publication in International journals Or rapid publishing journals with an impact factor of more than 3. Here papers submitted by the authors are reviewed by our expert reviewers of the respected research areas. Each submitted article accepts under the following conditions: should be plagiarism-free, content can clearly explain its concept, increase the light of research in that field,  follow reviewer comments and journal template format.

As per the research objective of the journal, review process of the submitted papers are depend on the expert. IJSRET accept papers from all field of science and Engineering so author have multiple can make hybrid paper of various field for getting effective results.

IJSRET is an open access, peer reviewed international journal which provides an academic medium for the advancement of research results that support high level learning and research in the field of Engineering Research, Science and Technology.

Frequency: Six Issues per Year
Status: Published Online

Subject Category :
  1. Computer Science
  2. Electronics
  3. Electrical
  4. Mechanical
  5. Civil Engineering
  6. Mathematics
  7. Basic Science/ NanoTechnology
What are the Objectives of Research?

The prime goals of the research are:

(1) To find new actualities
(2) To check and test imperative realities
(3) To dissect an occasion or process or marvel to recognize the circumstances and end results relationship.
(4) To grow new logical apparatuses, ideas, and speculations to settle and comprehend logical and nonscientific issues
(5) To discover answers for logical, nonscientific, and social issues.
(6) To overcome or take care of the issues happening in our consistent life.

What Makes People do Research?

This is an on a very basic level imperative inquiry. No individual might want to do look into it unless there are some inspiring components. A portion of the inspirations are the accompanying:

(1) To get an exploration degree (Doctor of Philosophy (Ph.D.)) Alongside its advantages like better work, advancement, increase in compensation, and so forth.
(2) To get an examination degree and afterward to get a showing position in a school or college or turn into a researcher in an exploration establishment.
(3) This helps in getting an examination position in various nations.
(4) To take care of the unsolved and testing issues.
(5) To get delighted in doing some inventive work.
(6) To gain respectability.
(7) To get acknowledgment.
(8) Interest to discover the obscure certainties of an occasion.
(9) Interest to discover new things.
(10) To serve the general public by taking care of social issues.

A few understudies embrace examine with no point potentially in light of not having the capacity to consider whatever else to do. Such understudies can likewise turn out to be great analysts by inspiring themselves toward a respectable objective.

The significance of Research is imperative both in logical and non-scientific fields. In our life, new issues, occasions, wonders, and procedures happen each day. For all intents and purposes, implementable arrangements and recommendations are required for handling new issues that emerge. Researchers need to embrace inquire about them and discover their causes, arrangements, clarifications, and applications. Definitely, inquire about helps us to comprehend nature and regular marvels. Some critical roads of research are:

(1) An exploration issue alludes to trouble which a specialist or an academic group or an industry or an administration association or general public encounters. It might be a hypothetical or a handy circumstance. It requires an exhaustive understanding and conceivable arrangement.
(2) Research on existing speculations and ideas enables us to distinguish their range and uses them.
(3) It is the wellspring of information and gives rules to taking care of issues.
(4) Research gives premise to numerous administration approaches. For instance, inquire about the requirements and wants of the general population and on the accessibility of incomes to address the issues encourages a legislature to set up a financial plan.
(5) It is imperative in industry and business for higher pickup and efficiency and to enhance the nature of items.
(6) Mathematical and legitimate research on business and industry streamline the issues in them.
(7) It prompts the recognizable proof and portrayal of new materials, new living things, new stars, and so on.
(8) Only through research developments can be made; for instance, new and novel marvels and procedures, for example, superconductivity and cloning have been found just through research.
(9) Social research encourages the discovery of answers to social issues. They clarify social marvels and look for answers for social issues.
(10) Research prompts another style of life and makes it delightful and wonderful.

Types of research:

Research is comprehensively grouped into two principal classes:
  1. Basic or fundamental research
  2. Applied research
IJSRET Impact Factor


Journal Indexing:



About my research paper:

A Comparative Review of CPU Scheduling Algorithms
Authors:- Muskaan Pirani, Denish Ranpariya, Mihir Vaishnav

Abstract-Multiple programs can run in memory at the same time, allowing for CPU and I/O overlap. The problem of selecting a process from the ready queue to be performed by the CPU is addressed by CPU scheduling. Because of the need to adjust and evaluate the operating system as well as assess the performance of actual applications, developing a CPU scheduling algorithm and understanding its effect is challenging and time-consuming. Since the processor is such a valuable resource, CPU scheduling is critical for achieving the operating system (OS) design goals. The aim of CPU scheduling is to reduce average turnaround time and average waiting time so that as many processes as possible can run at any given time, maximizing CPU utilization. This paper aims to compile a list of the most common CPU scheduling algorithms that have been proposed so far. FCFS, SJF, SRTF, Round Robin, Priority scheduling, HRRN, and LJF are some of the algorithms we look at.

You can download the paper from this link: Research_Paper

Source: https://ijsret.com/

Comments

Popular posts from this blog

Types of Machine Learning problems

In the previous blog, we had discussed brief about What is Machine Learning? In this blog, we are going to learn about the types of ML.  ML is broadly classified into four types: Supervised Learning Unsupervised Learning Semi-supervised Learning Reinforcement Learning 1. Supervised Learning Supervised learning is where there are input variables, say X and there are corresponding output variables, say Y. We use a particular algorithm to map a function from input(X) to output(Y). Mathematically, Y=f(X). Majority of the ML models use this type of learning to feed itself and learn. The goal of supervised learning is to approximate the said function so well that whenever we enter any new input, it's output is accurately predicted. Here, we can say that there is a teacher who guides the model if it generates incorrect results and hence, the machine will keep on learning until it performs to desired results. Supervised Learning can be further classified into: Classification : Here, the ou

Statistics in Data Science

Introduction Statistics is one of the popularly regarded disciplines this is particularly centered on records collection, records organization, records analysis, records interpretation and records visualization. Earlier, facts become practiced through statisticians, economists, enterprise proprietors to calculate and constitute applicable records of their field. Nowadays, facts have taken a pivotal position in diverse fields like records technology, system learning, records analyst position, enterprise intelligence analyst position, pc technology position, and plenty more. Statistics is a type of mathematical analysis that uses quantified models and representations to analyze a set of experimental data or real-world research. The fundamental benefit of statistics is that information is provided in an easy-to-understand style. Statistical & Non-Statistical Analysis Statistical analysis is used to better understand a wider population by analyzing data from a sample. Statistical analy

COVID19 Analysis using Power BI Desktop

Analysis of the data before running into predictions is very important. Understand a few rows and a few columns is very nominal task and we can easily examine the data. However, with a little larger data, suppose 10,000 rows with 50 columns, we really need to do analysis of the data so that we can come to know which factors are going to affect our prediction. Data Analysis with Python is a bit tedious task as we have to prepare the data i.e. cleaning, pre-processing and normalization. We use Seaborn and Matplotlib for our data visualization. But before plotting the graphs, we need to know which columns are inter-related. For that, we need a co-relation matrix which we can create using Python. However, PPS matrix is more better than co-relation matrix. Fig1: Co-relation Matrix of Covid19 dataset Fig2: PPS Matrix of Covid19 dataset It is always a tedious task when we code for Data Analysis. So, we have certain tools available in the market for it like Power BI, Tableau, etc. I have done