• Articles

Difference Between Centralized Database And Distributed Database

5 years ago

Centralized Database: The type of database which is located, managed, compiled and processed at a single and particular location, is called a Centralized database. And… Read More

  • Articles

Difference Between Hub And Switch

5 years ago

Hub and Switch both are networking devices used to communicate within an Local Area Network. Switch is always preferred over Hub. The major difference between… Read More

  • Articles

Difference Between Static And Dynamic Polymorphism

4 years ago

Polymorphism is one of the essential OOPs feature that can be defined as "ability to take multiple forms". Programming languages such as Java, C++ use… Read More

  • Articles

Difference between AWT and Swing

4 years ago

In this article, we will go through the meaning of AWT, Swing, GUI and lastly look into the difference between AWT and Swing. AWT and… Read More

  • Articles

Java Program to Print Elements of an Array

5 years ago

In Java, an array is an object that is capable of storing a fixed number of elements having similar types. It uses an index in… Read More

Find the equation of the Bezier curve which passes through (0,0) and (-4,2) and controlled through (14,10) and (4,0)

3 years ago

Solution: B(t) = ∑ki=0   Pk Bk,n(t)         where, 0<=t<=1 It is given that curve passes (0,0) and (-4,2), means starting point of the curve… Read More

  • Articles

Boolean Algebra : Simplify the following expressions using Boolean Algebra

5 years ago

Simplify the following expressions using Boolean Algebra :-    A + AB = A.1+AB = A(1+B)                   … Read More

  • Articles

Explain Like Keyword in SQL with Example

3 years ago

LIKE Keyword There may be a situation where you wanna fetch records from a table that presents a desirable character or word of  your choice… Read More

  • Articles

Check a Column Contains NULL or Empty using WHERE Clause in SQL

5 years ago

What is NULL? NULL represents an undefined. It cannot be counted as an empty string (' ') or zero(0), it's way different from these.  Sometimes,… Read More

  • Articles

Construct 2 to 4 decoder with truth table and logic diagram

3 years ago

Just as Multiplexer, Decoder is also a Combinational circuit  which transforms given inputs to maximum number of outputs(maximum outputs equal to 2n and n are… Read More