Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Articles by Pradeep Kumar
Page 57 of 104
How To Create Value At Risk Template In Excel ?
Value at Risk, a popular risk management technique, determines the potential value loss of a financial portfolio over a given time horizon, assuming a particular degree of confidence. By calculating VaR, investors and financial institutions can determine the most money they could lose with a certain likelihood. We'll demonstrate how to develop an Excel VaR template in this article so you can evaluate and manage the risk associated with your investment portfolio. Along with the formulas and computations necessary to develop a powerful and useful VaR template, the key VaR concepts will be discussed. Whether you are a finance professional, ...
Read MoreHow To Create/Make A Shared Workbook In Excel?
A useful feature that enables simultaneous collaboration between numerous users on an Excel file is sharing workbooks. A shared worksheet can increase productivity and simplify your work process whether you're working on a team project, performing data analysis, or simply exchanging information with coworkers. In this lesson, we'll walk you through each step of creating a shared Excel workbook. From activating sharing options to controlling user access and settling issues, we'll go through everything you need to know. You'll have a firm grasp on how to efficiently work on Excel files with your coworkers or team members by the end ...
Read MoreDifference between Trap and Interrupt in Operating System
An operating system is in charge of controlling a computer system's resources and acting as an interface between the hardware and software. The management of events that arise during the execution of programmes is a crucial component of operating system design. Traps and interrupts are two often utilised methods for this purpose. A trap is a computer-generated occurrence that results from an error or exception in the programme that is running at the time. Division by zero, page errors, and illegitimate instructions are a few examples of traps. The CPU instantly enters kernel mode after a trap occurs and ...
Read MoreDifference between Mobile and Desktop Operating System
An Operating System is a bridge between the software and underlying hardware. It is the first program that is loaded by BIOS when the computer is turned on. OS is stored in hard disk. It manages the overall components of the computer. OS executes all the other applications in a computer or any other devices. OS interacts with users with the help of CLI or GUI. It allows us to store and share data such as pictures, videos, etc. It performs high level operations. User can perform number of tasks at the same time. It is involved in file and ...
Read MoreDifference between indexOf and findIndex Function
JavaScript is a dynamic programming language which can be used on both client side and server side. JavaScript is used to create interactive webpages. It has many frameworks such as React JS, Angular JS, Node JS etc. JavaScript provides some methods using which the index of the specified element can be obtained. indexOf and findIndex are those methods. The indexOf Function in JavaScript The indexOf function in JavaScript allows us to search for an element in an array and returns the first found index in that array. If it can't find the element, then -1 is returned. The syntax of ...
Read MoreDifference between Host and Guest Operating Systems
Virtualization is the process of creating a virtual version of an operating system. It also creates virtual versions of servers, network resource etc., Generally, some applications don’t have the compatibility to run in a system. Using virtualization concept, this application can be made to run in the same computer. Virtualization breaks the system into multiple parts called virtual machines. The system on which virtualization is applied is known as a Host system and the OS is known as host OS. The virtual machines formed are known as Guest systems and their OS is known as guest OS. What is a ...
Read MoreDifference between GET and POST Request in JavaScript
HTTP requests are frequently used in web development to send and receive data from a server. GET and POST queries are two of the most frequently utilised HTTP requests. It is crucial for web developers to comprehend the distinctions between these two request kinds if they wish to build apps that are both secure and effective. GET and POST requests serve different functions and have different properties. Data can be retrieved from a server using GET queries and submitted to a server using POST requests. POST requests are used for requests that alter or generate data on the server, whereas ...
Read MoreDifference between Firmware and Operating System
A Firmware is a set of instructions or a block of code that is programmed in hardware devices. It instructs the hardware to perform its function when the call is made. Firmware is present in computers and electronic devices. Operating system is a software that sits in between the software and hardware of the computer system. It acts as a mediator and provides the interface to interact with them. Operating systems are used in computers, laptops, TV, mobiles, etc. What is a Firmware? A Firmware is a small code embedded in the hardware. They are modified software versions. The ...
Read MoreDifference Between Class Method, Static Method, and Instance Method
A well-liked programming paradigm called object-oriented programming (OOP) emphasizes the use of objects to represent and manipulate data. The ability to construct methods that can interact with these objects is one of the main characteristics of OOP. Class methods, static methods, and instance methods are the three different categories of methods in Python. Methods that belong to a class rather than an instance of that class include class methods and static methods. Class methods receive a reference to the class or instance as their first argument, but static methods do not. This is the primary distinction between them. ...
Read MoreDifference Between Bug, Defect, Error, Fault and Failure
Several terminologies are used in the field of software development to characterise problems that can arise in software systems and applications. These phrases include "bug, " "defect, " "error, " "fault, " and "failure, " yet they are frequently used synonymously, which causes misunderstanding among stakeholders and developers. In order to effectively communicate and solve problems in the software development industry, it is crucial to comprehend the differences between these phrases. What are Bugs? An mistake, flaw, or fault in a computer programme or system that makes it act unexpectedly or produce inaccurate or undesired consequences is known as a ...
Read More