A new multi-threshold Perceptron capable of handling both binary and analog input is presented and discussed. The modified Perceptron replaces the sigmoid function with sinusoidal function. A computer program has been developed to simulate behavior of a network utilizing the modified Perceptron. Both XOR and Parity Check problems were solved using a single-layer network utilizing this modified Perceptron. Based on the results obtained from the simulation the modified Perceptron is capable of solving problems (such as XOR) that can not be solved using a single-layer of the classical Perceptron. Also a network utilizing this modified Perceptron requires fewer number of iterations to converge to a solution than that of a multi-layer Perceptron network using back propagation. 1.