Difference Between OCR and MICR With Examples

What Is Optical Character Recognition (OCR)? The main purpose of optical character recognition is to quickly and automatically recognize and convert images of machine-printed or typed text into actual electronic data that users can organize, search and modify. In general, an OCR engine analyzes the pixel data of scanned images and searches for patterns resembling … Read more

Difference Between SVG File And PNG File

SVG File (Scalable Vector Graphics) SVG (Scalable Vector Graphics) is an Extensible Markup language-based vector image format for two-dimensional graphics with support for interactivity and animation. It was developed in 1999 by Wide Web Consortium. SVG files are developed as a standard format for displaying vector graphics on the web. SVG is based on XML … Read more

Orthographic Vs Oblique Projection: What Is The Difference?

Orthographic projection can be described as a method of representing three-dimensional objects, usually by three two-dimensional drawings in each of which the object is viewed along parallel lines that are perpendicular to the plane of the drawing. Oblique projection is a simple type of technical drawing of graphical projection used for producing two-dimensional images of … Read more

Difference Between Substitution And Transposition Cipher Technique (With Examples)

What Is Substitution Cipher Technique? In cryptography (the science of writing, analyzing and deciphering codes), a substitution cipher is a method of encryption by which units of plaintext are replaced with other symbols or groups of symbols in accordance with a fixed set of rules. These plaintext units may be individual letters or characters, letter … Read more

Difference Between Function Overloading And Function Overriding In C++

Function Overloading When we have multiple functions with the same name but different parameters, then they are said to be overloaded. This technique is used to enhance the readability of the program. There are two ways to overload a function, they are: Having different number of arguments Having different argument types. Function overloading is normally … Read more

Difference Between ADO And ADO.NET

What Is ADO? ADO is the acronym for ActiveX Data Objects. It is an application program interface from Microsoft that allows a programmer writing Windows applications get access to a relational or non-relational database from both Microsoft and other database providers. ADO acts as a layer to access any data stored in a generic manner … Read more

Difference Between Array And Pointer

What Is An Array? Arrays are a kind of data structure that can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection a collection of data, but is often more useful to think of an array as a collection of variables of same type. Arrays … Read more

Difference Between Delta Modulation (DM) And Differential Pulse Code Modulation (DPCM)

What IS Delta Modulation? A Delta Modulation (DM) is an analog-to-digital and digital-to-analog signal conversion technique used for transmission of voice information where quality is not of primary importance. In DM each segment of the approximated signal is compared to the preceding bit and successive bits are determined by this comparison. Features of Delta Modulation … Read more