This consists of a cluster of information in the IT Field/Industry.
NOTE: The main intension of data structures is to store the data. Either to give it as an input to an algorithm or take the output from an algorithm.Common operations -InsertionSearching - dominant operation that…
Continue Reading
Direct Address Table | Hashing | Probing | Data Structures
In this article, we will mainly learn about the Process in Operating System, Process State Transition diagram and the types of schedulers. There are mainly 6 states of a Process in operating system…
Continue Reading
Process in Operating System | Process State transition diagram | Schedulers
NP-Hard: If every problem in NP can be polynomial time reducible to a problem 'A', then 'A' is called NP-Hard. If 'A' could be solved in polynomial time then every problem in NP…
Continue Reading
NP Hard and NP Complete Problems
The main purpose of Compiler is to convert high-level language to low level language. The different phases of Compiler are as:Lexical AnalysisSyntax AnalysisSemantic AnalysisIntermediate Code GeneratorCode optimizationTarget Code GeneratorBut before discussing the phases…
Continue Reading
Phases of Compiler | Compiler Design
What is Data warehouse?Data warehouse is a large collection of business data from multiple databases that helps the organization to make decisions. Types of data in Data warehousingThere are mainly 2 types of data…
Continue Reading
Data Warehouse | Definition | Concepts | Tools
The different ways by which a Microprocessor can access data or the way operands are chosen during execution of an instruction is determined by addressing modes. Below are the different Addressing Modes of…
Continue Reading
Addressing Modes of 8085 | Microprocessor