Ads block

Banner 728x90px

Data Flow


Devices communicate with each other by sending and receiving data. The data can flow between the two devices in the following ways. 1. Simplex Mode In simplex …
Read more »

Data Representation


Data is a collection of row facts which is processed to deduce information. There may be different forms in which data may be presented. Some of the forms of …
Read more »

Data Communication in Computer Network


Data Communication       The term data communication comprises two words : Data and Communication .Data can be any text, image, audio, video and any multim…
Read more »

Tower of Hanoi


Tower of Hanoi Tower of Hanoi is mathematical puzzle which consists of three towers( roads ) and more than one rings ( disks ) are in a tower. The objective …
Read more »

Iteration in Python


Iteration  The repetition of a process is called iteration . Iteration is defined as the act of process of repeating . Iteration can include repetition of a s…
Read more »

Binary Search in Python


Binary Search in Python
Binary Search Binary search is used for searching an element in a sorted array . Binary search works on the principle of divide and conquer technique. This se…
Read more »

Searching in Python


Searching in Python
Searching Searching is the process of finding a given value position in a list of values. It decides whether a search key is present in the data or not. It is…
Read more »