Posts

Showing posts from September, 2019

FUNDAMENTALS OF COMPUTER SCIENCE

                 WHAT IS COMPUTER ?   In order to call anything as a computer, it should contain two important components namingly :       *Processor(CPU)       *Random Access Memory(RAM) Usually all digital systems, contains important circulatory known as clock circuits, whose rate is represented in hertz.However, one should not take wrongly the clock rate as the speed of the computer.       The real speed of computer very much depends on its constituent parts. Million Instructions Per Second(MIPS) and Floating Point Operations Per Second(FLOPS) are the methods to measuring raw speed of the computer's processor. In order to find out the real computing speed of a computer,we run variety of computationally intensive programs such as Matrix multiplication program, Past four year transformation program, Weather prediction program etc... We explicitly count the number of operations involved while running  a program along with how much time it takes. The number of op