Articles on Trending Technologies

Technical articles with clear explanations and examples

Difference between Bank Run and Bank Panic

Vineet Nanda
Vineet Nanda
Updated on 25-Nov-2022 652 Views

Can you think back to the Great Depression, which hit the international economy hard in the 1930s? That's true, the world−shaking financial collapse hit practically every country that makes things and grows food. Between 1929 and 1933, the amount of money in circulation decreased by an incredible 28%, leading to a wave of bank runs and the closure of banks and other financial institutions. The stock market crash was the initial catalyst, but simultaneous bank runs contributed significantly. So, the million−dollar question is− what precisely is a bank run? This raises the issue, "What are bank panics, and what is ...

Read More

Difference between Bailout and Bankruptcy

Vineet Nanda
Vineet Nanda
Updated on 25-Nov-2022 344 Views

It's often unclear how dire the country's economic position is. While it would be nice to think that we'd never have to deal with another economic downturn or spike in prices, we have to face the fact that this will never happen. Governments, businesses, and people all experience fluctuations in their financial success. In most cases where there is a decline in financial status, bankruptcy follows, necessitating immediate action to prevent the total collapse of the entity's or person's economic operations. In this piece, we'll examine the distinctions between bailouts and bankruptcies. What is Bailout? The government, an individual, or ...

Read More

Difference between Magnetic Disk and Optical Disk

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 17K+ Views

In a computer system, several types of secondary storage devices like HDD, CD, DVD, etc. are used to store permanent data and information. These devices can be categorized into two types namely – magnetic memory and optical memory. A magnetic memory like HDD consists of circular disks made up of non-magnetic materials and coated with a thin layer of magnetic material in which data is stored. On the other hand, optical disks are made up of plastic and consist of layers of photo-sensitive materials in which the data is stored using optical effects. A major advantage of the magnetic disk ...

Read More

Difference Between Hypertext and Hyperlink

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 8K+ Views

Hypertext and Hyperlink are related terms associated with navigation over computer network but they have a different meaning. One major difference between the hypertext and hyperlink is that the hypertext is a data which when clicked redirects us to some other location, while the hyperlink is a link to a computer resource embedded in the hypertext. Therefore, we can state that the hyperlink is an internal part of the hypertext. In this article, we discuss all the important differences between a hypertext and a hyperlink. Let's start with some basics of hypertexts and hyperlinks. What is a Hypertext? A ...

Read More

Difference Between EPROM and EEPROM

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 9K+ Views

Both EPROM and EEPROM are the types of ROM or Read Only Memory, but they are different from each other in many aspects that we will discuss in this article. Let's start with some basics of EPROM and EEPROM so that it becomes easier to understand the differences between them. What is EPROM? EPROM stands for Erasable Programmable Read Only Memory. EPROM is a modern version PROM (or Programmable Read Only Memory). EPROM provides the facility of erasing data stored on it. It uses ultraviolet rays (UV rays) to erase the content stored it. EPROM is built up of ...

Read More

Difference between Black Box Testing and Gray Box Testing

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 3K+ Views

Black Box Testing and Gray Box Testing are the two types of testing used to test a software which are based on feedback from real customers using real products in real environments, but they are driven by distinct goals and processes. In this article, we will discuss the major differences between black box testing and gray box testing by considering different parameters. But before that it is important know the basics of black box testing and gray box testing to understand the differences between them. What is Black Box Testing? A software testing technique that is used to check ...

Read More

Difference between AI and Soft Computing

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 4K+ Views

Both AI (Artificial Intelligence) and Soft Computing use data driven, flexible and nonsystematic tools to solve the problems. The most basic difference between AI and soft computer is that the AI is used to develop intelligent systems, whereas soft computing is used to solve real problems. In this article, we will discuss the important differences between AI and Soft Computing. But before that, let's start with some basics so that it becomes easier to understand the differences between them. What is AI? AI or Artificial Intelligence is a science which deals with making machine intelligence. According to John ...

Read More

Difference Between Agile and Waterfall

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 24-Nov-2022 8K+ Views

In software development, there are several software development life cycle (SDLC) models available. Each of these models follows a set of phases that are unique to its type to ensure the successful software development. This article is meant for explaining the two software development life cycle models that are Agile Model and Waterfall Model. In this article, we will also discuss the important differences between the agile model and the waterfall model. What is Agile Model? Agile model is the type software development life cycle model which allows the continuous interaction of the development and testing during the ...

Read More

Haskell Program to Generate Multiplication Table

Potti Chandra Sekhar sai
Potti Chandra Sekhar sai
Updated on 24-Nov-2022 457 Views

In this tutorial, we discuss writing a program to generate a multiplication table in the Haskell programming language. ExampleMultiplication table of 12 up to 10 is 12 * 1 = 12 12 * 2 = 24 12 * 3 = 36 12 * 4 = 48 12 * 5 = 60 12 * 6 = 72 12 * 7 = 84 12 * 8 = 96 12 * 9 = 108 12 * 10 = 120 In this tutorial, we see Program to generate a multiplication table of a number up to the constant range of 10. (Tail ...

Read More

Haskell Program to Sort Elements in Lexicographical Order (Dictionary Order)

Potti Chandra Sekhar sai
Potti Chandra Sekhar sai
Updated on 24-Nov-2022 778 Views

In this tutorial, we discuss writing a program to sort elements in lexicographical order in the Haskell programming language. Haskell is a Declarative, Strongly Typed, and Functional programming language. The computations in Haskell are mathematical functions. The lexicographical order is a dictionary order or in the order of the ASCII values of a character. In this tutorial, we see two different ways to implement a program to sort elements in lexicographical order in Haskell. Program to sort elements in lexicographical order using built-in function sort. Program to sort elements in lexicographical order using custom sorting functions. Algorithm steps ...

Read More
Showing 42471–42480 of 61,297 articles
Advertisements